Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed May 8, 2024
1 parent d900600 commit 7cd5764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources/mondoo_integration_github/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "mondoo_space" "gh_space" {
org_id = var.mondoo_org
}

# Setup the Github integration
# Setup the GitHub integration
resource "mondoo_integration_github" "gh_integration" {
space_id = mondoo_space.gh_space.id
name = "GitHub Integration"
Expand Down

0 comments on commit 7cd5764

Please sign in to comment.