-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/vsphere: Add insecure option for 'insecure' SSL requests #3933
Conversation
@@ -29,6 +29,13 @@ func Provider() terraform.ResourceProvider { | |||
DefaultFunc: schema.EnvDefaultFunc("VSPHERE_VCENTER", nil), | |||
Description: "The vCenter Server name for vSphere API operations.", | |||
}, | |||
|
|||
"insecure": &schema.Schema{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should consider naming this allow_unverified_ssl
such that it consistent with the Rundeck provider, and in order that it describes more clearly exactly which form of insecurity is invited?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 lets use allow_unverified_ssl
as the parameter name here.
Hi @tkak! Thanks for opening up this PR. I've left some comments inline; could you review them and let me know your thoughts? |
@tkak you have a couple of moments to tweak the name?? |
@jen20 Thanks for the review! For the reason of And |
Hi @tkak - In this case I still think |
(I have gmail filters for "openstack" so I saw this conversation 😄 ) I'm mixed on the rename. On one hand, I totally agree that Edit for clarification: |
@jen20 I've fixed |
This looks good - just needs a rebase and we can get it merged. 👍 |
I too prefer the more intuitive name over respecting precedent, provided we are doing what we can to remain consistent within Terraform. |
@phinze I tried to rebase. 👍 |
…nal-regex-pattern-set New Resource: aws_wafregional_regex_pattern_set
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This fixes #3521.