-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
The aviatrix_copilot_simple_deployment
docs reference outputs of public_id
and private_id
:
terraform-provider-aviatrix/docs/resources/aviatrix_copilot_simple_deployment.md
Lines 47 to 48 in e49f3ec
* `public_id` - Copilot public IP. | |
* `private_id` - Copilot private IP. |
but it seems it actually outputs as public_ip
and private_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.
Metadata
Metadata
Assignees
Labels
No labels