There was an error while loading. Please reload this page.
2 parents 1827c2d + 6c4bcc5 commit e9fcee8Copy full SHA for e9fcee8
1 file changed
infra/aws/us-east-2/eks/main.tf
@@ -1,3 +1,5 @@
1
+# Manual Trigger - 1
2
+
3
provider "aws" {
4
region = var.region
5
profile = var.profile
@@ -407,4 +409,8 @@ resource "kubernetes_secret_v1" "argocd-target-cluster-config-eu-west-2" {
407
409
408
410
output "argocd_server_url" {
411
value = module.eks-argocd-capability.argocd_server_url
412
+}
413
414
+output "eks_node_iam_role_name" {
415
+ value = module.eks.node_iam_role_name
416
}
0 commit comments