Open eambrosyupgrade opened 1 year ago
Internal tracking Jira SUMO-229751
what orgId is this?
@pmontiel-sumo 0000000000470976
@eambrosyupgrade Is there any chance that a match_list with same name was previously created via UI/API?
@mvbrock I just tested this on (almost) certainly new name (brand_new_list_list_name
) and am observing the same behavior. Where all plans after an apply show target column reporting back as a string numeric id, and so show change to its string name.
@eambrosyupgrade ok great, that's helpful info. I'm digging into this behavior now.
Terraform Version
Affected Resource(s)
sumologic_cse_match_list
Terraform Configuration Files
Once I run an initial apply, this resource is constantly shown to be changing because of the
target_column
changing from a numeric value to a the string in my resource.Debug Output
Expected Behavior
I should be able to add use custom columns in the same way I use prebuilt columns, by calling their Name rather than ID.
Actual Behavior
Plans show drift and have encountered applies failing bc of too many "changes".
Steps to Reproduce