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