Fontana
Results
3
comments of
Fontana
Similar issue with Azure dns and Public IP : I want to create severals A record for the same public IP ```hcl resource "azurerm_dns_a_record" "new" { count = length(var.subdomains) name...
Need to whitelist your Public IP (server for terraform administration) in the vault
You have to look at the parameters: allow or deny by default. If we deny except the Azure services, they will go through the public IP of the vault. Then...