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"alicloud_ram_role_policy_attachment" {
source="./modules/alicloud/r/alicloud_ram_role_policy_attachment"# policy_name - (required) is a type of stringpolicy_name=null# policy_type - (required) is a type of stringpolicy_type=null# role_name - (required) is a type of stringrole_name=null
}
resource"alicloud_ram_role_policy_attachment""this" {
# policy_name - (required) is a type of stringpolicy_name=var.policy_name# policy_type - (required) is a type of stringpolicy_type=var.policy_type# role_name - (required) is a type of stringrole_name=var.role_name
}