Skip to content

Commit

Permalink
feat(terraform): vol5237 create int environment (#214)
Browse files Browse the repository at this point in the history
* feat(terraform): vol5237 create int environment

* feat(terraform): vol5237 create int environment

* feat(terraform): vol5237 create int environment
  • Loading branch information
cmarstondvsa authored Aug 5, 2024
1 parent 8c2320a commit 1cb067f
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 0 deletions.
25 changes: 25 additions & 0 deletions infra/terraform/environments/int/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions infra/terraform/environments/int/backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
terraform {
backend "s3" {
bucket = "vol-app-054614622558-terraform-state"
dynamodb_table = "vol-app-054614622558-int-terraform-state-lock"
encrypt = true
key = "int.tfstate"
region = "eu-west-1"
}
}
Loading

0 comments on commit 1cb067f

Please sign in to comment.