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
Copy file name to clipboardExpand all lines: infra/environments/prod/outputs.tf
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,6 @@ output "public_subnet_ids" {
10
10
value=module.vpc.public_subnet_ids
11
11
}
12
12
13
-
output"cluster_name" {
14
-
value=module.eks.cluster_name
15
-
}
16
-
17
-
output"cluster_endpoint" {
18
-
value=module.eks.cluster_endpoint
19
-
}
20
-
21
-
output"cluster_oidc_provider_arn" {
22
-
value=module.eks.oidc_provider_arn
23
-
}
24
-
25
13
output"acm_certificate_arn" {
26
14
description="ACM ARN for the *.gauchoracing.com origin cert. Used in Ingress annotations (or picked up automatically by the ALB controller via SAN match)."
0 commit comments