Skip to content

Commit

Permalink
add all param store to all envs. in terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslinnell committed Sep 3, 2024
1 parent 7c4a6ff commit 5bb1097
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/terraform/per_account/int/parameters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ resource "aws_secretsmanager_secret" "ldap-changelog-password" {
resource "aws_secretsmanager_secret" "etl_notify_slack_webhook_url" {
name = "${terraform.workspace}--etl-notify-slack-webhook-url"
}

resource "aws_secretsmanager_secret" "apigee-sds-app-key" {
name = "${terraform.workspace}-apigee-sds-app-key"
}
4 changes: 4 additions & 0 deletions infrastructure/terraform/per_account/prod/parameters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ resource "aws_secretsmanager_secret" "ldap-changelog-password" {
resource "aws_secretsmanager_secret" "etl_notify_slack_webhook_url" {
name = "${terraform.workspace}--etl-notify-slack-webhook-url"
}

resource "aws_secretsmanager_secret" "apigee-sds-app-key" {
name = "${terraform.workspace}-apigee-sds-app-key"
}
4 changes: 4 additions & 0 deletions infrastructure/terraform/per_account/qa/parameters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ resource "aws_secretsmanager_secret" "ldap-changelog-password" {
resource "aws_secretsmanager_secret" "etl_notify_slack_webhook_url" {
name = "${terraform.workspace}--etl-notify-slack-webhook-url"
}

resource "aws_secretsmanager_secret" "apigee-sds-app-key" {
name = "${terraform.workspace}-apigee-sds-app-key"
}
4 changes: 4 additions & 0 deletions infrastructure/terraform/per_account/ref/parameters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ resource "aws_secretsmanager_secret" "etl_notify_slack_webhook_url" {
resource "aws_secretsmanager_secret" "apigee-app-client-info" {
name = "${terraform.workspace}--apigee-app-client-info"
}

resource "aws_secretsmanager_secret" "apigee-sds-app-key" {
name = "${terraform.workspace}-apigee-sds-app-key"
}

0 comments on commit 5bb1097

Please sign in to comment.