Skip to content

Commit

Permalink
Allowing skipping of TLS verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwwn committed Feb 15, 2023
1 parent dd46316 commit 711aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func Provider() *schema.Provider {
Required: true,
ForceNew: true,
Computed: false,
DefaultFunc: schema.EnvDefaultFunc("GOCD_CAFILE_CONTENT", "some_ca_context"),
DefaultFunc: schema.EnvDefaultFunc("GOCD_CAFILE_CONTENT", nil),
Description: "CA file contents, to be used while connecting to GoCD server when CA based auth is enabled",
},
"username": {
Expand Down

0 comments on commit 711aed6

Please sign in to comment.