Skip to content

Commit ca85b87

Browse files
Update github/resource_github_repository.go
better field description Co-authored-by: Timo Sand <[email protected]>
1 parent 3209324 commit ca85b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ func resourceGithubRepository() *schema.Resource {
367367
"public": {
368368
Type: schema.TypeBool,
369369
Computed: true,
370-
Description: "Whether the rendered GitHub Pages site is publicly availabe.",
370+
Description: "Whether the GitHub Pages site is publicly visible. If set to `true`, the site is accessible to anyone on the internet. If set to `false`, the site will only be accessible to users who have at least `read` access to the repository that published the site.",
371371
},
372372
"status": {
373373
Type: schema.TypeString,

0 commit comments

Comments
 (0)