rename iam variable in net vpc module

This commit is contained in:
Ludovico Magnocavallo
2020-11-05 08:49:29 +01:00
parent 9ebff3ece8
commit 8267252031
6 changed files with 9 additions and 9 deletions

View File

@@ -32,8 +32,8 @@ variable "description" {
default = "Terraform-managed."
}
variable "iam_members" {
description = "List of IAM members keyed by subnet 'region/name' and role."
variable "iam" {
description = "Subnet IAM bindings in {REGION/NAME => {ROLE => [MEMBERS]} format."
type = map(map(list(string)))
default = {}
}