Open khan-belal opened 2 years ago
Hey @khan-belal 👋 Thank you for taking the time to raise this. So that we have all of the information necessary to look into this, can you update the issue description with the rest of the information requested in the bug report template?
Community Note
Terraform CLI and Terraform AWS Provider Version
I am using Terraform 1.0.11 with 3.70.0 as the AWS provider.
Affected Resource(s)
aws_fsx_ontap_storage_virtual_machine
Terraform Configuration Files
I have an SVM setup using a self managed AD.
Whenever I push changes after the SVM has been created, terraform wants to replace the SVM as the case of the domain name has changed from lower to upper case.
Nothing from my SVM code has changed between pushes.
See example code below:
The first time I run this code, the SVM is created successfully. On subsequent changes, I get the following output:
The only way I have got past this issue is to use the upper() function around the domain_name reference.