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_attachment" {
source="./modules/alicloud/r/alicloud_ram_role_attachment"# instance_ids - (required) is a type of set of stringinstance_ids=[]
# role_name - (required) is a type of stringrole_name=null
}
resource"alicloud_ram_role_attachment""this" {
# instance_ids - (required) is a type of set of stringinstance_ids=var.instance_ids# role_name - (required) is a type of stringrole_name=var.role_name
}