Skip to content

Commit

Permalink
add AWS_REGION to broker task definition for AppConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 29, 2024
1 parent a9ec25b commit 0692867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/040-id-broker/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"name": "APP_ID",
"value": "${app_id}"
},
{
"name": "AWS_REGION",
"value": "${aws_region}"
},
{
"name": "ENV_ID",
"value": "${env_id}"
Expand Down
2 changes: 2 additions & 0 deletions terraform/040-id-broker/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,11 @@ variable "wildcard_cert_arn" {
variable "app_id" {
default = ""
}

variable "env_id" {
default = ""
}

variable "config_id" {
default = ""
}

0 comments on commit 0692867

Please sign in to comment.