vultr / terraform-provider-vultr-community

Terraform Vultr provider
Mozilla Public License 2.0
50 stars 7 forks source link

[BUG] - os_id collides with usage of script_id #92

Closed stp-ip closed 5 years ago

stp-ip commented 5 years ago

Describe the bug It seems like one can't use script_id with os_id.

Aka setting the OS to say Ubuntu and at the same time requiring a startup script.

To Reproduce Steps to reproduce the behavior: Launch server with a os_id and script_id set.

Expected behavior Use script with specific os chosen.

ddymko commented 5 years ago

@stp-ip

I just submitted a pull request that address this issue

https://github.com/vultr/terraform-provider-vultr/pull/91

Once this is merged in I will cut a new release