Skip to content

Commit 417c53e

Browse files
committed
feat(external-dns): add to migrations support for helm and manifest
1 parent 6929069 commit 417c53e

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

migrations.tf

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
moved {
2-
from = helm_release.argo_application[0]
3-
to = module.addon.helm_release.argo_application[0]
4-
}
5-
61
moved {
72
from = aws_iam_role.this[0]
83
to = module.addon-irsa["external-dns"].aws_iam_role.this[0]
@@ -17,3 +12,18 @@ moved {
1712
from = aws_iam_role_policy_attachment.this[0]
1813
to = module.addon-irsa["external-dns"].aws_iam_role_policy_attachment.this[0]
1914
}
15+
16+
moved {
17+
from = kubernetes_manifest.this[0]
18+
to = module.addon.kubernetes_manifest.this[0]
19+
}
20+
21+
moved {
22+
from = helm_release.this[0]
23+
to = module.addon.helm_release.this[0]
24+
}
25+
26+
moved {
27+
from = helm_release.argo_application[0]
28+
to = module.addon.helm_release.argo_application[0]
29+
}

0 commit comments

Comments
 (0)