Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 312 Bytes

AWS Terraform starter kits

Provide basic buiding blocks for terraform.

GET STARTED

Rename variables.config.tf.example -> variables.config.tf and enter your credentials accordingly

terrform init
terraform plan
terraform apply
terraform output

CONSTRIBUTION

PRs are more than welcome.