From 1bf0da5d1726ca845bb30570fa75a03b574021fb Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Fri, 16 Aug 2024 06:17:39 +0530 Subject: [PATCH] Update platform_repo.md (#1030) * Update platform_repo.md * Update resource.tf --- docs/resources/platform_repo.md | 1 - examples/resources/harness_platform_repo/resource.tf | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/resources/platform_repo.md b/docs/resources/platform_repo.md index 63ef2c8c1..ce937f3c6 100644 --- a/docs/resources/platform_repo.md +++ b/docs/resources/platform_repo.md @@ -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" diff --git a/examples/resources/harness_platform_repo/resource.tf b/examples/resources/harness_platform_repo/resource.tf index ac072c42f..8687ad262 100644 --- a/examples/resources/harness_platform_repo/resource.tf +++ b/examples/resources/harness_platform_repo/resource.tf @@ -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"