NEW: security group using nested loops

This commit is contained in:
xpk
2020-10-09 08:12:40 +08:00
parent 5361a040c1
commit 8e037b228a
3 changed files with 67 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# In pre-build phase, this terraform script is ran by the TempRackspaceUser with local state file.
# Later on it was adjusted to use assume role
# Ultimately, the state file needs to be moved to s3
provider "aws" {
region = "ap-east-1"
}
terraform {
required_version = "> 0.12, < 0.13"
required_providers {
aws = "~> 3.6.0"
}
}