Skip to content

Commit fbf57ea

Browse files
committed
change id back to normal
1 parent 230dff6 commit fbf57ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/terraform/terraform.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ func TerraformCLI() schema.Executable {
1717
),
1818
Uses: []schema.CredentialUsage{
1919
{
20-
Description: "Credentials to use within the Terraform project",
20+
Description: "Credentials to use within terraform projects",
2121
SelectFrom: &schema.CredentialSelection{
22-
ID: "Project Credentials",
22+
ID: "project",
2323
IncludeAllCredentials: true,
2424
AllowMultiple: true,
2525
},

0 commit comments

Comments
 (0)