You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,7 @@ No requirements.
176
176
| private\_subnets | A list of private subnets inside the VPC |`list(string)`|`[]`| no |
177
177
| public\_subnet\_ids | A list of IDs of existing public subnets inside the VPC |`list(string)`|`[]`| no |
178
178
| public\_subnets | A list of public subnets inside the VPC |`list(string)`|`[]`| no |
179
+
| route53\_record\_name | Name of Route53 record to create ACM certificate in and main A-record. If null is specified, var.name is used instead. Provide empty string to point root domain name to ALB. |`string`|`null`| no |
179
180
| route53\_zone\_name | Route53 zone name to create ACM certificate in and main A-record, without trailing dot |`string`|`""`| no |
180
181
| security\_group\_ids | List of one or more security groups to be added to the load balancer |`list(string)`|`[]`| no |
181
182
| ssm\_kms\_key\_arn | ARN of KMS key to use for encryption and decryption of SSM Parameters. Required only if your key uses a custom KMS key and not the default key |`string`|`""`| no |
description="Name of Route53 record to create ACM certificate in and main A-record. If null is specified, var.name is used instead. Provide empty string to point root domain name to ALB."
115
+
type=string
116
+
default=null
117
+
}
118
+
113
119
variable"create_route53_record" {
114
120
description="Whether to create Route53 record for Atlantis"
0 commit comments