https://github.com/ravindrasinghh/google-compute
Terraform code to create compute engine in google cloud and automation with Jenkins
https://github.com/ravindrasinghh/google-compute
cicd googlecloud jenkins-pipeline terraform
Last synced: 12 months ago
JSON representation
Terraform code to create compute engine in google cloud and automation with Jenkins
- Host: GitHub
- URL: https://github.com/ravindrasinghh/google-compute
- Owner: ravindrasinghh
- Created: 2020-12-26T09:56:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T12:27:33.000Z (about 5 years ago)
- Last Synced: 2025-03-27T13:01:53.254Z (about 1 year ago)
- Topics: cicd, googlecloud, jenkins-pipeline, terraform
- Language: HCL
- Homepage:
- Size: 78.1 KB
- Stars: 5
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pipeline
It is used to create VM and Notify the actions on slack channel
## Providers
| Name | Version |
|------|---------|
| google | n/a |
| template | n/a |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| image\_name | image\_name of description | `string` | n/a | yes |
| machine\_type | machine type of instance | `string` | n/a | yes |
| network | Name of the network, use null if creating on shared vpc | `any` | n/a | yes |
| server\_name | name of instance | `string` | n/a | yes |
| subnetwork | Enter the particular subnet in the vpc | `string` | `""` | no |
| subnetwork\_project | Project ID where subnetwork belong, optional on host vpc, required if shared vpc | `any` | `null` | no |
| zone | zone of instance | `string` | n/a | yes |
## Outputs
| Name | Description |
|------|-------------|
| instance\_ids | n/a |