This commit is contained in:
parent
f3892b52ec
commit
a40c4c8152
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -1 +1,17 @@
|
||||||
# Terraform Template
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue