We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf57ea commit fb2d5ceCopy full SHA for fb2d5ce
1 file changed
plugins/terraform/terraform.go
@@ -17,7 +17,7 @@ func TerraformCLI() schema.Executable {
17
),
18
Uses: []schema.CredentialUsage{
19
{
20
- Description: "Credentials to use within terraform projects",
+ Description: "Credentials to use within the Terraform project",
21
SelectFrom: &schema.CredentialSelection{
22
ID: "project",
23
IncludeAllCredentials: true,
0 commit comments