Skip to content

Commit

Permalink
merge upstream and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Feb 25, 2024
1 parent a5c6418 commit 8eae30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codefresh/data_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package codefresh
import (
"fmt"

cfClient "github.com/codefresh-io/terraform-provider-codefresh/client"
cfClient "github.com/codefresh-io/terraform-provider-codefresh/codefresh/cfclient"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ resource "codefresh_pipeline" "myapp-deploy" {

### Read-Only

- `id` (String) The ID of this resource.
- `id` (String) The ID of this resource.

0 comments on commit 8eae30f

Please sign in to comment.