You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/modules/ssm/main.tf
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
# I set the actual values manually in the AWS console. In the following blocks I need to provide *some* value but I don't want it to overwrite the existing values, so I use `lifecycle { ignore_changes = [value] }`. This is a common pattern when working with SSM parameters in Terraform.
0 commit comments