Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 324 Bytes

README.MD

File metadata and controls

26 lines (22 loc) · 324 Bytes

Lunar

Lunar infra

Get started

# init
terraform init
# plan
terraform plan
# apply
terraform apply
# teardown
terraform destroy

Import Route53 zone (if exist already)

terraform import module.k8s.aws_route53_zone.downme Z2AB1CDEFGHIJKL

Kubernetes

To Get kubeconfig

terraform output