Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fsx ontap Org Distinguished Field Update Causing Replacement of SVM #22286

Closed
khan-belal opened this issue Dec 20, 2021 · 2 comments
Closed

fsx ontap Org Distinguished Field Update Causing Replacement of SVM #22286

khan-belal opened this issue Dec 20, 2021 · 2 comments
Labels
service/fsx Issues and PRs that pertain to the fsx service.

Comments

@khan-belal
Copy link

There was a typo in the aws_fsx_ontap_storage_virtual_machine resource. The documented field organizational_unit_distinguished_name was actually recognized as organizational_unit_distinguidshed_name

The typo has been corrected in tf version 3.70, however updating my IaC to use the new value (organizational_unit_distinguished_name) is forcing a replacement of my SVM. Leaving the value "as is" is resulting in a warning when pushing infrastructure.

Replacement is not ideal, as I have already made configuration changes on the SVM.

The expected behaviour should be that terraform recognizes that both values mean the same thing and that no changes are required.

See my example below:

~ self_managed_active_directory_configuration {
- organizational_unit_distinguidshed_name = "OU=MyOrgDetails" -> null # forces replacement
+ organizational_unit_distinguished_name = "OU=MyOrgDetails" # forces replacement

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 20, 2021
@ewbankkit ewbankkit added service/fsx Issues and PRs that pertain to the fsx service. and removed needs-triage Waiting for first response or review from a maintainer. labels Dec 20, 2021
@ewbankkit
Copy link
Contributor

ewbankkit commented Dec 20, 2021

Relates: #22246.
Relates: #21987.
Relates: #22247.

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/fsx Issues and PRs that pertain to the fsx service.
Projects
None yet
Development

No branches or pull requests

3 participants