kubevela.github.io/docs/end-user/components/cloud-services/terraform/gcp-service.md

28 lines
969 B
Markdown

---
title: Gcp-Service
---
## Description
Creates a GCP service user
## Specification
### Properties
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
members | List of members who can use this role | list(any) | true |
project | The GCP Project | string | true |
service | Name and description of the service user | map(any) | true |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
#### writeConnectionSecretToRef
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
name | The secret name which the cloud resource connection will be written to | string | true |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |