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_endpoints_service_iam_member" {
source="./modules/google-beta/r/google_endpoints_service_iam_member"# member - (required) is a type of stringmember=null# role - (required) is a type of stringrole=null# service_name - (required) is a type of stringservice_name=nullcondition=[{
description =null
expression =null
title =null
}]
}
resource"google_endpoints_service_iam_member""this" {
# member - (required) is a type of stringmember=var.member# role - (required) is a type of stringrole=var.role# service_name - (required) is a type of stringservice_name=var.service_namedynamic"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"]
}
}
}