Skip to content

zone_id input listed as not required, throws error if not defined #19

@kuritonasu

Description

@kuritonasu

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions