Skip to content

Commit

Permalink
Merge pull request #1 from juliolustosa/env-skip-cert
Browse files Browse the repository at this point in the history
add env skip_cert_verification
  • Loading branch information
wpjunior authored May 26, 2021
2 parents faad3c9 + 3ebec0f commit 9598a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpaas/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func Provider() *schema.Provider {
Description: "Disable certificate verification",
Default: false,
Optional: true,
DefaultFunc: schema.EnvDefaultFunc("TSURU_SKIP_CERT_VERIFICATION", nil),
},
},
ResourcesMap: map[string]*schema.Resource{
Expand Down

0 comments on commit 9598a98

Please sign in to comment.