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

[BUG] - Unable to create new object storage because tier_id is missing #556

Closed
dsander opened this issue Mar 3, 2025 · 4 comments · Fixed by #565
Closed

[BUG] - Unable to create new object storage because tier_id is missing #556

dsander opened this issue Mar 3, 2025 · 4 comments · Fixed by #565
Assignees
Labels

Comments

@dsander
Copy link

dsander commented Mar 3, 2025

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 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}
@dsander dsander added the bug label Mar 3, 2025
@optik-aper optik-aper self-assigned this Mar 3, 2025
@optik-aper
Copy link
Member

@dsander Thanks! I'll get this updated in the next release.

@pg-angelo
Copy link

Checking on the status of the next release. Hopefully soon?

@optik-aper
Copy link
Member

@pg-angelo Yeah. I'm working on updates but will have a release out this afternoon.

@optik-aper
Copy link
Member

Currently running into issues with the API but I'm trying to work through it.

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

Successfully merging a pull request may close this issue.

3 participants