Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate-terraform-docs: automated action #52

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To view examples for how you can leverage this module, please see the [examples]
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_equinix"></a> [equinix](#requirement\_equinix) | ~> 1.14.0 |
| <a name="requirement_equinix"></a> [equinix](#requirement\_equinix) | ~> 1.20.0 |
| <a name="requirement_local"></a> [local](#requirement\_local) | 2.4.1 |
| <a name="requirement_null"></a> [null](#requirement\_null) | 3.2.2 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | 4.0.5 |
Expand All @@ -66,7 +66,7 @@ To view examples for how you can leverage this module, please see the [examples]

| Name | Version |
|------|---------|
| <a name="provider_equinix"></a> [equinix](#provider\_equinix) | ~> 1.14.0 |
| <a name="provider_equinix"></a> [equinix](#provider\_equinix) | ~> 1.20.0 |
| <a name="provider_local"></a> [local](#provider\_local) | 2.4.1 |
| <a name="provider_null"></a> [null](#provider\_null) | 3.2.2 |
| <a name="provider_tls"></a> [tls](#provider\_tls) | 4.0.5 |
Expand Down
6 changes: 3 additions & 3 deletions examples/cluster-with-cni/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ This is an example of how to make the cluster running installing [Flannel CNI](h
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_equinix"></a> [equinix](#requirement\_equinix) | ~> 1.14.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2.1 |
| <a name="requirement_equinix"></a> [equinix](#requirement\_equinix) | ~> 1.20.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2.2 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.2.1 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.2.2 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/cpem-add-on/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is an example of how to utilize the root module with the [CPEM add-on](http
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_equinix"></a> [equinix](#requirement\_equinix) | ~> 1.14.0 |
| <a name="requirement_equinix"></a> [equinix](#requirement\_equinix) | ~> 1.20.0 |

## Providers

Expand Down