YuXiaoDou
Results
1
comments of
YuXiaoDou
I also encountered issues with the same functionality。  Related code snippets: resource "alicloud_oss_bucket" "create-bucket" { bucket = var.configuration.bucket acl = var.configuration.alicloud_oss_bucket_acl } resource "alicloud_oss_bucket" "logging" { count = var.configuration.logging...