[go: nahoru, domu]

Skip to content

memor24/iac_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Infrastructure as Code

In this repo, I will be adding infrastructure as code templates using Terraform for each of the AWS main services like IAM, VPC, Lambda, etc.

terraform init

// to clean the code syntax, use:
terraform fmt
terraform validate

// to create the infrastructure, use:
terraform plan
terraform apply

// to delete the infrastructure (e.g. for cost control), use:
terraform destroy

Configuration Management

Further configurations (e.g. for security) can be added using Ansible.

About

Terraform templates for AWS services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages