From 210f658fc8f448cc8d97c24f2a3b676781492251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:34:58 +0000 Subject: [PATCH 1/2] Bump dflook/terraform-fmt-check from 1.33.0 to 1.36.2 Bumps [dflook/terraform-fmt-check](https://github.com/dflook/terraform-fmt-check) from 1.33.0 to 1.36.2. - [Release notes](https://github.com/dflook/terraform-fmt-check/releases) - [Commits](https://github.com/dflook/terraform-fmt-check/compare/fc6a4d63e251c5d6f247fc8310171a4e45e18210...e2336a7181cca8d4f659f5821e76b917214f322a) --- updated-dependencies: - dependency-name: dflook/terraform-fmt-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 79bdb51..33d2261 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -17,7 +17,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: terraform fmt - uses: dflook/terraform-fmt-check@fc6a4d63e251c5d6f247fc8310171a4e45e18210 + uses: dflook/terraform-fmt-check@e2336a7181cca8d4f659f5821e76b917214f322a docs: needs: formatting runs-on: ubuntu-22.04 From e753fdacd21f09d2eba3eceb02f95816b2733c33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Oct 2023 10:35:39 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1587230..6bff857 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ An opinionated Terraform module that can be used to create and manage a GKE clus | Name | Version | |------|---------| +| [external](#provider\_external) | n/a | | [null](#provider\_null) | >= 3.1.1 | ## Modules @@ -28,6 +29,7 @@ An opinionated Terraform module that can be used to create and manage a GKE clus | Name | Type | |------|------| | [null_resource.kubeconfig](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource | +| [external_external.external_ips](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external) | data source | ## Inputs @@ -50,6 +52,7 @@ An opinionated Terraform module that can be used to create and manage a GKE clus | Name | Description | |------|-------------| +| [external\_ips](#output\_external\_ips) | External IPs of the nodes | | [id](#output\_id) | n/a | | [path\_to\_kubeconfig\_file](#output\_path\_to\_kubeconfig\_file) | n/a | | [zones](#output\_zones) | n/a |