Very preliminary tf scripting.

This commit is contained in:
James Wells 2021-05-30 08:14:36 -07:00
parent 0266d9ee8a
commit f1844c1a4e
Signed by: jwells
GPG key ID: 73196D10B8E65666
8 changed files with 275 additions and 0 deletions

9
tfenv/_provider.tf Normal file
View file

@ -0,0 +1,9 @@
provider "aws" {
alias = "us-west-2"
region = "us-west-2"
}
provider "aws" {
alias = "us-east-1"
region = "us-east-1"
}