Skip to main content
Version: Next

Tencent-Vpc

Description

Terraform configuration for Tencent Cloud VPC

Specification

Properties

NameDescriptionTypeRequiredDefault
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

NameDescriptionTypeRequiredDefault
nameThe secret name which the cloud resource connection will be written tostringtrue
namespaceThe secret namespace which the cloud resource connection will be written tostringfalse

Outputs

If writeConnectionSecretToRef is set, a secret will be generated with these keys as below:

NameDescription
VPC_IDThe id of vpc.