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
We've noticed the same issue in the doc page for aviatrix_copilot_fault_tolerant_deployment. I'm guessing you'll want to go through all the docs and make sure you've got the output names correct in the docs.
The
aviatrix_copilot_simple_deployment
docs reference outputs ofpublic_id
andprivate_id
:terraform-provider-aviatrix/docs/resources/aviatrix_copilot_simple_deployment.md
Lines 47 to 48 in e49f3ec
but it seems it actually outputs as
public_ip
andprivate_ip
:https://github.com/AviatrixSystems/terraform-provider-aviatrix/blob/e49f3ec0b7176668a32e2e71b6fc67502a346c8c/aviatrix/resource_aviatrix_copilot_simple_deployment.go#L164C1-L165C3
d.Set("private_ip", copilotAssociationStatus.IP)
d.Set("public_ip", copilotAssociationStatus.PublicIp)
which makes more sense anyway, so I'm guessing it just needs a fix in the doc.
The text was updated successfully, but these errors were encountered: