Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Jan 22, 2024
1 parent 022a334 commit 762a080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| account\_id | n/a | `string` | n/a | yes |
| addons\_configuration | n/a | `map(string)` | <pre>{<br> "coredns": "{}",<br> "kube-proxy": "{}",<br> "vpc-cni": "{}"<br>}</pre> | no |
| addons\_configuration | n/a | `map(string)` | `{}` | no |
| addons\_irsa\_role | n/a | `map(string)` | `{}` | no |
| addons\_resolve\_conflicts\_on\_create | n/a | `string` | `"OVERWRITE"` | no |
| addons\_resolve\_conflicts\_on\_update | n/a | `string` | `"PRESERVE"` | no |
Expand Down Expand Up @@ -58,6 +58,7 @@
| worker\_ports\_internal | n/a | `list(number)` | `[]` | no |
| worker\_ports\_public | n/a | `list(number)` | `[]` | no |
| worker\_source\_sgs | n/a | `list(string)` | `[]` | no |
| workers | n/a | `map` | `{}` | no |

## Outputs

Expand Down

0 comments on commit 762a080

Please sign in to comment.