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 = {