411 B
411 B
k3s EC2 Terraform Script
Launches EC2 instance, creates private key, and saves it on the machine.
Usage:
terraform apply -var="instance_type=t2.nano" -var="instance_name=k3s-box" -var="instance_ami=ami-0889a44b331db0194" -var="availability_zone=us-east-1a" -var="create_ebs_block_device=false" - var="enable_ingress_http=false" -auto-approve
Defaults of vars are set to the ones provided in "Usage"