rename iam variable in net vpc module
This commit is contained in:
@@ -18,7 +18,7 @@ module "test" {
|
||||
source = "../../../../modules/net-vpc"
|
||||
project_id = var.project_id
|
||||
name = var.name
|
||||
iam_members = var.iam_members
|
||||
iam = var.iam
|
||||
log_configs = var.log_configs
|
||||
log_config_defaults = var.log_config_defaults
|
||||
peering_config = var.peering_config
|
||||
|
||||
@@ -29,7 +29,7 @@ variable "auto_create_subnetworks" {
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "iam_members" {
|
||||
variable "iam" {
|
||||
type = map(map(set(string)))
|
||||
default = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user