You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: for module in modules/*/; do cd "${GITHUB_WORKSPACE}/${module}" && terraform init -backend=false && AWS_REGION=us-east-1 terraform validate -no-color ; done
45
+
run: for module in modules/*/; do cd "${GITHUB_WORKSPACE}/${module}" && terraform init -backend=false && AWS_REGION=us-east-1 terraform validate; done
45
46
46
47
- name: Terraform Validate Examples
47
-
run: for example in examples/*/; do cd "${GITHUB_WORKSPACE}/${example}" && terraform init -backend=false && AWS_REGION=us-east-1 terraform validate -no-color ; done
48
+
run: for example in examples/*/; do cd "${GITHUB_WORKSPACE}/${example}" && terraform init -backend=false && AWS_REGION=us-east-1 terraform validate; done
@@ -393,10 +394,10 @@ _Note: Since this module manages all of the Kubernetes addon dependencies requir
393
394
| <aname="output_eks_cluster_arn"></a> [eks\_cluster\_arn](#output\_eks\_cluster\_arn)| The ARN for the EKS cluster created by this module |
394
395
| <aname="output_eks_cluster_certificate_authority_data"></a> [eks\_cluster\_certificate\_authority\_data](#output\_eks\_cluster\_certificate\_authority\_data)| Base64 encoded certificate data required to communicate with the cluster |
395
396
| <aname="output_eks_cluster_endpoint"></a> [eks\_cluster\_endpoint](#output\_eks\_cluster\_endpoint)| The endpoint for the EKS cluster created by this module |
396
-
| <aname="output_eks_cluster_id"></a> [eks\_cluster\_id](#output\_eks\_cluster\_id)| The id/name of the EKS cluster created by this module |
397
397
| <aname="output_eks_cluster_identity_oidc_issuer_arn"></a> [eks\_cluster\_identity\_oidc\_issuer\_arn](#output\_eks\_cluster\_identity\_oidc\_issuer\_arn)| The ARN for the OIDC issuer created by this module |
398
398
| <aname="output_eks_cluster_identity_oidc_issuer_string"></a> [eks\_cluster\_identity\_oidc\_issuer\_string](#output\_eks\_cluster\_identity\_oidc\_issuer\_string)| A formatted string containing the prefix for the OIDC issuer created by this module. Same as "cluster\_oidc\_issuer\_url", but with "https://" stripped from the name. This output is typically used in other StreamNative modules that request the "oidc\_issuer" input. |
399
399
| <aname="output_eks_cluster_identity_oidc_issuer_url"></a> [eks\_cluster\_identity\_oidc\_issuer\_url](#output\_eks\_cluster\_identity\_oidc\_issuer\_url)| The URL for the OIDC issuer created by this module |
400
+
| <aname="output_eks_cluster_name"></a> [eks\_cluster\_name](#output\_eks\_cluster\_name)| The name of the EKS cluster created by this module |
400
401
| <aname="output_eks_cluster_platform_version"></a> [eks\_cluster\_platform\_version](#output\_eks\_cluster\_platform\_version)| The platform version for the EKS cluster created by this module |
401
402
| <aname="output_eks_cluster_primary_security_group_id"></a> [eks\_cluster\_primary\_security\_group\_id](#output\_eks\_cluster\_primary\_security\_group\_id)| The id of the primary security group created by the EKS service itself, not by this module. This is labeled "Cluster Security Group" in the EKS console. |
402
403
| <aname="output_eks_cluster_secondary_security_group_id"></a> [eks\_cluster\_secondary\_security\_group\_id](#output\_eks\_cluster\_secondary\_security\_group\_id)| The id of the secondary security group created by this module. This is labled "Additional Security Groups" in the EKS console. |
description="Policy that defines the permissions for the EBS Container Storage Interface CSI addon service running in a StreamNative Cloud EKS cluster"
0 commit comments