Skip to content

Commit 5ddcc7c

Browse files
terraform-docs: automated action
1 parent 28dfbbe commit 5ddcc7c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

live/core-networking/docs/MODULE.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ No providers.
1515
| Name | Source | Version |
1616
|------|--------|---------|
1717
| <a name="module_bastion"></a> [bastion](#module\_bastion) | ../../modules/bastion | n/a |
18+
| <a name="module_ec2messages_vpce_sg"></a> [ec2messages\_vpce\_sg](#module\_ec2messages\_vpce\_sg) | terraform-aws-modules/security-group/aws | 4.17.1 |
1819
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.25.0 |
20+
| <a name="module_ssm_vpce_sg"></a> [ssm\_vpce\_sg](#module\_ssm\_vpce\_sg) | terraform-aws-modules/security-group/aws | 4.17.1 |
21+
| <a name="module_ssmmessages_vpce_sg"></a> [ssmmessages\_vpce\_sg](#module\_ssmmessages\_vpce\_sg) | terraform-aws-modules/security-group/aws | 4.17.1 |
1922
| <a name="module_vpc"></a> [vpc](#module\_vpc) | ../../modules/vpc | n/a |
2023
| <a name="module_vpc_endpoints"></a> [vpc\_endpoints](#module\_vpc\_endpoints) | ../../modules/vpc-endpoints | n/a |
2124

live/services-platform/docs/MODULE.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
| Name | Source | Version |
1818
|------|--------|---------|
19+
| <a name="module_ecr"></a> [ecr](#module\_ecr) | terraform-aws-modules/ecr/aws | 2.3.0 |
1920
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | ../../modules/eks | n/a |
2021
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.25.0 |
2122

@@ -25,14 +26,18 @@
2526
|------|------|
2627
| [aws_eks_access_entry.access_entries](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_access_entry) | resource |
2728
| [aws_eks_access_policy_association.access_policies_associations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_access_policy_association) | resource |
29+
| [aws_iam_policy.ebs_csi_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |
2830
| [aws_iam_policy.eks_policies](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |
2931
| [aws_iam_role.eks_roles](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |
32+
| [aws_iam_role_policy_attachment.attach_ebs_csi_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
3033
| [aws_iam_role_policy_attachment.attach_policies](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
3134
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
3235
| [aws_iam_policy_document.eks_policies](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
3336
| [aws_iam_session_context.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_session_context) | data source |
37+
| [aws_security_group.app_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group) | data source |
3438
| [aws_security_group.bastion_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group) | data source |
3539
| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group) | data source |
40+
| [aws_ssm_parameter.app_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter) | data source |
3641
| [aws_ssm_parameter.private_subnets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter) | data source |
3742
| [aws_ssm_parameter.public_subnets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter) | data source |
3843
| [aws_ssm_parameter.vpc_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter) | data source |
@@ -52,13 +57,14 @@
5257
| <a name="input_cluster_encryption_config_resources"></a> [cluster\_encryption\_config\_resources](#input\_cluster\_encryption\_config\_resources) | Resources to encrypt for cluster encryption | `list(string)` | <pre>[<br> "secrets"<br>]</pre> | no |
5358
| <a name="input_cluster_log_retention_period"></a> [cluster\_log\_retention\_period](#input\_cluster\_log\_retention\_period) | Number of days to retain cluster logs | `number` | `0` | no |
5459
| <a name="input_core_networking_ssm_parameter_prefix"></a> [core\_networking\_ssm\_parameter\_prefix](#input\_core\_networking\_ssm\_parameter\_prefix) | The SSM parameter prefix for core networking parameters | `string` | n/a | yes |
60+
| <a name="input_ecr_repositories"></a> [ecr\_repositories](#input\_ecr\_repositories) | List of ECR repositories to create | <pre>map(object({<br> repository_image_tag_mutability = optional(string)<br> }))</pre> | n/a | yes |
5561
| <a name="input_enabled_cluster_log_types"></a> [enabled\_cluster\_log\_types](#input\_enabled\_cluster\_log\_types) | List of control plane log types to enable | `list(string)` | `[]` | no |
5662
| <a name="input_environment"></a> [environment](#input\_environment) | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' | `string` | `"development"` | no |
5763
| <a name="input_kubernetes_version"></a> [kubernetes\_version](#input\_kubernetes\_version) | The Kubernetes version for the EKS cluster | `string` | `"1.21"` | no |
5864
| <a name="input_name"></a> [name](#input\_name) | Name to use for servers, tags, etc | `string` | `"name"` | no |
5965
| <a name="input_namespace"></a> [namespace](#input\_namespace) | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | `string` | `"development"` | no |
6066
| <a name="input_namespaces"></a> [namespaces](#input\_namespaces) | List of namespaces to create access entries | `list(string)` | `[]` | no |
61-
| <a name="input_node_groups"></a> [node\_groups](#input\_node\_groups) | List of node groups to create in the EKS cluster | <pre>list(object({<br> instance_types = list(string)<br> min_size = number<br> max_size = number<br> desired_size = number<br> health_check_type = string<br> start_stop_schedule_enabled = bool<br> ami_image_id = optional(string)<br> start_schedule_recurrence_cron = optional(string)<br> stop_schedule_recurrence_cron = optional(string)<br> kubernetes_labels = optional(map(string))<br> tags = optional(map(string))<br> }))</pre> | `[]` | no |
67+
| <a name="input_node_groups"></a> [node\_groups](#input\_node\_groups) | List of node groups to create in the EKS cluster | <pre>list(object({<br> instance_types = list(string)<br> min_size = number<br> max_size = number<br> desired_size = number<br> health_check_type = string<br> ami_image_id = optional(string)<br> start_stop_schedule_enabled = optional(bool)<br> start_schedule_recurrence_cron = optional(string)<br> stop_schedule_recurrence_cron = optional(string)<br> kubernetes_labels = optional(map(string))<br> tags = optional(map(string))<br> }))</pre> | `[]` | no |
6268
| <a name="input_oidc_provider_enabled"></a> [oidc\_provider\_enabled](#input\_oidc\_provider\_enabled) | Enable OIDC provider | `bool` | `true` | no |
6369
| <a name="input_private_ipv6_enabled"></a> [private\_ipv6\_enabled](#input\_private\_ipv6\_enabled) | Enable IPv6 for Kubernetes network | `bool` | `false` | no |
6470
| <a name="input_region"></a> [region](#input\_region) | AWS region | `string` | `"us-west-2"` | no |
@@ -69,6 +75,7 @@
6975

7076
| Name | Description |
7177
|------|-------------|
78+
| <a name="output_ecr_repository_urls"></a> [ecr\_repository\_urls](#output\_ecr\_repository\_urls) | List of ECR repository URLs |
7279
| <a name="output_eks_cluster_endpoint"></a> [eks\_cluster\_endpoint](#output\_eks\_cluster\_endpoint) | The endpoint for the EKS cluster |
7380
| <a name="output_eks_cluster_id"></a> [eks\_cluster\_id](#output\_eks\_cluster\_id) | The ID of the EKS cluster |
7481
<!-- END_TF_DOCS -->

modules/eks/docs/MODULE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
| <a name="input_endpoint_public_access"></a> [endpoint\_public\_access](#input\_endpoint\_public\_access) | Indicates whether or not the Amazon EKS public API server endpoint is enabled | `bool` | `true` | no |
5656
| <a name="input_kubernetes_version"></a> [kubernetes\_version](#input\_kubernetes\_version) | The Kubernetes version for the EKS cluster | `string` | `"1.30"` | no |
5757
| <a name="input_name"></a> [name](#input\_name) | Name for the resources | `string` | n/a | yes |
58-
| <a name="input_node_groups"></a> [node\_groups](#input\_node\_groups) | List of node groups to create in the EKS cluster | <pre>list(object({<br> instance_types = list(string)<br> min_size = number<br> max_size = number<br> desired_size = number<br> health_check_type = string<br> ami_image_id = optional(string)<br> start_stop_schedule_enabled = bool<br> start_schedule_recurrence_cron = optional(string)<br> stop_schedule_recurrence_cron = optional(string)<br> kubernetes_labels = optional(map(string))<br> tags = optional(map(string))<br> }))</pre> | `[]` | no |
58+
| <a name="input_node_groups"></a> [node\_groups](#input\_node\_groups) | List of node groups to create in the EKS cluster | <pre>list(object({<br> instance_types = list(string)<br> min_size = number<br> max_size = number<br> desired_size = number<br> health_check_type = string<br> ami_image_id = optional(string)<br> start_stop_schedule_enabled = optional(bool)<br> start_schedule_recurrence_cron = optional(string)<br> stop_schedule_recurrence_cron = optional(string)<br> kubernetes_labels = optional(map(string))<br> tags = optional(map(string))<br> }))</pre> | `[]` | no |
5959
| <a name="input_oidc_provider_enabled"></a> [oidc\_provider\_enabled](#input\_oidc\_provider\_enabled) | Enable OIDC provider | `bool` | `true` | no |
6060
| <a name="input_private_ipv6_enabled"></a> [private\_ipv6\_enabled](#input\_private\_ipv6\_enabled) | Enable IPv6 for Kubernetes network | `bool` | `false` | no |
6161
| <a name="input_private_subnets"></a> [private\_subnets](#input\_private\_subnets) | List of private subnets in the VPC | `list(string)` | n/a | yes |

0 commit comments

Comments
 (0)