vultr / terraform-provider-vultr-community

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

#84 : add error for protocol to be lower case #85

Closed ddymko closed 5 years ago

ddymko commented 5 years ago

Description

This is adding in a layer of error handling on the protocol to notify the user that the protocol needs to be all lowercase. I tried making it case insensitive however the API will always return the protocol back in the read as lowercase. This will cause a mismatch between your tf statefile and what is being returned.

Related Issues

84

Checklist: