Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.
/ terraform-and-travis Public archive

A dummy sample for running Terraform from Travis on PR's and commits to master

Notifications You must be signed in to change notification settings

chids/terraform-and-travis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This is not intended to be a fully working example ⚠️


Dummy showcase for a very basic Terraform + Travis setup:

  • The output from Terraform plan is posted as a comment on the PR after each build
  • The plan file is stored in S3 as part of the PR build
  • The stored plan is applied when the PR is merged to master

The bootstrap folder contains a stand-alone Terraform setup that creates the resrouces for Terraform to use when run from Travis (S3 buckets for state and plans and a DynamoDB table for locking).

About

A dummy sample for running Terraform from Travis on PR's and commits to master

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages