for and foreach demo

This commit is contained in:
Edward Viaene
2019-10-30 16:05:22 +01:00
parent 5d9eeb6c4c
commit a83f7669ab
10 changed files with 89 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
variable "AWS_REGION" {
type = string
default = "eu-west-1"
}