1
Fork 0
A template for my Terraform needs.
Go to file Use this template
Jake Howard a40c4c8152
/ terraform (push) Successful in 9s Details
Flesh out README
2024-01-29 21:41:24 +00:00
.gitea/workflows Bootstrap a terraform 2024-01-29 21:33:50 +00:00
src Bootstrap a terraform 2024-01-29 21:33:50 +00:00
.env.example Bootstrap a terraform 2024-01-29 21:33:50 +00:00
.gitignore Bootstrap a terraform 2024-01-29 21:33:50 +00:00
LICENSE Initial commit 2024-01-29 21:22:38 +00:00
README.md Flesh out README 2024-01-29 21:41:24 +00:00
justfile Bootstrap a terraform 2024-01-29 21:33:50 +00:00

README.md

Terraform Template

A template for my Terraform needs.

Requirements

  • terraform, obviously
  • just

Usage

  1. Create a repo from the template
  2. Update src/terraform.tf
    1. Set the bucket
    2. Add required_providers
  3. Copy .env.example to .env, and add credentials
  4. Add credentials to Gitea