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
To avoid code duplication it would be best to use module acm-certificate as a submodule to create the certificate. One challenge to consider is that this module performs a data lookup on the zone. The same lookup is performed in the acm-certificate module. To avoid unnecessary lookups we need the ability to pass the zone_id instead of the domain name to the submodule (See acm-certificate#10).
The text was updated successfully, but these errors were encountered:
To avoid code duplication it would be best to use module acm-certificate as a submodule to create the certificate. One challenge to consider is that this module performs a data lookup on the zone. The same lookup is performed in the acm-certificate module. To avoid unnecessary lookups we need the ability to pass the
zone_id
instead of the domain name to the submodule (See acm-certificate#10).The text was updated successfully, but these errors were encountered: