terraform fmt
This commit is contained in:
parent
eb99ec5859
commit
2ffbad1ecc
4
init.tf
4
init.tf
@ -118,7 +118,7 @@ resource "null_resource" "kustomization" {
|
|||||||
"${path.module}/templates/ccm.yaml.tpl",
|
"${path.module}/templates/ccm.yaml.tpl",
|
||||||
{
|
{
|
||||||
cluster_cidr_ipv4 = local.cluster_cidr_ipv4
|
cluster_cidr_ipv4 = local.cluster_cidr_ipv4
|
||||||
})
|
})
|
||||||
destination = "/var/post_install/ccm.yaml"
|
destination = "/var/post_install/ccm.yaml"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ resource "null_resource" "kustomization" {
|
|||||||
"${path.module}/templates/calico.yaml.tpl",
|
"${path.module}/templates/calico.yaml.tpl",
|
||||||
{
|
{
|
||||||
cluster_cidr_ipv4 = local.cluster_cidr_ipv4
|
cluster_cidr_ipv4 = local.cluster_cidr_ipv4
|
||||||
})
|
})
|
||||||
destination = "/var/post_install/calico.yaml"
|
destination = "/var/post_install/calico.yaml"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user