broad-zoo-34077
06/02/2021, 1:59 PMwhite-airport-8778
white-airport-8778
crooked-daybreak-55253
06/02/2021, 5:33 PMwhite-airport-8778
crooked-daybreak-55253
06/02/2021, 5:37 PMapp_service_certificate_order
,app_service_custom_hostname_binding
, and cdn_endpoint
. Those ones are a little odd so I’m not sure if they should use the helper.white-airport-8778
app_service_certificate_order
and app_service_custom_hostname_binding
don’t need the helper (we can just rename the location variable to region).
cdn_endpoint
can use the helper as it then converts the location to a zone. The return nil
on line 32 can be removed as it can use the default region.
Also heads-up that many dns resources were merged to master but only 3 have cost components (dns_a_record
, private_dns_zone
and azurerm_dns_zone
). These 3 can also use the helper as they then convert that region to a “zone”.crooked-daybreak-55253
06/02/2021, 6:30 PMnat_gateway
be doing? Right now the cost components ignore the passed in location and use Region: strPtr("Global"),
white-airport-8778