From c8c39b2f5b4cc0ebefa29dcbaebad5f4490341c7 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Wed, 18 Dec 2024 12:29:31 -0500 Subject: [PATCH] Run terraform fmt * disable duplicative terraform-fmt-check run since the root level recurses into sandbox-deploy --- .github/workflows/test.yml | 9 ++------- sandbox-deploy/variables.tf | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 362a1cb..4a08c90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,9 +29,9 @@ jobs: apt-get install -y zip - lint-sandbox: + validate-sandbox: runs-on: ubuntu-latest - name: Lint sandbox + name: Validate sandbox steps: - uses: actions/checkout@v4 @@ -39,8 +39,3 @@ jobs: uses: dflook/terraform-validate@v1 with: path: sandbox-deploy - - - name: terraform fmt - uses: dflook/terraform-fmt-check@v1 - with: - path: sandbox-deploy diff --git a/sandbox-deploy/variables.tf b/sandbox-deploy/variables.tf index 34ba9c4..b337c81 100644 --- a/sandbox-deploy/variables.tf +++ b/sandbox-deploy/variables.tf @@ -2,21 +2,21 @@ variable "cf_user" { type = string } variable "cf_password" { - type = string + type = string sensitive = true } variable "cf_space_prefix" { type = string } variable "ci_server_token" { - type = string + type = string sensitive = true } variable "docker_hub_user" { type = string } variable "docker_hub_token" { - type = string + type = string sensitive = true } variable "developer_emails" {