An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.