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_object" {
source=null# acl - (optional) is a type of stringacl=null# bucket - (required) is a type of stringbucket=null# cache_control - (optional) is a type of stringcache_control=null# content - (optional) is a type of stringcontent=null# content_disposition - (optional) is a type of stringcontent_disposition=null# content_encoding - (optional) is a type of stringcontent_encoding=null# content_md5 - (optional) is a type of stringcontent_md5=null# content_type - (optional) is a type of stringcontent_type=null# expires - (optional) is a type of stringexpires=null# key - (required) is a type of stringkey=null# kms_key_id - (optional) is a type of stringkms_key_id=null# server_side_encryption - (optional) is a type of stringserver_side_encryption=null# source - (optional) is a type of string
}
resource"alicloud_oss_bucket_object""this" {
# acl - (optional) is a type of stringacl=var.acl# bucket - (required) is a type of stringbucket=var.bucket# cache_control - (optional) is a type of stringcache_control=var.cache_control# content - (optional) is a type of stringcontent=var.content# content_disposition - (optional) is a type of stringcontent_disposition=var.content_disposition# content_encoding - (optional) is a type of stringcontent_encoding=var.content_encoding# content_md5 - (optional) is a type of stringcontent_md5=var.content_md5# content_type - (optional) is a type of stringcontent_type=var.content_type# expires - (optional) is a type of stringexpires=var.expires# key - (required) is a type of stringkey=var.key# kms_key_id - (optional) is a type of stringkms_key_id=var.kms_key_id# server_side_encryption - (optional) is a type of stringserver_side_encryption=var.server_side_encryption# source - (optional) is a type of stringsource=var.source
}