https://github.com/escalopa/tfstate
Terraform State Manager
https://github.com/escalopa/tfstate
Last synced: 3 months ago
JSON representation
Terraform State Manager
- Host: GitHub
- URL: https://github.com/escalopa/tfstate
- Owner: escalopa
- Created: 2025-10-25T16:34:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-25T17:44:08.000Z (8 months ago)
- Last Synced: 2025-10-25T19:26:32.880Z (8 months ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tfstate
Terraform State Manager
## Init
```bash
./init.sh main default
```
```bash
export ACCESS_KEY=$(terraform output s3_access_key)
export SECRET_KEY=$(terraform output s3_secret_key)
```
```bash
terraform init -backend-config="access_key=$ACCESS_KEY" -backend-config="secret_key=$SECRET_KEY"
```