Skip to content

Commit

Permalink
more test workflaow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-lowe committed Aug 10, 2024
1 parent 56c8a11 commit 3dbfb52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/environment-main-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
backend_config:
bucket="${{ vars.STATE_BUCKET }}"
key="${{ vars.ENVIRONMENT }}/terraform.tfstate"
region="${{ vars.AWS_REGION }}"
3 changes: 1 addition & 2 deletions terraform/environment/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ variable "environment" {

terraform {
backend "s3" {
// bucket and key come from -backend-config
region = var.aws_region
// region, bucket and key come from -backend-config
}
}

Expand Down

0 comments on commit 3dbfb52

Please sign in to comment.