Skip to content

Commit 028ee47

Browse files
committed
chore: format main.tf
1 parent 37651d6 commit 028ee47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/runners/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ resource "aws_launch_template" "runner" {
166166
dynamic "cpu_options" {
167167
for_each = var.cpu_options != null ? [var.cpu_options] : []
168168
content {
169-
core_count = try(cpu_options.value.core_count, null)
170-
threads_per_core = try(cpu_options.value.threads_per_core, null)
169+
core_count = try(cpu_options.value.core_count, null)
170+
threads_per_core = try(cpu_options.value.threads_per_core, null)
171171
amd_sev_snp = try(cpu_options.value.amd_sev_snp, null)
172172
nested_virtualization = try(cpu_options.value.nested_virtualization, null)
173173
}

0 commit comments

Comments
 (0)