Skip to content

Commit f2ac599

Browse files
authored
fix: Fix breaking change introduced in internal release (#88)
1 parent 5f799c4 commit f2ac599

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

moved.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# this move section is needed to avoid es-operator destroy during module upgrade
2+
moved {
3+
from = kubernetes_namespace.eso_namespace[0]
4+
to = module.eso_namespace[0].kubernetes_namespace.create_namespace["es-operator"]
5+
}

0 commit comments

Comments
 (0)