Skip to content

anthonywendt/play-iac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

play-iac

A place to play with my IaC

Right now this project is setup to create kind cluster on an ec2 instance I use as a sandbox for testing the zarf-package-software-factory

If you want to use this for something else make sure you modify the instance type in the your tfvars file to something appropriate for your use. The instance type under the examples/example.tfvars is very large and costs some amount of money.

Create your own 'my.tfvars' file with the appropriate values. You can base it off example.tfvars Then you can run a plan and an apply if ready.

cd modules/dev-env
terraform plan -var-file=../../examples/my.tfvars
terraform apply -var-file=../../examples/my.tfvars

About

A place to play with IaC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published