Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aviatrix_copilot_simple_deployment docs reference typo #1882

Open
doubletwist13 opened this issue Oct 13, 2023 · 1 comment
Open

aviatrix_copilot_simple_deployment docs reference typo #1882

doubletwist13 opened this issue Oct 13, 2023 · 1 comment

Comments

@doubletwist13
Copy link

The aviatrix_copilot_simple_deployment docs reference outputs of public_id and private_id:

* `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.

@doubletwist13
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant