Skip to content

Commit

Permalink
Merge pull request #13 from isovalent/dependabot/github_actions/dfloo…
Browse files Browse the repository at this point in the history
…k/terraform-fmt-check-1.36.2

Bump dflook/terraform-fmt-check from 1.33.0 to 1.36.2
  • Loading branch information
darox authored Oct 11, 2023
2 parents d5d76fe + 28d7176 commit 17596c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: terraform fmt
uses: dflook/terraform-fmt-check@2633e1cf3717ee439e126a537bacc777d620b017
uses: dflook/terraform-fmt-check@e2336a7181cca8d4f659f5821e76b917214f322a
docs:
needs: formatting
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ An opinionated Terraform module that can be used to create and manage a GKE clus

| Name | Version |
|------|---------|
| <a name="provider_external"></a> [external](#provider\_external) | n/a |
| <a name="provider_null"></a> [null](#provider\_null) | >= 3.1.1 |

## Modules
Expand All @@ -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

Expand All @@ -50,6 +52,7 @@ An opinionated Terraform module that can be used to create and manage a GKE clus

| Name | Description |
|------|-------------|
| <a name="output_external_ips"></a> [external\_ips](#output\_external\_ips) | External IPs of the nodes |
| <a name="output_id"></a> [id](#output\_id) | n/a |
| <a name="output_path_to_kubeconfig_file"></a> [path\_to\_kubeconfig\_file](#output\_path\_to\_kubeconfig\_file) | n/a |
| <a name="output_zones"></a> [zones](#output\_zones) | n/a |
Expand Down

0 comments on commit 17596c0

Please sign in to comment.