Skip to content

Commit

Permalink
s3 bucket state
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikolov committed Jul 25, 2024
1 parent ad487fe commit 72b2204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
TF_WORKSPACE: "default"
CONFIG_DIRECTORY: "./terraform"
AWS_REGION: ${{ secrets.AWS_REGION }}

jobs:
terraform:
Expand Down
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ terraform {
}

backend "s3" {
bucket = var.state_bucket
key = "terraform/eks/terraform.tfstate"
bucket = "zkpauth-9d8hh34135a7"
key = "terraform.tfstate"
}
}

Expand Down

0 comments on commit 72b2204

Please sign in to comment.