Skip to main content
版本:预览版

Tencent-Vpc

描述

Terraform configuration for Tencent Cloud VPC

参数说明

属性

名称描述类型是否必须默认值
vpc_cidrThe cidr block used to launch a new vpc when 'vpc_id' is not specified.stringfalse
vpc_dns_serversSpecify the vpc dns servers when 'vpc_id' is not specified.list(string)false
vpc_is_multicastSpecify the vpc is multicast when 'vpc_id' is not specified.boolfalse
vpc_nameThe vpc name used to launch a new vpc when 'vpc_id' is not specified.stringfalse
vpc_tagsAdditional tags for the vpc.map(string)false
writeConnectionSecretToRefThe secret which the cloud resource connection will be written towriteConnectionSecretToReffalse

writeConnectionSecretToRef

名称描述类型是否必须默认值
nameThe secret name which the cloud resource connection will be written tostringtrue
namespaceThe secret namespace which the cloud resource connection will be written tostringfalse

输出

如果设置了 writeConnectionSecretToRef,一个 Kubernetes Secret 将会被创建,并且,它的数据里有这些键(key):

名称描述
VPC_IDThe id of vpc.