All Projects → antonbabenko → terraform-deployment-pipeline-talk

antonbabenko / terraform-deployment-pipeline-talk

Licence: other
Code for my talks about Terraform in deployment pipeline

Programming Languages

HCL
1544 projects
HTML
75241 projects

terraform-delivery-pipeline-talk

This repository contains code for the "Terraform in delivery pipeline" talk by Anton Babenko. Usually slides from my tech talks are hosted here.

There are several independent Terraform configurations in terraform directory.

terraform/example1

Create S3 bucket with single object placed there. There is no automation, no support for multiple environments. This code can be executed using terraform init && terraform plan && terraform apply.

terraform/example2

Terraform community module is used to create security group, AWS AMI data source is used to find AMI produced by configuration at packer/app.json.

terraform/example3

Terraform AWS modules are used to create security group and launch an EC2 instance. CircleCI workflow configuration is at .circleci/config.yml.

Complete CircleCI workflow

Terraform in your delivery pipeline - CircleCI workflow

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].