https://github.com/parabolic/terraform_ci_cd
Terraform templates and configs for terraform CI CD
https://github.com/parabolic/terraform_ci_cd
Last synced: 3 months ago
JSON representation
Terraform templates and configs for terraform CI CD
- Host: GitHub
- URL: https://github.com/parabolic/terraform_ci_cd
- Owner: parabolic
- License: mit
- Created: 2020-03-29T16:55:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T10:35:47.000Z (about 5 years ago)
- Last Synced: 2025-03-22T21:01:44.954Z (3 months ago)
- Language: HCL
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform_ci_cd
Terraform mock module for terratest
## Requirements
No requirements.
## Providers
| Name | Version |
|------|---------|
| google | n/a |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| environment | n/a | `string` | n/a | yes |
| project\_id | n/a | `string` | n/a | yes |
| instance\_number | n/a | `number` | `1` | no |
| machine\_type | n/a | `string` | `"n1-standard-1"` | no |
| name | n/a | `string` | `"cloudlad"` | no |
| region | n/a | `string` | `"europe-west4"` | no |
| zone | n/a | `string` | `"europe-west4-c"` | no |## Outputs
| Name | Description |
|------|-------------|
| bucket\_name | n/a |
| instance\_group\_name | n/a |