Skip to content
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

huaweicloud_obs_bucket creation fails with internal plugin error #288

Closed
thiagoeh opened this issue Mar 27, 2020 · 2 comments · Fixed by #292
Closed

huaweicloud_obs_bucket creation fails with internal plugin error #288

thiagoeh opened this issue Mar 27, 2020 · 2 comments · Fixed by #292

Comments

@thiagoeh
Copy link

Terraform Version

$ terraform -v
Terraform v0.12.24
+ provider.huaweicloud v1.13.0

Affected Resource(s)

  • huaweicloud_obs_bucket

Terraform Configuration Files

Authentication information set through OS_* variables. It works with other resources types.

Region is ap-southeast-1.

provider "huaweicloud" {
}

resource "huaweicloud_obs_bucket" "bucket" {
  bucket        = "my-super-duper-bucket"
}

Debug Output

https://gist.github.com/thiagoeh/f2dd887fcf8238ec81e00ad0a456e82c

Expected Behavior

Create the OBS bucket.

Actual Behavior

Fails with error

[DEBUG] plugin: plugin exited Reason: We encountered an internal error. Please try again.

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply
@ShiChangkuo
Copy link
Collaborator

@thiagoeh, I tested well in cn-north-1 region and encounter the same error in ap-southeast-1 region.
The issue maybe raise from the api side, you can create a service ticket on huaweicloud.

@ShiChangkuo
Copy link
Collaborator

@thiagoeh After discussing with my colleagues, this issue is caused by missing a parameter when creating an obs bucket. I'll fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants