Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Theuermann <[email protected]>
  • Loading branch information
mati007thm committed Dec 3, 2024
1 parent c0747e8 commit ea6853e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/integration_jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider "mondoo" {
resource "mondoo_integration_jira" "jira_integration" {

Check warning on line 27 in docs/resources/integration_jira.md

View workflow job for this annotation

GitHub Actions / Run spell check

`jira` is not a recognized word. (unrecognized-spelling)

Check warning on line 27 in docs/resources/integration_jira.md

View workflow job for this annotation

GitHub Actions / Run spell check

`jira` is not a recognized word. (unrecognized-spelling)
name = "My Jira Integration"
host = "https://your-instance.atlassian.net"
email = "your[email protected]"
email = "jira[email protected]"
# default_project = "MONDOO"
api_token = var.jira_token
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/mondoo_integration_jira/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "mondoo" {
resource "mondoo_integration_jira" "jira_integration" {
name = "My Jira Integration"
host = "https://your-instance.atlassian.net"
email = "your[email protected]"
email = "jira[email protected]"
# default_project = "MONDOO"
api_token = var.jira_token

Expand Down

0 comments on commit ea6853e

Please sign in to comment.