Files
dev-intel-v2/foxtrot-docs-v3/reference/terraform/runtime-cloud-iam-gcp-__template.md

39 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

# Terraform: runtime/cloud-iam/gcp/__template
## Requirements
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | 4.62.1 |
## Providers
| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 4.62.1 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [google_project.current](https://registry.terraform.io/providers/hashicorp/google/4.62.1/docs/resources/project) | resource |
| [google_project_iam_member.owner](https://registry.terraform.io/providers/hashicorp/google/4.62.1/docs/resources/project_iam_member) | resource |
| [google_project_service.CHANGE_ME](https://registry.terraform.io/providers/hashicorp/google/4.62.1/docs/resources/project_service) | resource |
| [google_service_account.owner](https://registry.terraform.io/providers/hashicorp/google/4.62.1/docs/resources/service_account) | resource |
| [google_service_account_key.owner](https://registry.terraform.io/providers/hashicorp/google/4.62.1/docs/resources/service_account_key) | resource |
## Inputs
No inputs.
## Outputs
| Name | Description |
|------|-------------|
| <a name="output_owner_credentials"></a> [owner\_credentials](#output\_owner\_credentials) | TODO: at some point, we want to write secrets directly to vault rather than print+email or manually upload them to vault. |