Hello again! I'm attempting to deploy multiple met...
# ask-metaflow
f
Hello again! I'm attempting to deploy multiple metaflow stacks on GCP, as described here. Everything went smoothly, until setting up the kubernetes service account. The error looks like so. I am guessing that there is a clash because
default/metaflow-ksa
already exists for the original Metaflow stack (in the same GCP project).
Copy code
│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to module.infra.google_service_account.metaflow_kubernetes_workload_identity_service_account, provider "module.infra.provider[\"<http://registry.terraform.io/hashicorp/google-beta\|registry.terraform.io/hashicorp/google-beta\>"]" produced an
│ unexpected new value: Root resource was present, but now absent.
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.