https://github.com/holyshared/terraform-app-engine
https://github.com/holyshared/terraform-app-engine
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holyshared/terraform-app-engine
- Owner: holyshared
- License: mit
- Created: 2023-08-05T06:38:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T09:15:12.000Z (almost 3 years ago)
- Last Synced: 2025-08-12T13:08:53.250Z (10 months ago)
- Language: HCL
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform for App Engine
```shell
TF_VAR_credentials=`cat credentials.json` terraform init
TF_VAR_credentials=`cat credentials.json` terraform plan
TF_VAR_credentials=`cat credentials.json` terraform apply
```