Add support for conditions to iam_members module variables (#1594)

* project

* data-catalog-policy-tag

* dataproc

* folder

* iam-service-account

* kms

* net-vpc

* organization

* source-repository

* dataplex-datascan
This commit is contained in:
Ludovico Magnocavallo
2023-08-15 16:28:23 +02:00
committed by GitHub
parent 1644ab8279
commit def2f476d1
31 changed files with 272 additions and 106 deletions

View File

@@ -183,6 +183,11 @@ variable "subnet_iam_members" {
member = string
role = string
subnet = string
condition = optional(object({
expression = string
title = string
description = optional(string)
}))
}))
nullable = false
default = {}