Skip to content

Commit

Permalink
deliius core prefix for ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Norris committed Jun 20, 2024
1 parent fbefc0b commit d1eb737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module "gdpr_api_service" {
#######################

resource "aws_ssm_parameter" "gpdr_api_snapshot_identifier" {
name = "/${var.env_name}/gdpr-api/snapshot_id"
name = "/delius-core-${var.env_name}/gdpr-api/snapshot_id"
type = "String"
value = "DEFAULT"
lifecycle {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module "merge_api_service" {
#######################

resource "aws_ssm_parameter" "merge_api_snapshot_identifier" {
name = "/${var.env_name}/merge-api/snapshot_id"
name = "/delius-core-${var.env_name}/merge-api/snapshot_id"
type = "String"
value = "DEFAULT"
lifecycle {
Expand Down

0 comments on commit d1eb737

Please sign in to comment.