Skip to content

Commit e89ccdd

Browse files
committed
feat: update value route-53
1 parent 85f0d25 commit e89ccdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ variable "sg_description" {
379379
##---------------------route53------------------------
380380
variable "route53_record_enabled" {
381381
type = bool
382-
default = false
382+
default = true
383383
description = "Whether to create Route53 record set."
384384
}
385385

@@ -421,7 +421,7 @@ variable "ssm_parameter_enabled" {
421421
}
422422
variable "ssm_parameter_endpoint_enabled" {
423423
type = bool
424-
default = false
424+
default = true
425425
description = "Name of the parameter."
426426
}
427427

0 commit comments

Comments
 (0)