antonbabenko / terraform-deployment-pipeline-talk

Code for my talks about Terraform in deployment pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for my talks about Terraform in deployment pipeline


Languages

Language:HCL 99.2%Language:HTML 0.8%