Skip to content

Commit

Permalink
check if parameter exists do nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
letung999 committed Nov 1, 2023
1 parent aab3596 commit 6d5c428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ resource "aws_ssm_parameter" "ssm" {
name = "/ppn/silo-5/url-db"
type = "String"
value = "none"
lifecycle {
ignore_changes = [
value,
]
}
}

0 comments on commit 6d5c428

Please sign in to comment.