Andrew Starr-Bochicchio

Results 141 comments of Andrew Starr-Bochicchio

Hi @fuadnafiz98, Thanks for raising this. Unfortunately value of `acl` is not able to be set on import. You must set it in your configuration file to prevent the diff...

Currently DigitalOcean reserved IPs do not have a "name." The only unique identifier for the reserved IP is the IP address itself. In order to retrieve information about the reserved...

Hi @tlowerison, Thanks for the suggestion. I definitely see how this would be useful. Though I'm not sure it is something we can accommodate in Terraform at the moment. The...

Hi @MauriceArikoglu, Apologies for the delayed response. I've not been able to reproduce the issue myself. I'm able to successfully place load balancers into projects using Terraform with no unexpected...

Hi @vzuevsky, Terraform supports creating Droplets with multiple SSH keys. DigitalOcean (and Terraform in turn) does not currently support adding additional SSH keys to a Droplet via the API after...

In order to reference an imported resource, you must also write a resource configuration block. > Before you run terraform import you must manually write a resource configuration block for...

@vzuevsky The second example is using the data source, not the resource. For the data source, only the `name` is required. See: https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/data-sources/ssh_key

@SkeLLLa Can you show any additional info on how you've defined the environments? I've been unsuccessful at reproducing it using: ```hcl variable "environments" { type = set(string) default = ["test",...

Hi @soullivaneuh, Thanks for raising this issue. I have been able to reproduce this both using the Terraform provider as well as with a simple cURL request. So the issue...

Can you share what version of Terraform you are using and the provider configuration you are using?