kubevela.github.io/docs/end-user/components/cloud-services/terraform/gcp-basic-vpc-module.md

29 lines
897 B
Markdown

---
title: Gcp-Basic-Vpc-Module
---
## Description
GCP Basic_vpc_module
## Specification
### Properties
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
cidr_block | | | true |
network_name | | | true |
region | | | true |
ssh_source_ips | | | 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 |