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_oss_bucket_objects" {
source="./modules/alicloud/d/alicloud_oss_bucket_objects"# bucket_name - (required) is a type of stringbucket_name=null# key_prefix - (optional) is a type of stringkey_prefix=null# key_regex - (optional) is a type of stringkey_regex=null# output_file - (optional) is a type of stringoutput_file=null
}
data"alicloud_oss_bucket_objects""this" {
# bucket_name - (required) is a type of stringbucket_name=var.bucket_name# key_prefix - (optional) is a type of stringkey_prefix=var.key_prefix# key_regex - (optional) is a type of stringkey_regex=var.key_regex# output_file - (optional) is a type of stringoutput_file=var.output_file
}
output"id" {
description="returns a string"value=data.alicloud_oss_bucket_objects.this.id
}
output"objects" {
description="returns a list of object"value=data.alicloud_oss_bucket_objects.this.objects
}
output"this" {
value=alicloud_oss_bucket_objects.this
}