Skip to content

Commit

Permalink
terraform-docs: automated update action
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbdiniz committed May 17, 2021
1 parent 4d4fb1c commit 41471cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ Encryption in transit is enabled by default in the master branch version of the
|------|---------|
| terraform | >= 0.13 |
| aws | >= 3.13, < 4.0 |
| helm | >= 1.0, < 1.4.0 |
| kubectl | 1.9.4 |
| kubernetes | >= 1.10.0 |
| helm | >= 1.0, < 3.0 |
| kubectl | 1.10.0 |
| kubernetes | >= 1.10.0, < 3.0.0 |

## Providers

| Name | Version |
|------|---------|
| helm | >= 1.0, < 1.4.0 |
| kubectl | 1.9.4 |
| kubernetes | >= 1.10.0 |
| helm | >= 1.0, < 3.0 |
| kubectl | 1.10.0 |
| kubernetes | >= 1.10.0, < 3.0.0 |

## Inputs

Expand All @@ -72,7 +72,7 @@ Encryption in transit is enabled by default in the master branch version of the
| helm\_chart\_name | Amazon EFS CSI Driver chart name. | `string` | `"aws-efs-csi-driver"` | no |
| helm\_chart\_release\_name | Amazon EFS CSI Driver release name. | `string` | `"aws-efs-csi-driver"` | no |
| helm\_chart\_repo | Amazon EFS CSI Driver repository name. | `string` | `"https://kubernetes-sigs.github.io/aws-efs-csi-driver/"` | no |
| helm\_chart\_version | Amazon EFS CSI Driver chart version. | `string` | `"1.1.0"` | no |
| helm\_chart\_version | Amazon EFS CSI Driver chart version. | `string` | `"1.2.4"` | no |
| mod\_dependency | Dependence variable binds all AWS resources allocated by this module, dependent modules reference this variable. | `any` | `null` | no |
| namespace | Kubernetes namespace to deploy EKS Spot termination handler Helm chart. | `string` | `"aws-efs-csi-driver"` | no |
| service\_account\_name | Amazon EFS CSI Driver service account name. | `string` | `"aws-efs-csi-driver"` | no |
Expand Down

0 comments on commit 41471cf

Please sign in to comment.