From 86781d352af3693a27b2ce4d47955172f8e183f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Nov 2023 12:48:50 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 59e1135..c18545c 100644 --- a/README.md +++ b/README.md @@ -3,30 +3,30 @@ An opinionated Terraform module that can be used to install and manage Cilium on top of a Kubernetes cluster. -### Requirements +## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.2.0 | | [null](#requirement\_null) | >= 3.1.1 | -### Providers +## Providers | Name | Version | |------|---------| | [null](#provider\_null) | >= 3.1.1 | -### Modules +## Modules No modules. -### Resources +## Resources | Name | Type | |------|------| | [null_resource.main](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource | -### Inputs +## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| @@ -49,7 +49,7 @@ No modules. | [total\_control\_plane\_nodes](#input\_total\_control\_plane\_nodes) | The number of control-plane nodes expected in the cluster. | `number` | `3` | no | | [wait\_for\_total\_control\_plane\_nodes](#input\_wait\_for\_total\_control\_plane\_nodes) | Whether to wait for the expected number of control-plane nodes to be registered before applying any changes. | `bool` | `false` | no | -### Outputs +## Outputs No outputs.