volcengine / terraform-provider-volcengine

Mozilla Public License 2.0
27 stars 10 forks source link

tos创建时,一并创建权限策略失败 #173

Open wangheng0206 opened 2 months ago

wangheng0206 commented 2 months ago

╷ │ Error: error on reading tos bucket "terraform-tos-test-2", error on reading resource "terraform-tos-test-2", : │ status code: 404, request id: │ │ with volcengine_tos_bucket.tos, │ on main.tf line 60, in resource "volcengine_tos_bucket" "tos": │ 60: resource "volcengine_tos_bucket" "tos" { │ ╵

等一会再次执行terraform apply才成功

Terraform will perform the following actions:

volcengine_tos_bucket_policy.policy will be created

Plan: 1 to add, 0 to change, 0 to destroy.

Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve.

Enter a value: yes

volcengine_tos_bucket_policy.policy: Creating... volcengine_tos_bucket_policy.policy: Creation complete after 1s [id=terraform-tos-test-2:POLICY]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.