Skip to content

Commit

Permalink
Add ENVIRONMENT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-lowe committed Aug 10, 2024
1 parent ab89366 commit 1c43222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/environment/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,14 @@ locals {
AWS_ACCOUNT = var.aws_account
AWS_REGION = var.aws_region
STATE_BUCKET = var.state_bucket
ENVIRONMENT = var.environment
}
ro_vars = {
AWS_ROLE = "GitHubAction-Wildsea-ro-${var.environment}"
AWS_ACCOUNT = var.aws_account
AWS_REGION = var.aws_region
STATE_BUCKET = var.state_bucket
ENVIRONMENT = var.environment
}
}

Expand Down

0 comments on commit 1c43222

Please sign in to comment.