From b8816a2ef09d2eb5b82ddf889ce13dc78eb28555 Mon Sep 17 00:00:00 2001 From: sudosubin Date: Sat, 14 Oct 2023 03:05:15 +0900 Subject: [PATCH 1/2] chore: Update tfcmt action configurations --- .github/workflows/opentofu-ci.yml | 3 ++- .github/workflows/opentofu-format.yml | 6 ++++-- .github/workflows/opentofu-tfcmt.yml | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/opentofu-ci.yml b/.github/workflows/opentofu-ci.yml index d7e3dd8..9f60d42 100644 --- a/.github/workflows/opentofu-ci.yml +++ b/.github/workflows/opentofu-ci.yml @@ -20,7 +20,8 @@ jobs: - uses: kislerdm/setup-opentofu@main with: - tofu_version: 1.6.0-alpha1 + tofu_version: 1.6.0-alpha2 + tofu_wrapper: "false" - name: Init run: tofu init -backend=false diff --git a/.github/workflows/opentofu-format.yml b/.github/workflows/opentofu-format.yml index 71405a4..afe0c36 100644 --- a/.github/workflows/opentofu-format.yml +++ b/.github/workflows/opentofu-format.yml @@ -15,7 +15,8 @@ jobs: - uses: kislerdm/setup-opentofu@main with: - tofu_version: 1.6.0-alpha1 + tofu_version: 1.6.0-alpha2 + tofu_wrapper: "false" - name: Format run: tofu fmt -recursive @@ -41,7 +42,8 @@ jobs: - uses: kislerdm/setup-opentofu@main with: - tofu_version: 1.6.0-alpha1 + tofu_version: 1.6.0-alpha2 + tofu_wrapper: "false" - name: Init run: tofu init -backend=false diff --git a/.github/workflows/opentofu-tfcmt.yml b/.github/workflows/opentofu-tfcmt.yml index 6817f65..80d216e 100644 --- a/.github/workflows/opentofu-tfcmt.yml +++ b/.github/workflows/opentofu-tfcmt.yml @@ -29,7 +29,8 @@ jobs: - uses: kislerdm/setup-opentofu@main with: cli_config_credentials_token: ${{ secrets.APP_TERRAFORM_IO_TOKEN }} - tofu_version: 1.6.0-alpha1 + tofu_version: 1.6.0-alpha2 + tofu_wrapper: "false" - uses: shmokmt/actions-setup-tfcmt@v2 with: From 097326dcb78d36073b5e38328ff5cfc0ef0c0d10 Mon Sep 17 00:00:00 2001 From: sudosubin Date: Sat, 14 Oct 2023 03:08:59 +0900 Subject: [PATCH 2/2] chore: Renamed terraform module file --- terraform-cloud/{nested_teams.tf => nested_members.tf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename terraform-cloud/{nested_teams.tf => nested_members.tf} (100%) diff --git a/terraform-cloud/nested_teams.tf b/terraform-cloud/nested_members.tf similarity index 100% rename from terraform-cloud/nested_teams.tf rename to terraform-cloud/nested_members.tf