Skip to content

Commit

Permalink
Update platform_repo.md (#1030)
Browse files Browse the repository at this point in the history
* Update platform_repo.md

* Update resource.tf
  • Loading branch information
abhinav-harness authored Aug 16, 2024
1 parent 600901f commit 1bf0da5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/resources/platform_repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ resource "harness_platform_repo" "test" {
project_id = "test_project_123"
default_branch = "main"
description = "test_description_123"
is_public = true
source {
repo = "octocat/hello-worId"
type = "github"
Expand Down
1 change: 0 additions & 1 deletion examples/resources/harness_platform_repo/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resource "harness_platform_repo" "test" {
project_id = "test_project_123"
default_branch = "main"
description = "test_description_123"
is_public = true
source {
repo = "octocat/hello-worId"
type = "github"
Expand Down

0 comments on commit 1bf0da5

Please sign in to comment.