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_cr_ee_sync_rules" {
source="./modules/alicloud/d/alicloud_cr_ee_sync_rules"# ids - (optional) is a type of list of stringids=[]
# instance_id - (required) is a type of stringinstance_id=null# name_regex - (optional) is a type of stringname_regex=null# namespace_name - (optional) is a type of stringnamespace_name=null# output_file - (optional) is a type of stringoutput_file=null# repo_name - (optional) is a type of stringrepo_name=null# target_instance_id - (optional) is a type of stringtarget_instance_id=null
}
data"alicloud_cr_ee_sync_rules""this" {
# ids - (optional) is a type of list of stringids=var.ids# instance_id - (required) is a type of stringinstance_id=var.instance_id# name_regex - (optional) is a type of stringname_regex=var.name_regex# namespace_name - (optional) is a type of stringnamespace_name=var.namespace_name# output_file - (optional) is a type of stringoutput_file=var.output_file# repo_name - (optional) is a type of stringrepo_name=var.repo_name# target_instance_id - (optional) is a type of stringtarget_instance_id=var.target_instance_id
}
output"id" {
description="returns a string"value=data.alicloud_cr_ee_sync_rules.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_cr_ee_sync_rules.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_cr_ee_sync_rules.this.names
}
output"rules" {
description="returns a list of object"value=data.alicloud_cr_ee_sync_rules.this.rules
}
output"this" {
value=alicloud_cr_ee_sync_rules.this
}