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_service_account_id_token" {
source="./modules/google-beta/d/google_service_account_id_token"# delegates - (optional) is a type of set of stringdelegates=[]
# include_email - (optional) is a type of boolinclude_email=null# target_audience - (required) is a type of stringtarget_audience=null# target_service_account - (optional) is a type of stringtarget_service_account=null
}
data"google_service_account_id_token""this" {
# delegates - (optional) is a type of set of stringdelegates=var.delegates# include_email - (optional) is a type of boolinclude_email=var.include_email# target_audience - (required) is a type of stringtarget_audience=var.target_audience# target_service_account - (optional) is a type of stringtarget_service_account=var.target_service_account
}