https://github.com/raphaeldegail/workspace-data
This terraform module fetch information about a workspace in Google Cloud.
https://github.com/raphaeldegail/workspace-data
google-cloud terraform-module
Last synced: 7 months ago
JSON representation
This terraform module fetch information about a workspace in Google Cloud.
- Host: GitHub
- URL: https://github.com/raphaeldegail/workspace-data
- Owner: RaphaeldeGail
- License: gpl-3.0
- Created: 2024-04-21T00:42:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T00:53:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T13:54:05.345Z (about 1 year ago)
- Topics: google-cloud, terraform-module
- Language: HCL
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workspace-data
This terraform module fetch information about a workspace in Google Cloud.
## Requirements
| Name | Version |
|------|---------|
| google | ~> 5.21.0 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [google_dns_managed_zone.working_zone](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/dns_managed_zone) | data source |
| [google_kms_crypto_key.symmetric_key](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/kms_crypto_key) | data source |
| [google_kms_key_ring.key_ring](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/kms_key_ring) | data source |
## Inputs
| Name | Description | Type | Default |
|------|-------------|------|---------|
| region | Geographical *region* for Google Cloud Platform. | `string` | n/a |
| workspace | The name of the workspace. | `string` | n/a |
## Outputs
| Name | Description |
|------|-------------|
| dns\_zone | The DNS zone bound to the workspace. |
| kms\_key | The ID of the symmetric crypto key for the workspace. |