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

32 lines
1.2 KiB
Markdown

---
title: Gcp-Appengine
---
## Description
Get your container running, simply.
## Specification
### Properties
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
app | A map of all the service properties | map(any) | true |
common_labels | This is to help you add tags to your cloud objects | map(any) | true |
location | | string | false |
project | GCP Project | string | true |
sourcezip | The Source zip file payload for app engine | string | true |
storage_class | | | false |
versioning | Switch for versioning | bool | false |
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 |