Skip to content

Commit

Permalink
Update project_api_key.html.markdown (#1044)
Browse files Browse the repository at this point in the history
* Update project_api_key.html.markdown

Remove spare bracket

* Update project_api_key.html.markdown

Indent
  • Loading branch information
ThomasVictoria authored Feb 20, 2023
1 parent 3d1aa59 commit 73acc67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/docs/r/project_api_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ description: |-
```terraform
resource "mongodbatlas_project_api_key" "test" {
description = "key-name"
project_id = "<PROJECT_ID>"
role_names = ["GROUP_OWNER"]
}
project_id = "<PROJECT_ID>"
role_names = ["GROUP_OWNER"]
}
```

Expand Down

0 comments on commit 73acc67

Please sign in to comment.