-
Notifications
You must be signed in to change notification settings - Fork 775
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
insecure_ssl = true parameter is not working #352
Comments
Looks like there is only problem with incomplete documentation. If I use
Or I can use also:
|
The fix from ☝️ will land in the next release. Thanks again to the community for documenting and fixing this bug. 🙇 |
I checked the #365 and I'm missing the change in the documentation: https://github.com/terraform-providers/terraform-provider-github/blob/master/website/docs/index.html.markdown It should be changed there as well... |
@ruzickap the docs already state that boolean should be used (according to examples): |
Ok... closing... |
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Actual Behavior
The GitHub Webhook is properly created, but the "SSL Validation" is not disabled.
Steps to Reproduce
I'm using the Terrafrom code mentioned above to create GitHub Webhook.
In the code above you can see the I would like to disable SSL Validation by setting the parameter
insecure_ssl = true
.The GitHub Webhook is created by Terraform properly, but the SSL Validation is not disabled - see the screenshot:
If I manually click in GitHub Web GUI to "Disable" the webhook is working fine like it should be - but I can not do it via Terraform now.
Thanks for looking at it.
The text was updated successfully, but these errors were encountered: