https://github.com/cloudwise-devops/testing-with-terraform-module
https://github.com/cloudwise-devops/testing-with-terraform-module
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudwise-devops/testing-with-terraform-module
- Owner: cloudwise-devops
- Created: 2023-02-22T09:33:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T16:49:35.000Z (about 2 years ago)
- Last Synced: 2024-08-03T22:19:31.009Z (8 months ago)
- Language: HCL
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - cloudwise-devops/testing-with-terraform-module - (HCL)
README
# Testing With Terraform Module
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0 |
| [google](#requirement\_google) | 4.53.1 |
| [random](#requirement\_random) | 3.4.3 |## Providers
| Name | Version |
|------|---------|
| [google](#provider\_google) | 4.53.1 |
| [random](#provider\_random) | 3.4.3 |## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [google_compute_instance.default](https://registry.terraform.io/providers/hashicorp/google/4.53.1/docs/resources/compute_instance) | resource |
| [google_service_account.default](https://registry.terraform.io/providers/hashicorp/google/4.53.1/docs/resources/service_account) | resource |
| [google_storage_bucket.bucket](https://registry.terraform.io/providers/hashicorp/google/4.53.1/docs/resources/storage_bucket) | resource |
| [random_string.string](https://registry.terraform.io/providers/hashicorp/random/3.4.3/docs/resources/string) | resource |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [buckets\_create](#input\_buckets\_create) | create buckets for deployment | `bool` | `false` | no |
| [env](#input\_env) | ENV name where we deploy | `string` | `"test"` | no |
| [gcp\_project](#input\_gcp\_project) | GCP project name | `string` | n/a | yes |
| [gcp\_region](#input\_gcp\_region) | Google cloud region | `string` | `"europe-west4"` | no |
| [gcp\_zone](#input\_gcp\_zone) | Google cloud zone | `string` | `"europe-west4-a"` | no |
| [machine\_create](#input\_machine\_create) | Create vm machine | `bool` | `true` | no |
| [machine\_type](#input\_machine\_type) | n/a | `string` | `"e2-medium"` | no |
| [name](#input\_name) | project name | `string` | n/a | yes |
| [vcn\_name](#input\_vcn\_name) | VCN name | `string` | n/a | yes |
| [vcn\_subnetwork](#input\_vcn\_subnetwork) | VCN subnetwork name | `string` | n/a | yes |## Outputs
No outputs.