Skip to content

Commit

Permalink
allow_insecure_def
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshtemporal committed Jun 5, 2024
1 parent 326c721 commit 7b21c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ 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" Optional: true,
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.",
Optional: true,
},
},
}
Expand Down

0 comments on commit 7b21c7e

Please sign in to comment.