Skip to content

Terraform infrastructure (as code) that deploys a Microk8s cluster using DO Droplets

m8rmclaren/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap

  1. Create S3 bucket for Terraform state

    aws s3api create-bucket \
        --bucket m8rmclaren-terraform-state-infra \
        --region us-west-1 \
        --create-bucket-configuration LocationConstraint=us-west-1

    If region or bucket name is changed, corresponding change is necessary in Terraform code

About

Terraform infrastructure (as code) that deploys a Microk8s cluster using DO Droplets

Topics

Resources

Stars

Watchers

Forks