From e1189364e9414fb61f0a9162cc3b6952dab50ec6 Mon Sep 17 00:00:00 2001 From: Sandra Maria Peter <83961684+sandrampeter@users.noreply.github.com> Date: Wed, 6 Jul 2022 12:28:27 -0400 Subject: [PATCH] fmt fix --- tests/standalone-external-rhel8-worker/main.tf | 2 +- tests/standalone-mounted-disk/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/standalone-external-rhel8-worker/main.tf b/tests/standalone-external-rhel8-worker/main.tf index 151e0462..2a50bc51 100644 --- a/tests/standalone-external-rhel8-worker/main.tf +++ b/tests/standalone-external-rhel8-worker/main.tf @@ -7,7 +7,7 @@ resource "random_pet" "main" { # Store TFE License as secret # --------------------------- module "secrets" { - count = var.license_file == null ? 0 : 1 + count = var.license_file == null ? 0 : 1 source = "../../fixtures/secrets" license = { diff --git a/tests/standalone-mounted-disk/main.tf b/tests/standalone-mounted-disk/main.tf index 5035b36f..53da5fe5 100644 --- a/tests/standalone-mounted-disk/main.tf +++ b/tests/standalone-mounted-disk/main.tf @@ -7,7 +7,7 @@ resource "random_pet" "main" { # Store TFE License as secret # --------------------------- module "secrets" { - count = var.license_file == null ? 0 : 1 + count = var.license_file == null ? 0 : 1 source = "../../fixtures/secrets" license = {