Skip to content

Commit

Permalink
name is read-only, slug isn't (#1097)
Browse files Browse the repository at this point in the history
* name is read-only, slug isn't

`slug` is an output, not an input

* Update from .tf file

---------

Co-authored-by: Julien Duchesne <[email protected]>
  • Loading branch information
hertzsprung and julienduchesne authored Nov 1, 2023
1 parent 5f99abc commit 4386b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/cloud_organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: |-

```terraform
data "grafana_cloud_organization" "test" {
name = "my-org"
slug = "my-org"
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
data "grafana_cloud_organization" "test" {
name = "my-org"
slug = "my-org"
}

0 comments on commit 4386b97

Please sign in to comment.