Skip to content

Commit

Permalink
add note for ignore_changes ruke
Browse files Browse the repository at this point in the history
  • Loading branch information
decfox authored and decfox committed May 15, 2024
1 parent 6b487bc commit 10d9cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf/modules/cloudhsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ resource "aws_instance" "codesign_box" {

tags = merge(var.tags, { Name = "codesign-box" })

// NOTE: remove the ignore_changes rule to deploy
lifecycle {
ignore_changes = all
}
Expand Down

0 comments on commit 10d9cf1

Please sign in to comment.