We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c6f22 commit 67120f2Copy full SHA for 67120f2
moved.tf
@@ -1,5 +1,5 @@
1
# this move section is needed to avoid es-operator destroy during module upgrade
2
moved {
3
- from = module.external_secrets_operator.kubernetes_namespace.eso_namespace[0]
4
- to = module.external_secrets_operator.module.eso_namespace[0].kubernetes_namespace.create_namespace["es-operator"]
+ from = kubernetes_namespace.eso_namespace[0]
+ to = module.eso_namespace[0].kubernetes_namespace.create_namespace["es-operator"]
5
}
0 commit comments