Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
change private to visibility (integrations#553)
Browse files Browse the repository at this point in the history
private is deprecated
  • Loading branch information
xorima authored Nov 11, 2020
1 parent 376ff1b commit a6628aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/repository.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "github_repository" "example" {
name = "example"
description = "My awesome codebase"
private = true
visibility = "public"
template {
owner = "github"
Expand Down

0 comments on commit a6628aa

Please sign in to comment.