https://pulumi.com logo
Title
g

gray-plastic-11307

02/27/2020, 9:02 AM
Hi! I am trying to import an Application Gateway, but having some trouble with the SSL certificates already existing in the AG. The certificate data and passwords are fetched using
azure.keyvault.getSecret
. In the
details
section Pulumi lists addition to the
data
and
password
fields for all certificates.. Any ideas what might be causing this? (I am certain the fetched secrets are the correct ones and mapped correctly)
w

white-balloon-205

02/27/2020, 4:38 PM
If there are properties you really cannot import correctly, you can add
ignoreChanges
so that your program is allowed to differ from the cloud provider state. I’m not familiar enough with this specific resource to know if there’s a way to get these to line up correctly, but the above is a general tool to unblock imports.
🎓 1
g

gray-plastic-11307

02/28/2020, 6:37 AM
Thank you, will give this a try! Really hoping to switch to Pulumi, managing Application Gateway in Terraform is a nightmare