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