Skip to content

Updating terraform checkpoint provider from 1.4 to 1.6 causing weird apply plans (Access role issue) #93

@LockeColtenPFG

Description

@LockeColtenPFG

image

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)

image

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

image

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

image

Is this expected behavior in 1.6?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions