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_policy_versions" {
source="./modules/alicloud/d/alicloud_resource_manager_policy_versions"# enable_details - (optional) is a type of boolenable_details=null# ids - (optional) is a type of list of stringids=[]
# output_file - (optional) is a type of stringoutput_file=null# policy_name - (required) is a type of stringpolicy_name=null# policy_type - (required) is a type of stringpolicy_type=null
}
data"alicloud_resource_manager_policy_versions""this" {
# enable_details - (optional) is a type of boolenable_details=var.enable_details# ids - (optional) is a type of list of stringids=var.ids# output_file - (optional) is a type of stringoutput_file=var.output_file# policy_name - (required) is a type of stringpolicy_name=var.policy_name# policy_type - (required) is a type of stringpolicy_type=var.policy_type
}
output"id" {
description="returns a string"value=data.alicloud_resource_manager_policy_versions.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_resource_manager_policy_versions.this.ids
}
output"versions" {
description="returns a list of object"value=data.alicloud_resource_manager_policy_versions.this.versions
}
output"this" {
value=alicloud_resource_manager_policy_versions.this
}