Skip to content

Commit

Permalink
allow_insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshtemporal committed Jun 5, 2024
1 parent 7b21c7e commit 5c864d8
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 @@ -66,7 +66,7 @@ in version control. We recommend passing credentials to this provider via enviro
Optional: true,
},
"allow_insecure": schema.BoolAttribute{
Description: "If set to True, allows for an insecure connection to the Temporal Cloud API. It should never be set to 'true' in production and defaults to false.",
Description: "If set to True, it allows for an insecure connection to the Temporal Cloud API. This should never be set to 'true' in production and defaults to false.",

Check failure on line 69 in internal/provider/provider.go

View workflow job for this annotation

GitHub Actions / Build

File is not `gofmt`-ed with `-s` (gofmt)
Optional: true,
},
},
Expand Down

0 comments on commit 5c864d8

Please sign in to comment.