-
-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
I might be missing something here, but the 'zone_id' input is listed as not required with a default value of 'false' thus if it's not defined, TF throws an error:
Error: Error applying plan:
1 error(s) occurred:
module.elasticache.module.elasticache-redis.module.dns.aws_route53_record.default: 1 error(s) occurred:
aws_route53_record.default: NoSuchHostedZone: No hosted zone found with ID: false
status code: 404, request id: a98d55b6-a9ca-11e8-87cd-a1203e2fe555
If it is set to empty literals:
Error: module.elasticache.module.elasticache-redis.module.dns.aws_route53_record.default: zone_id must not be empty
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system