Skip to content

Commit b7956a1

Browse files
committed
unify the block indentation
1 parent 6feb760 commit b7956a1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

gitea.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ data "kustomizer_manifest" "gitea" {
150150
namespace: ${yamlencode(local.gitea_namespace)}
151151
resources:
152152
- resources/resources.yaml
153-
EOF
153+
EOF
154154
"resources/resources.yaml" = data.helm_template.gitea.manifest
155155
}
156156
}

talos.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ data "talos_machine_configuration" "controller" {
144144
{
145145
name = "spin"
146146
contents = <<-EOF
147-
apiVersion: node.k8s.io/v1
148-
kind: RuntimeClass
149-
metadata:
150-
name: wasmtime-spin-v2
151-
handler: spin
152-
EOF
147+
apiVersion: node.k8s.io/v1
148+
kind: RuntimeClass
149+
metadata:
150+
name: wasmtime-spin-v2
151+
handler: spin
152+
EOF
153153
},
154154
{
155155
name = "cilium"

zot.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ data "kustomizer_manifest" "zot" {
178178
namespace: ${yamlencode(local.zot_namespace)}
179179
resources:
180180
- resources/resources.yaml
181-
EOF
181+
EOF
182182
"resources/resources.yaml" = data.helm_template.zot.manifest
183183
}
184184
}

0 commit comments

Comments
 (0)