Skip to content

Commit

Permalink
new secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 11, 2023
1 parent 42e9195 commit 5243e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/secrets.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### This file can be used to store secrets specific to the member account ####

resource "aws_secretsmanager_secret" "chaps_secret" {
name = "chaps_secret"
name = "chaps_secret1"
description = "Simple secret created through Terraform"
}

Expand Down

0 comments on commit 5243e6d

Please sign in to comment.