Skip to content

Commit 7cf16fe

Browse files
committed
fix(route53): adjust zone id
1 parent 470dd27 commit 7cf16fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ variable "AWS_SECRET_ACCESS_KEY" {
6868
variable "route53_zone_id" {
6969
type = string
7070
description = "The Route 53 hosted zone ID"
71-
default = "Z2LSM2W8Q3WN11" # psf.io
71+
default = "Z3JUI7A2G39FQL" # python.org
7272
}
7373

7474
variable "route53_record_name" {

0 commit comments

Comments
 (0)