-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Hosts Array stopping API resource apply #75
Comments
Crash log
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Terraform v0.11.13
Not on 4.5.0 due to older version of Kong (0.10.2)
Affected Resource(s)
API Resource.
Terraform Configuration Files
Debug Output
Expected Behavior
Resource created with an empty hosts value
Actual Behavior
Will not actually create it.
Steps to Reproduce
terraform apply
Important Factoids
I am guessing this is happening because Terraform does not appear to be sending the "hosts" value to the plugin, as it is viewing it as empty, or it is supplying it incorrectly.
The text was updated successfully, but these errors were encountered: