mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 15:30:14 +00:00
move apps into pkgs and rename hosts
This commit is contained in:
13
deploy/aws/main.tf
Normal file
13
deploy/aws/main.tf
Normal file
@ -0,0 +1,13 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
region = "us-east-1"
|
||||
dynamodb_table = "terraform-state-lock"
|
||||
}
|
||||
required_version = ">= 1.0.0"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "5.42.0"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user