classicvalues / terraform-orb

Deploy your infrastructure via a CircleCI pipeline using the Terraform orb. Integrate Infrastructure-as-Code (IaC) to help provision and manage any cloud, infrastructure, or service of your choice.

Home Page:https://circleci.com/orbs/registry/orb/circleci/terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform Orb CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

A description of your orb. Utilize this orb to easily add X to your CI/CD pipeline.

TODO: Publish your production orb! You may notice the badges above and links to the registry page below are not working yet, once you publish your first production version orb, these will begin to function.

What to do:

  • Make changes to your Alpha branch.
  • Flush out your integration test jobs
  • Merge to master with "[semver:major]" in the commit subject to publish 1.0.0 of your orb.

Usage

Example use-cases are provided on the orb registry page. Source for these examples can be found within the src/examples directory.

Resources

CircleCI Orb Registry Page - The official registry page of this orb for all versions, executors, commands, and jobs described.
CircleCI Orb Docs - Docs for using and creating CircleCI Orbs.

How To Contribute

We welcome issues to and pull requests against this repository!

To publish a new production version:

  • Create a PR to the Alpha branch with your changes. This will act as a "staging" branch.
  • When ready to publish a new production version, create a PR from Alpha to master. The Git Subject should include [semver:patch|minor|release|skip] to indicate the type of release.
  • On merge, the release will be published to the orb registry automatically.

For further questions/comments about this or other orbs, visit the Orb Category of CircleCI Discuss.

About

Deploy your infrastructure via a CircleCI pipeline using the Terraform orb. Integrate Infrastructure-as-Code (IaC) to help provision and manage any cloud, infrastructure, or service of your choice.

https://circleci.com/orbs/registry/orb/circleci/terraform

License:MIT License


Languages

Language:HCL 82.0%Language:Shell 18.0%