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_privateca_certificate_authority_iam_policy" {
source="./modules/google-beta/r/google_privateca_certificate_authority_iam_policy"# certificate_authority - (required) is a type of stringcertificate_authority=null# policy_data - (required) is a type of stringpolicy_data=null
}
resource"google_privateca_certificate_authority_iam_policy""this" {
# certificate_authority - (required) is a type of stringcertificate_authority=var.certificate_authority# policy_data - (required) is a type of stringpolicy_data=var.policy_data
}