diff --git a/examples/public-repository/README.md b/examples/public-repository/README.md index d7a91d32..7b48d57e 100644 --- a/examples/public-repository/README.md +++ b/examples/public-repository/README.md @@ -24,7 +24,7 @@ module "repository" { name = "my-public-repository" description = "A description of the repository." homepage_url = "https://github.com/mineiros-io" - visibility = "private" + visibility = "public" has_issues = true has_projects = false has_wiki = true