Skip to content

Commit

Permalink
convert codesign_box module to noop
Browse files Browse the repository at this point in the history
  • Loading branch information
decfox authored and decfox committed May 15, 2024
1 parent b988cba commit 6b487bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf/modules/cloudhsm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@ resource "aws_instance" "codesign_box" {
EOF

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

lifecycle {
ignore_changes = all
}
}

0 comments on commit 6b487bc

Please sign in to comment.