Skip to content

Commit 5642433

Browse files
[terraform,AWS] removed output resources (#3025)
/werft with-installer
1 parent 35a76bf commit 5642433

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

install/aws-terraform/modules/gitpod/main.tf

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,3 @@ resource "helm_release" "gitpod" {
2121
])
2222

2323
}
24-
25-
#
26-
# Kubernetes Resources
27-
#
28-
29-
# To get the external load balancer IP
30-
# https://www.terraform.io/docs/providers/kubernetes/d/service.html
31-
data "kubernetes_service" "proxy" {
32-
metadata {
33-
name = "proxy"
34-
namespace = helm_release.gitpod.namespace
35-
}
36-
37-
depends_on = [
38-
helm_release.gitpod
39-
]
40-
}

install/aws-terraform/modules/gitpod/output.tf

Lines changed: 0 additions & 8 deletions
This file was deleted.

install/aws-terraform/output.tf

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)