Skip to content

Commit

Permalink
CCM-7651: tf managed secret should be deletable
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-r-bjss committed Dec 18, 2024
1 parent cf6e2d5 commit 397616b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "aws_secretsmanager_secret" "cis2_client_credentials" {
name = "${var.environment}/federation/credentials/cis2-${var.cis2_environment}"
name = "${var.environment}/federation/credentials/cis2-${var.cis2_environment}"
recovery_window_in_days = 0
}

variable "placeholder_credentials" {
Expand Down

0 comments on commit 397616b

Please sign in to comment.