Hello everyone. I am trying to import an existing ...
# google-cloud
s
Hello everyone. I am trying to import an existing ingress controller in GKE. I ran
pulumi import
followed by
pulumi refresh
, then I adjusted the script. Yet when I run
pulumi preview --diff
it still suggests to replace the existing controller. Replacing is not an option as it will cause downtime. Any ideas on how to import properly?
what I noticed is that if I remove the
provider
then it shows no diff