
After bumping from 1.4 to 1.6, the terraform plan that was generated appears to want to modify our existing Access Role objects to some weird syntax
For example
users {
~ selection = [
- "company-AWS-AD-awsnumber-dba",
+ "ad_group_companyawsnumberdba",
]
The next apply after the update caused this to appear in the plan. It switched our selections syntax, preprended ad_group_ to the name, and removed the hyphens from the existing selection
This happened to every AR object we had defined (30ish)

Another oddity we noticed as the source we defined in an AR randomly thought it was cpmiADgroup

and wanted to modify itself back to the original value that had never changed

Is this expected behavior in 1.6?
After bumping from 1.4 to 1.6, the terraform plan that was generated appears to want to modify our existing Access Role objects to some weird syntax
For example
users {
~ selection = [
- "company-AWS-AD-awsnumber-dba",
+ "ad_group_companyawsnumberdba",
]
The next apply after the update caused this to appear in the plan. It switched our selections syntax, preprended ad_group_ to the name, and removed the hyphens from the existing selection
This happened to every AR object we had defined (30ish)
Another oddity we noticed as the source we defined in an AR randomly thought it was cpmiADgroup
and wanted to modify itself back to the original value that had never changed
Is this expected behavior in 1.6?