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

32 lines
976 B
Markdown

---
title: Gcp-Dns-Module
---
## Description
GCP Dns-Module
## Specification
### Properties
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
dns_name | | | true |
instance_ip_addr | | | true |
managed_zone | | | true |
project | | | true |
region | | | false |
service_account_file | | | false |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
zone | | | 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 |