Skip to content

Commit

Permalink
Added S3 Backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Morgan authored Oct 15, 2024
1 parent 6a2b1e2 commit a2e52ea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
terraform {}
terraform {
required_version = "~> 1.9.5"
backend "s3" {
bucket = "gitops-tf-backend"
key = "terraform.tfstate"
region = "us-east-1"
dynamodb_table = "GitopsTerraformLocks"
}
}

0 comments on commit a2e52ea

Please sign in to comment.