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
Looks like y'all may have accidentally removed the documentation for "Variables for Red Hat Cloud Services Terraform provider"
Very difficult to figure out these different vars like insecure without this docs. I can create a PR to undo this but wanted to make sure this was no by design.
The text was updated successfully, but these errors were encountered:
This was removed because those parameters shouldn't be used by external users
As far as I understand from OCM team, only Token should be exposed to external users
Can you please elaborate about your usage case?
What parameters do you use which where removed from the docs?
* Remove unused attributes
* Remove all attributes but Token from the docs - internal attributes
* Add option for environment variables for all string attributes
* Add "Authentication and configuration" section in the main index and remove attributes section
We are connecting through a VPN and our network setting is causing a certificate issue so we were getting a 509 error connecting to the Openshift url.
We needed to set the insecure setting to true on the provider in order to use this terraform within the intranet, which is probably something a lot of other enterprises will face as well.
Thank you for the information.
I'm checking the option to have it back in the documentation.
Anyway, you can keep using it, although its not documented
Looking at this commit:
df06e87
Looks like y'all may have accidentally removed the documentation for "Variables for Red Hat Cloud Services Terraform provider"
Very difficult to figure out these different vars like insecure without this docs. I can create a PR to undo this but wanted to make sure this was no by design.
The text was updated successfully, but these errors were encountered: