Skip to content

Commit

Permalink
Add Terraform backend configuration for GCS storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Apr 17, 2025
1 parent 9f48bd0 commit 164decb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
terraform {
backend "gcs" {
bucket = "hpwe-terraform-state"
prefix = "eks-automation-lambda"
}
}

0 comments on commit 164decb

Please sign in to comment.