Skip to content

arturopie/iac_with_terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Terraform Presentation Code

Code used for the "IAC with terraform" talk

Setup πŸ”¨

  1. Download and install Terraform 0.11.5.
  2. Open an AWS account if you don't have one.
  3. Follow these instructions to create an access key.
  4. Create and open the ~/.aws/credentials file in your computer.
  5. Add the following to ~/.aws/credentials:
[default]
aws_access_key_id = < Replace with you access key id >
aws_secret_access_key = < Replace with you secret access key >

Deploy infrastructure πŸš€

Note: Deploying this infrastructure could incur some AWS costs. Make sure you destroy the infrastructure at the end

  1. Run terraform apply
  2. Review changes and answer yes

Destroy infrastructure β™»

  1. Run terraform destroy
  2. Review changes and answer yes

About

Code used for the "IAC with terraform" talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages