Commit c985897a authored by David van der Spek's avatar David van der Spek
Browse files
parent a030a8d0
Showing with 322 additions and 31 deletions
+322 -31
FmJE1dFlpsCUwcXy2xEWUSnjnXRS3d6N
\ No newline at end of file
LXBJVeHH990aOhKsZ6gAQwhisq4C0CEk
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
output "cluster_oidc_issuer_url" {
value = module.aws-bootstrap.cluster_oidc_issuer_url
output "cluster" {
value = module.aws-bootstrap.cluster
sensitive = true
}
output "vpc_cidr" {
value = module.aws-bootstrap.vpc_cidr
output "cluster_private_subnet_ids" {
value = module.aws-bootstrap.cluster_private_subnet_ids
sensitive = true
}
output "worker_role_arn" {
value = module.aws-bootstrap.worker_role_arn
output "cluster_public_subnet_ids" {
value = module.aws-bootstrap.cluster_public_subnet_ids
sensitive = true
}
output "cluster" {
value = module.aws-bootstrap.cluster
output "cluster_worker_private_subnets" {
value = module.aws-bootstrap.cluster_worker_private_subnets
sensitive = true
}
output "cluster_private_subnet_ids" {
value = module.aws-bootstrap.cluster_private_subnet_ids
output "node_groups" {
value = module.aws-bootstrap.node_groups
sensitive = true
}
output "cluster_worker_private_subnets" {
value = module.aws-bootstrap.cluster_worker_private_subnets
output "cluster_worker_private_subnet_ids" {
value = module.aws-bootstrap.cluster_worker_private_subnet_ids
sensitive = true
}
output "cluster_private_subnets" {
value = module.aws-bootstrap.cluster_private_subnets
output "cluster_public_subnets" {
value = module.aws-bootstrap.cluster_public_subnets
sensitive = true
}
output "cluster_public_subnets" {
value = module.aws-bootstrap.cluster_public_subnets
output "cluster_service_ipv4_cidr" {
value = module.aws-bootstrap.cluster_service_ipv4_cidr
sensitive = true
}
output "node_groups" {
value = module.aws-bootstrap.node_groups
output "endpoint" {
value = module.aws-bootstrap.cluster_endpoint
sensitive = true
}
......@@ -58,26 +58,26 @@ output "vpc" {
}
output "cluster_public_subnet_ids" {
value = module.aws-bootstrap.cluster_public_subnet_ids
output "worker_role_arn" {
value = module.aws-bootstrap.worker_role_arn
sensitive = true
}
output "cluster_service_ipv4_cidr" {
value = module.aws-bootstrap.cluster_service_ipv4_cidr
output "cluster_oidc_issuer_url" {
value = module.aws-bootstrap.cluster_oidc_issuer_url
sensitive = true
}
output "cluster_worker_private_subnet_ids" {
value = module.aws-bootstrap.cluster_worker_private_subnet_ids
output "cluster_private_subnets" {
value = module.aws-bootstrap.cluster_private_subnets
sensitive = true
}
output "endpoint" {
value = module.aws-bootstrap.cluster_endpoint
output "vpc_cidr" {
value = module.aws-bootstrap.vpc_cidr
sensitive = true
}
......
k0xXkwiBEJYWo1LrZlghnnn3oiQVXPBs
\ No newline at end of file
rSQvZwY4xNvY8xrJK3IE9EPYc1tiIN2R
\ No newline at end of file
metadata {
path = "console"
name = "deploy"
}
step "terraform-init" {
wkdir = "console/terraform"
target = "console/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = ""
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "console/terraform"
target = "console/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = ""
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "console"
target = "console/terraform"
command = "plural"
args = [
"output",
"terraform",
"console",
]
sha = ""
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "console"
target = "console/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = ""
retries = 0
verbose = false
}
step "crds" {
wkdir = "console"
target = "console/crds"
command = "plural"
args = [
"wkspace",
"crds",
"console",
]
sha = ""
retries = 0
verbose = false
}
step "bounce" {
wkdir = "console"
target = "console/helm"
command = "plural"
args = [
"wkspace",
"helm",
"console",
]
sha = ""
retries = 2
verbose = false
}
CHARTMART-ENCRYPTEDݑG7\I+_2pt$9Usجr=c@LRNPἇֳ?5L)._M_9c8ٳ.3\`_JE<Uhcj7CxY'Y\9E ?P:%Z!;;:
\ No newline at end of file
CHARTMART-ENCRYPTEDBxt꿪P@#
\ No newline at end of file
No preview for this file type
No preview for this file type
lXaei7miHxMjIdYCq45KGlun8kMCR5Cl
\ No newline at end of file
fnX7g0gP2uN1Npybp4NaZckho2PAPvS3
\ No newline at end of file
metadata {
path = "grafana"
name = "deploy"
}
step "terraform-init" {
wkdir = "grafana/terraform"
target = "grafana/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = ""
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "grafana/terraform"
target = "grafana/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = ""
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "grafana"
target = "grafana/terraform"
command = "plural"
args = [
"output",
"terraform",
"grafana",
]
sha = ""
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "grafana"
target = "grafana/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = ""
retries = 0
verbose = false
}
step "crds" {
wkdir = "grafana"
target = "grafana/crds"
command = "plural"
args = [
"wkspace",
"crds",
"grafana",
]
sha = ""
retries = 0
verbose = false
}
step "bounce" {
wkdir = "grafana"
target = "grafana/helm"
command = "plural"
args = [
"wkspace",
"helm",
"grafana",
]
sha = ""
retries = 2
verbose = false
}
No preview for this file type
No preview for this file type
No preview for this file type
XZ9DftDLa8UXRrp9g9WlBbVC3aPmUvbX
\ No newline at end of file
iX8JwB1d85nGLXFrQ2kqv50xA3OspqNh
\ No newline at end of file
metadata {
path = "ingress-nginx"
name = "deploy"
}
step "terraform-init" {
wkdir = "ingress-nginx/terraform"
target = "ingress-nginx/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = ""
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "ingress-nginx/terraform"
target = "ingress-nginx/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = ""
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "ingress-nginx"
target = "ingress-nginx/terraform"
command = "plural"
args = [
"output",
"terraform",
"ingress-nginx",
]
sha = ""
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "ingress-nginx"
target = "ingress-nginx/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = ""
retries = 0
verbose = false
}
step "crds" {
wkdir = "ingress-nginx"
target = "ingress-nginx/crds"
command = "plural"
args = [
"wkspace",
"crds",
"ingress-nginx",
]
sha = ""
retries = 0
verbose = false
}
step "bounce" {
wkdir = "ingress-nginx"
target = "ingress-nginx/helm"
command = "plural"
args = [
"wkspace",
"helm",
"ingress-nginx",
]
sha = ""
retries = 2
verbose = false
}
No preview for this file type
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment