Closed igorceridorio closed 3 years ago
This is because the provider was updated with reference to kong v1.0.0.
The release date is confusing because 1.12 is updated post 5.2.1, but if you see the readme, it is mentioned to use >v2.0 https://github.com/kevholditch/terraform-provider-kong#important
It's the date that would have confused.
Hi there,
I ran into an issue that might be an error regarding creation of a new kong_route using the version 1.12.0. I am working with Terraform v0.13.3.
When I try to create a new kong_route specifying a parameter name = "route-name" I get the following error:
Interesting, though, is that when I create a kong_service and specify a parameter name everything works fine. Below is my .tf example file.
Affected Resource(s)
Terraform Configuration Files
So I switched back to provider version 5.2.1 and executing the same .tf file everything works as expected and the name parameter of kong_route just works.
Any thoughts on that? Thanks!