Skip to content

Commit

Permalink
feature/PI-43-stored-properties squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed Oct 24, 2023
1 parent 7dc084e commit ca8105e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/terraform/per_account/dev/parameters/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
resource "aws_secretsmanager_secret" "rowans-test-secret-account" {
name = "${terraform.workspace}-rowans-test-secret-account"

lifecycle {
ignore_changes = [tags["LastUpdated"]]
}
}

0 comments on commit ca8105e

Please sign in to comment.