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 6929069 commit 417c53eCopy full SHA for 417c53e
migrations.tf
@@ -1,8 +1,3 @@
1
-moved {
2
- from = helm_release.argo_application[0]
3
- to = module.addon.helm_release.argo_application[0]
4
-}
5
-
6
moved {
7
from = aws_iam_role.this[0]
8
to = module.addon-irsa["external-dns"].aws_iam_role.this[0]
@@ -17,3 +12,18 @@ moved {
17
12
from = aws_iam_role_policy_attachment.this[0]
18
13
to = module.addon-irsa["external-dns"].aws_iam_role_policy_attachment.this[0]
19
14
}
15
+
16
+moved {
+ from = kubernetes_manifest.this[0]
+ to = module.addon.kubernetes_manifest.this[0]
+}
20
21
22
+ from = helm_release.this[0]
23
+ to = module.addon.helm_release.this[0]
24
25
26
27
+ from = helm_release.argo_application[0]
28
+ to = module.addon.helm_release.argo_application[0]
29
0 commit comments