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_resource_manager_control_policy_attachments" {
source="./modules/alicloud/d/alicloud_resource_manager_control_policy_attachments"# language - (optional) is a type of stringlanguage=null# output_file - (optional) is a type of stringoutput_file=null# policy_type - (optional) is a type of stringpolicy_type=null# target_id - (required) is a type of stringtarget_id=null
}
data"alicloud_resource_manager_control_policy_attachments""this" {
# language - (optional) is a type of stringlanguage=var.language# output_file - (optional) is a type of stringoutput_file=var.output_file# policy_type - (optional) is a type of stringpolicy_type=var.policy_type# target_id - (required) is a type of stringtarget_id=var.target_id
}
output"attachments" {
description="returns a list of object"value=data.alicloud_resource_manager_control_policy_attachments.this.attachments
}
output"id" {
description="returns a string"value=data.alicloud_resource_manager_control_policy_attachments.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_resource_manager_control_policy_attachments.this.ids
}
output"this" {
value=alicloud_resource_manager_control_policy_attachments.this
}