vultr / terraform-provider-vultr

Terraform Vultr provider
https://www.terraform.io/docs/providers/vultr/
Mozilla Public License 2.0
190 stars 65 forks source link

Allow Creating Instance Without Public IP #450

Closed OpenGLShaders closed 6 months ago

OpenGLShaders commented 6 months ago

Description

Allow the ability to set the disable public IPv4 flag on create. I set it to optional & non-computed as this attribute/setting cannot be retrieved or modified after initial creation.

Additionally, the test for the instance was broken/incorrect so I fixed that.

Related Issues

Closes #383 to the best of my knowledge.

Checklist: