HyunYoung (Andy) Ha

Results 3 comments of HyunYoung (Andy) Ha

@mcfedr We had the same issue come up yesterday with 2.8.0 and opened an Github issue: [#1603](https://github.com/hashicorp/terraform-provider-kubernetes/issues/1603), although it could be underlined by a different cause. We ran into the...

Thanks for the reply @alexsomesan. As you can see in the tf configuration, we don't define any topologyKeys in our kubernetes_manifest, yet `terrafrom plan` returns an error specified above. Would...

@alexsomesan The state of the resource seem to have retained the topologyKeys from the previous cluster version: ``` # module.k8s-deployment-helloworld.kubernetes_manifest.service_application_1: resource "kubernetes_manifest" "service_application_1" { manifest = { apiVersion = "v1"...