@@ -125,7 +125,7 @@ data "kustomization_overlay" "test" {
125
125
}
126
126
127
127
output "check" {
128
- value = data.kustomization_overlay.test.manifests["~G_v1_Namespace|~X| test-basic"]
128
+ value = data.kustomization_overlay.test.manifests["_/Namespace/_/ test-basic"]
129
129
}
130
130
`
131
131
}
@@ -162,7 +162,7 @@ data "kustomization_overlay" "test" {
162
162
}
163
163
164
164
output "check" {
165
- value = data.kustomization_overlay.test.manifests["~G_v1_Namespace|~X| test-basic"]
165
+ value = data.kustomization_overlay.test.manifests["_/Namespace/_/ test-basic"]
166
166
}
167
167
`
168
168
}
@@ -195,7 +195,7 @@ data "kustomization_overlay" "test" {
195
195
}
196
196
197
197
output "check" {
198
- value = data.kustomization_overlay.test.manifests["~G_v1_ConfigMap|~X| from-component-6ct58987ht"]
198
+ value = data.kustomization_overlay.test.manifests["_/ConfigMap/_/ from-component-6ct58987ht"]
199
199
}
200
200
`
201
201
}
@@ -252,11 +252,11 @@ data "kustomization_overlay" "test" {
252
252
}
253
253
254
254
output "check_cm1" {
255
- value = data.kustomization_overlay.test.manifests["~G_v1_ConfigMap|~X| test-configmap1"]
255
+ value = data.kustomization_overlay.test.manifests["_/ConfigMap/_/ test-configmap1"]
256
256
}
257
257
258
258
output "check_cm2" {
259
- value = data.kustomization_overlay.test.manifests["~G_v1_ConfigMap|~X| test-configmap2-5tgmgc9cmf"]
259
+ value = data.kustomization_overlay.test.manifests["_/ConfigMap/_/ test-configmap2-5tgmgc9cmf"]
260
260
}
261
261
`
262
262
}
@@ -291,7 +291,7 @@ data "kustomization_overlay" "test" {
291
291
}
292
292
293
293
output "check" {
294
- value = data.kustomization_overlay.test.manifests["~G_v1_Namespace|~X| test-overlay-namespace"]
294
+ value = data.kustomization_overlay.test.manifests["_/Namespace/_/ test-overlay-namespace"]
295
295
}
296
296
297
297
`
@@ -328,7 +328,7 @@ data "kustomization_overlay" "test" {
328
328
}
329
329
330
330
output "check" {
331
- value = data.kustomization_overlay.test.manifests["~G_v1_Service| test-basic| test-test-test"]
331
+ value = data.kustomization_overlay.test.manifests["_/Service/ test-basic/ test-test-test"]
332
332
}
333
333
334
334
`
@@ -362,7 +362,7 @@ data "kustomization_overlay" "test" {
362
362
}
363
363
364
364
output "check" {
365
- value = data.kustomization_overlay.test.manifests["~G_v1_Namespace|~X| test-basic"]
365
+ value = data.kustomization_overlay.test.manifests["_/Namespace/_/ test-basic"]
366
366
}
367
367
368
368
`
@@ -398,7 +398,7 @@ data "kustomization_overlay" "test" {
398
398
}
399
399
400
400
output "check" {
401
- value = data.kustomization_overlay.test.manifests["apps_v1_Deployment| test-transformer-config| test"]
401
+ value = data.kustomization_overlay.test.manifests["apps/Deployment/ test-transformer-config/ test"]
402
402
}
403
403
`
404
404
}
@@ -459,7 +459,7 @@ data "kustomization_overlay" "test" {
459
459
}
460
460
461
461
output "check" {
462
- value = data.kustomization_overlay.test.manifests["~G_v1_ConfigMap|~X| testcm-6ct58987ht"]
462
+ value = data.kustomization_overlay.test.manifests["_/ConfigMap/_/ testcm-6ct58987ht"]
463
463
}
464
464
`
465
465
}
@@ -511,11 +511,11 @@ data "kustomization_overlay" "test" {
511
511
}
512
512
513
513
output "check_configmap" {
514
- value = data.kustomization_overlay.test.manifests["~G_v1_ConfigMap|~X| test-configmap"]
514
+ value = data.kustomization_overlay.test.manifests["_/ConfigMap/_/ test-configmap"]
515
515
}
516
516
517
517
output "check_secret" {
518
- value = data.kustomization_overlay.test.manifests["~G_v1_Secret|~X| test-secret"]
518
+ value = data.kustomization_overlay.test.manifests["_/Secret/_/ test-secret"]
519
519
}
520
520
`
521
521
}
@@ -553,7 +553,7 @@ data "kustomization_overlay" "test" {
553
553
}
554
554
555
555
output "check" {
556
- value = data.kustomization_overlay.test.manifests["apps_v1_Deployment| test-basic| test"]
556
+ value = data.kustomization_overlay.test.manifests["apps/Deployment/ test-basic/ test"]
557
557
}
558
558
`
559
559
}
@@ -610,11 +610,11 @@ data "kustomization_overlay" "test" {
610
610
}
611
611
612
612
output "check_dep" {
613
- value = data.kustomization_overlay.test.manifests["apps_v1_Deployment| test-basic| test"]
613
+ value = data.kustomization_overlay.test.manifests["apps/Deployment/ test-basic/ test"]
614
614
}
615
615
616
616
output "check_ingress" {
617
- value = data.kustomization_overlay.test.manifests["networking.k8s.io_v1beta1_Ingress| test-basic| test"]
617
+ value = data.kustomization_overlay.test.manifests["networking.k8s.io/Ingress/ test-basic/ test"]
618
618
}
619
619
`
620
620
}
@@ -650,7 +650,7 @@ data "kustomization_overlay" "test" {
650
650
}
651
651
652
652
output "check" {
653
- value = data.kustomization_overlay.test.manifests["apps_v1_Deployment| test-basic| test"]
653
+ value = data.kustomization_overlay.test.manifests["apps/Deployment/ test-basic/ test"]
654
654
}
655
655
`
656
656
}
@@ -707,11 +707,11 @@ data "kustomization_overlay" "test" {
707
707
}
708
708
709
709
output "check_cm1" {
710
- value = data.kustomization_overlay.test.manifests["~G_v1_Secret|~X| test-secret1"]
710
+ value = data.kustomization_overlay.test.manifests["_/Secret/_/ test-secret1"]
711
711
}
712
712
713
713
output "check_cm2" {
714
- value = data.kustomization_overlay.test.manifests["~G_v1_Secret|~X| test-secret2-h55cfd6gfg"]
714
+ value = data.kustomization_overlay.test.manifests["_/Secret/_/ test-secret2-h55cfd6gfg"]
715
715
}
716
716
`
717
717
}
@@ -768,7 +768,7 @@ data "kustomization_overlay" "test" {
768
768
}
769
769
770
770
output "check" {
771
- value = data.kustomization_overlay.test.manifests["apps_v1_Deployment| test-basic| test"]
771
+ value = data.kustomization_overlay.test.manifests["apps/Deployment/ test-basic/ test"]
772
772
}
773
773
`
774
774
}
@@ -895,15 +895,15 @@ module "test" {
895
895
}
896
896
897
897
output "check_dep" {
898
- value = module.test.kustomization.manifests["apps_v1_Deployment| test-module| tp-test-ts"]
898
+ value = module.test.kustomization.manifests["apps/Deployment/ test-module/ tp-test-ts"]
899
899
}
900
900
901
901
output "check_cm" {
902
- value = module.test.kustomization.manifests["~G_v1_ConfigMap| test-module| tp-ocm-ts"]
902
+ value = module.test.kustomization.manifests["_/ConfigMap/ test-module/ tp-ocm-ts"]
903
903
}
904
904
905
905
output "check_s" {
906
- value = module.test.kustomization.manifests["~G_v1_Secret| test-module| tp-os-ts-46f8b28mk5"]
906
+ value = module.test.kustomization.manifests["_/Secret/ test-module/ tp-os-ts-46f8b28mk5"]
907
907
}
908
908
` , modulePath , modulePath )
909
909
}
0 commit comments