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
At the moment this module simply wraps the aws_route53_record but it can make things more convenient such as dynamically retrieving the zone_id so if the zone_id was omitted and zone_name was used instead, then we could make better use of this module.
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
At the moment this module simply wraps the aws_route53_record but it can make things more convenient such as dynamically retrieving the
zone_id
so if thezone_id
was omitted andzone_name
was used instead, then we could make better use of this module.Current usage example and it could be improved
https://github.com/cloudposse/terraform-aws-efs/blob/c5685306533ff4adb677730badbf2a5cc665add2/main.tf#L123-L134
The text was updated successfully, but these errors were encountered: