Skip to content

Commit

Permalink
Making ca_file optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwwn committed Feb 15, 2023
1 parent 711aed6 commit 32a86b0
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 @@ -35,7 +35,7 @@ func Provider() *schema.Provider {
},
"ca_file": {
Type: schema.TypeString,
Required: true,
Optional: true,
ForceNew: true,
Computed: false,
DefaultFunc: schema.EnvDefaultFunc("GOCD_CAFILE_CONTENT", nil),
Expand Down

0 comments on commit 32a86b0

Please sign in to comment.