terraform fmt

This commit is contained in:
Philipp 2022-04-30 00:12:30 +02:00
parent eb99ec5859
commit 2ffbad1ecc
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432

View File

@ -118,7 +118,7 @@ resource "null_resource" "kustomization" {
"${path.module}/templates/ccm.yaml.tpl",
{
cluster_cidr_ipv4 = local.cluster_cidr_ipv4
})
})
destination = "/var/post_install/ccm.yaml"
}
@ -128,7 +128,7 @@ resource "null_resource" "kustomization" {
"${path.module}/templates/calico.yaml.tpl",
{
cluster_cidr_ipv4 = local.cluster_cidr_ipv4
})
})
destination = "/var/post_install/calico.yaml"
}