diff --git a/.github/workflows/readme-generator.yml b/.github/workflows/readme-generator.yml index a3b98f3..949bc9c 100644 --- a/.github/workflows/readme-generator.yml +++ b/.github/workflows/readme-generator.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: AWS docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.4.0 with: working-dir: ./AWS/ git-push: true @@ -29,7 +29,7 @@ jobs: config-file: ".terraform-docs.yml" - name: GCP docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.4.0 with: working-dir: ./GCP/ git-push: true diff --git a/AWS/README.MD b/AWS/README.MD index 884c867..fae4285 100644 --- a/AWS/README.MD +++ b/AWS/README.MD @@ -122,11 +122,11 @@ Two monitoring options come out of the box with this project: |------|-------------|------|---------|:--------:| | [container\_args](#input\_container\_args) | n/a | `list(string)` | n/a | yes | | [docker\_image](#input\_docker\_image) | n/a | `string` | n/a | yes | -| [eks\_node\_groups](#input\_eks\_node\_groups) | n/a |
list(object({
name = optional(string, "default")
desired_size = optional(number, "1")
min_size = optional(number, "1")
max_size = optional(number, "1")
disk_size = optional(number, "20")
multi_az = optional(bool, "true")
kubernetes_version = optional(string, "1.23")
capacity_type = optional(string, "ON_DEMAND")
instance_types = optional(list(string), ["t3.medium"])
ami_release_version = optional(list(string), [])
arch = optional(string, "amd64")
kubernetes_labels = optional(map(string), {"node-group-purpose" = "default"})
})) | n/a | yes |
+| [eks\_node\_groups](#input\_eks\_node\_groups) | n/a | list(object({
name = optional(string, "default")
desired_size = optional(number, "1")
min_size = optional(number, "1")
max_size = optional(number, "1")
disk_size = optional(number, "20")
multi_az = optional(bool, "true")
kubernetes_version = optional(string, "1.23")
capacity_type = optional(string, "ON_DEMAND")
instance_types = optional(list(string), ["t3.medium"])
ami_release_version = optional(list(string), [])
arch = optional(string, "amd64")
kubernetes_labels = optional(map(string), {"node-group-purpose" = "default"})
})) | n/a | yes |
| [project\_name](#input\_project\_name) | n/a | `string` | n/a | yes |
| [aws\_profile\_name](#input\_aws\_profile\_name) | n/a | `string` | `"collator"` | no |
| [aws\_region](#input\_aws\_region) | n/a | `string` | `"eu-central-1"` | no |
-| [container\_command](#input\_container\_command) | n/a | `list(string)` | [| no | +| [container\_command](#input\_container\_command) | n/a | `list(string)` |
""
]
[| no | ## Outputs diff --git a/GCP/README.MD b/GCP/README.MD index 9eea0e0..0cf839e 100644 --- a/GCP/README.MD +++ b/GCP/README.MD @@ -92,7 +92,7 @@ No modules. | [container\_args](#input\_container\_args) | n/a | `list(string)` | n/a | yes | | [docker\_image](#input\_docker\_image) | n/a | `string` | n/a | yes | | [project\_name](#input\_project\_name) | n/a | `string` | n/a | yes | -| [container\_command](#input\_container\_command) | n/a | `list(string)` |
""
]
[| no | +| [container\_command](#input\_container\_command) | n/a | `list(string)` |
""
]
[| no | | [region](#input\_region) | GCP region | `string` | `"us-central1"` | no | ## Outputs
""
]