Terraform module which creates Route53 resources on AWS
参数说明
名称 | 描述 | 类型 | 是否必须 | 默认值 |
---|
create | Whether to create Route53 zone | bool | false | |
tags | Tags added to all zones. Will take precedence over tags from the 'zones' variable | map(any) | false | |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | writeConnectionSecretToRef | false | |
zones | Map of Route53 zone parameters | any | false | |
writeConnectionSecretToRef
名称 | 描述 | 类型 | 是否必须 | 默认值 |
---|
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 | |