An open API service indexing awesome lists of open source software.

https://github.com/wbat/wbat-terraform

WBAT Terraform Repo
https://github.com/wbat/wbat-terraform

aws hcl terraform terraform-aws terraform-cloud terraform-github

Last synced: 3 months ago
JSON representation

WBAT Terraform Repo

Awesome Lists containing this project

README

          

# WBAT Terraform

[![Terraform](https://img.shields.io/badge/Terraform-v1.4.4-green)](https://www.terraform.io/)
[![terraform_ci](https://github.com/wbat/wbat-terraform/actions/workflows/terraform_ci.yml/badge.svg)](https://github.com/wbat/wbat-terraform/actions/workflows/terraform_ci.yml)
[![GitHub branches](https://badgen.net/github/branches/wbat/wbat-terraform?icon=github)](https://github.com/wbat/wbat-terraform/branches)
[![Commits](https://badgen.net/github/commits/wbat/wbat-terraform/main?icon=github)](https://github.com/wbat/wbat-terraform/commits/main)
[![Last Commit](https://badgen.net/github/last-commit/wbat/wbat-terraform/main?icon=github)](https://github.com/wbat/wbat-terraform/commits/main)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/wbat/wbat-terraform?icon=github)](https://github.com/wbat/wbat-terraform/pull/)
[![GitHub pull-requests merged](https://badgen.net/github/merged-prs/wbat/wbat-terraform?icon=github)](https://github.com/wbat/wbat-terraform/pulls?q=is%3Amerged)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/wbat/wbat-terraform/graphs/commit-activity)
[![Maintainer](https://img.shields.io/badge/maintainer-@WBAT-blue)](https://github.com/wbat/)
[![GitHub license](https://badgen.net/github/license/wbat/wbat-terraform)](https://github.com/wbat/wbat-terraform/blob/master/LICENSE)

## Getting Started

* Download Terraform
* Read credentials.tf in each directory and determine how you want to store your credentials.
* Run `terraform init` and then `terraform plan` in each directory to make sure everything is working. This will not make any changes.