Skip to content

Commit 70e89d9

Browse files
committed
fix: format terraform files
1 parent 7891dfa commit 70e89d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eks/eks_cluster_gitops/castai.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ resource "castai_node_template" "example_spot_template" {
123123
min_memory = 4096
124124
max_memory = 24576
125125
architectures = ["amd64"]
126-
azs = []
126+
azs = []
127127
customer_specific = "disabled"
128128

129129
instance_families {

0 commit comments

Comments
 (0)