main
tf 12 lines 137 Bytes
Raw
1 variable "name" {
2 type = string
3 }
4
5 variable "location" {
6 type = string
7 }
8
9 variable "tags" {
10 type = map(string)
11 default = {}
12 }