Pocket ID Server Infrastructure as Code with Terraform.
Table of Contents
*various commands
- lower-case characters
Pattern: [a-z_-]+
Install dependencies with mise
mise installTerraform and pre-commit framework need to get initialized.
task terraform:init
task pre-commit:init| Name | Description |
|---|---|
VAULT_TOKEN |
vault token (not required for atlantis) |
VAULT_ADDR |
the vault address |
AWS_ENDPOINT_URL_S3 |
endpoint url for the s3 state backend |
AWS_REGION |
region for the s3 state backend |
AWS_ACCESS_KEY_ID |
username for the s3 state backend |
AWS_SECRET_ACCESS_KEY |
password for the s3 state backend |