diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml
index 43a6004..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@2633e1cf3717ee439e126a537bacc777d620b017
+ uses: dflook/terraform-fmt-check@e2336a7181cca8d4f659f5821e76b917214f322a
docs:
needs: formatting
runs-on: ubuntu-22.04
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 |