usenix17/Custoodian - GCP Terraform Generator
Generate Terraform code from Protocol Buffer configurations for Google Cloud Platform resources
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Path to the Protocol Buffer text configuration file | yes | — |
| output-dir | Output directory for generated Terraform files | no | ./terraform |
| template-dir | Local directory containing custom Terraform templates | no | — |
| template-repo | Git repository URL containing custom Terraform templates | no | — |
| validate-only | Only validate configuration without generating files | no | false |
| dry-run | Show what would be generated without writing files | no | false |
Outputs
| name | description |
|---|---|
| files-generated | Number of Terraform files generated |
| validation-result | Configuration validation result |
| output-directory | Directory containing generated Terraform files |