Closed mgodlewski closed 4 years ago
@mgodlewski the first error was raised by API/sdk side while the second error was raised by provider.
Maybe the storage_class
was changed from the API side, I will cancel the validation of storage_class
in provider, so you can use "GLACIER" to create a bucket.
Terraform Version
Terraform v0.12.13
Affected Resource(s)
First try (following the documentation)
Terraform Configuration Files
Expected Behavior
Create a OBS bucket
Actual Behavior
Steps to Reproduce
terraform apply
Second try (following the previous error message)
Terraform Configuration Files
Expected Behavior
Create a OBS bucket
Actual Behavior
Error: expected storage_class to be one of [STANDARD WARM COLD], got GLACIER
Steps to Reproduce
terraform validate