terraform-provider-vultr icon indicating copy to clipboard operation
terraform-provider-vultr copied to clipboard

Terraform Vultr provider

Results 44 terraform-provider-vultr issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.19.0 to 2.20.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.20.0 NOTES: helper/logging: Existing NewTransport() is now deprecated in favour of using the new NewLoggingHTTPTransport() or NewSubsystemLoggingHTTPTransport() (#1006)...

dependencies

**Is your feature request related to a problem? Please describe.** This is not a real feature request, but a dear reminder for whoever stuck with the same problem as I...

enhancement

**Is your feature request related to a problem? Please describe.** I use separate projects for my block storages and instances. Project with storages needs to be created before project with...

enhancement

Using this provider plugin I can enable object storage. However, it does not seem to have any resources for creating the individual buckets themselves? This means that while I can...

enhancement

When I try to import vultr instance, ssh keys don't import. And if I do "terraform apply" then terraform force replace my service CODE ![зображення](https://user-images.githubusercontent.com/38407163/151314026-f0d0f7e3-50e5-4c7f-b67c-62f6e4d026c8.png) ![зображення](https://user-images.githubusercontent.com/38407163/151314186-e0ff6924-77c1-4489-9beb-f230c13a7880.png) tfstate ![зображення](https://user-images.githubusercontent.com/38407163/151314965-ec262636-f736-4310-83f5-c27fd8bddf34.png)

bug

## Description This PR will allow you to attach block storage from instances. This works well but does cause a little bit of drift but gets cleaned up on a...

enhancement

We should look into the bumped ratelimit as it still causes issues for some larger builds #86

enhancement

**Is your feature request related to a problem? Please describe.** There is currently no way to get list of all internal ips of instance via TF. `internal_ip` attribute contains only...

enhancement

**Describe the bug** When managing a `vultr_dns_record` of type `TXT`, running plan always indicates that the resource will be modified. My state is clean and the resource exists in vultr....

bug

**Describe the bug** I've got a reserved IP: ```hcl resource "vultr_reserved_ip" "ip" { label = "site-ip" region_id = data.vultr_region.region.id ip_type = "v4" lifecycle { prevent_destroy = true } } ```...

bug