-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot omit field "bucket" for resource alicloud_oss_bucket #7761
Comments
zcxsythenew
added a commit
to zcxsythenew/terraform-provider-alicloud
that referenced
this issue
Oct 21, 2024
…s omitted. This commit fixes issue aliyun#7761. The field "bucket" is be computed, and its references are corrected.
zcxsythenew
added a commit
to zcxsythenew/terraform-provider-alicloud
that referenced
this issue
Nov 1, 2024
…s omitted. This commit fixes issue aliyun#7761. The field "bucket" is be computed, and its references are corrected.
zcxsythenew
added a commit
to zcxsythenew/terraform-provider-alicloud
that referenced
this issue
Nov 1, 2024
…s omitted. This commit fixes issue aliyun#7761. The field "bucket" is be computed, and its references are corrected.
zcxsythenew
added a commit
to zcxsythenew/terraform-provider-alicloud
that referenced
this issue
Nov 1, 2024
…s omitted. This commit fixes issue aliyun#7761. The field "bucket" is be computed, and its references are corrected.
zcxsythenew
added a commit
to zcxsythenew/terraform-provider-alicloud
that referenced
this issue
Nov 1, 2024
…s omitted. This commit fixes issue aliyun#7761. The field "bucket" is be computed, and its references are corrected.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The document of alicloud_oss_bucket says, the field "bucket" is "optional", and if it is "omitted, Terraform will assign a random and unique name."
However, when I really omitted the field and applied the following configuration:
I got the following error:
Therefore, either the provider has a bug when the field "bucket" is omitted, or the field "bucket" should be designed to be required.
Possible solution:
The text was updated successfully, but these errors were encountered: