You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"google_iap_web_backend_service_iam_binding" {
source="./modules/google-beta/r/google_iap_web_backend_service_iam_binding"# members - (required) is a type of set of stringmembers=[]
# project - (optional) is a type of stringproject=null# role - (required) is a type of stringrole=null# web_backend_service - (required) is a type of stringweb_backend_service=nullcondition=[{
description =null
expression =null
title =null
}]
}
resource"google_iap_web_backend_service_iam_binding""this" {
# members - (required) is a type of set of stringmembers=var.members# project - (optional) is a type of stringproject=var.project# role - (required) is a type of stringrole=var.role# web_backend_service - (required) is a type of stringweb_backend_service=var.web_backend_servicedynamic"condition" {
for_each=var.conditioncontent {
# description - (optional) is a type of stringdescription=condition.value["description"]
# expression - (required) is a type of stringexpression=condition.value["expression"]
# title - (required) is a type of stringtitle=condition.value["title"]
}
}
}