You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the introduction of storage tiers it is no longer possible to create vultr_object_storage instances because one can not set the tier_id.
To Reproduce
# vultr_object_storage.os will be created
+ resource "vultr_object_storage" "os" {
+ cluster_id = 12
+ date_created = (known after apply)
+ id = (known after apply)
+ label = "creation-test"
+ location = (known after apply)
+ region = (known after apply)
+ s3_access_key = (sensitive value)
+ s3_hostname = (known after apply)
+ s3_secret_key = (sensitive value)
+ status = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions in workspace "staging"?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
vultr_object_storage.os: Creating...
╷
│ Error: error creating object storage: {"error":"Invalid tier specified for this location","status":400}
The text was updated successfully, but these errors were encountered:
Describe the bug
Since the introduction of storage tiers it is no longer possible to create
vultr_object_storage
instances because one can not set thetier_id
.To Reproduce
The text was updated successfully, but these errors were encountered: