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 dd6b970 commit d1ee7cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/environment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:
aws_region="${{ vars.AWS_REGION }}"
state_bucket="${{ vars.STATE_BUCKET }}"
environment="${{ vars.ENVIRONMENT }}"
backend_config:
state_bucket="${{ vars.STATE_BUCKET }}"
environment="${{ vars.ENVIRONMENT }}"
2 changes: 0 additions & 2 deletions terraform/environment/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ variable "environment" {

terraform {
backend "s3" {
bucket = var.state_bucket
key = "${var.environment}/terraform.tfstate"
region = var.aws_region
}
}
Expand Down

0 comments on commit d1ee7cb

Please sign in to comment.