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

Add HTTP Proxy capability #46

Merged
merged 2 commits into from
Apr 11, 2019
Merged

Add HTTP Proxy capability #46

merged 2 commits into from
Apr 11, 2019

Conversation

marinsalinas
Copy link
Contributor

Closes #26

To add proxy_url just add to provider definition:

provider "nutanix" {
  username     = "xxxx"
  password     = "xxxx"
  endpoint     = "xxxx"
  insecure     = true
  port         = 9440
  wait_timeout = 10 //Optional
  proxy_url    =  "xxxx" //Optional
}

@thetonymaster thetonymaster merged commit d7d2390 into master Apr 11, 2019
@thetonymaster thetonymaster deleted the http-proxy-#26 branch April 11, 2019 17:02
yannickstruyf3 pushed a commit to yannickstruyf3/terraform-provider-nutanix that referenced this pull request Nov 9, 2021
yannickstruyf3 pushed a commit to yannickstruyf3/terraform-provider-nutanix that referenced this pull request Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants