We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6fd70 commit 018a016Copy full SHA for 018a016
provider/agent.go
@@ -260,14 +260,14 @@ func agentResource() *schema.Resource {
260
},
261
"port_forwarding_helper": {
262
Type: schema.TypeBool,
263
- Description: "Display port-forwarding helper button in the agent bar.",
+ Description: "Display the port-forwarding helper button in the agent bar.",
264
ForceNew: true,
265
Optional: true,
266
Default: true,
267
268
"ssh_helper": {
269
270
+ Description: "Display the SSH helper button in the agent bar.",
271
272
273
0 commit comments