Skip to content

Commit

Permalink
Remove project_id from resourcemanager_project example (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentepinto98 authored Dec 13, 2023
1 parent 62b6a1b commit af78e84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/resources/resourcemanager_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Resource Manager project resource schema. To use this resource, it is required t

```terraform
resource "stackit_resourcemanager_project" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
parent_container_id = "example-parent-container-abc123"
name = "example-container"
labels = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resource "stackit_resourcemanager_project" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
parent_container_id = "example-parent-container-abc123"
name = "example-container"
labels = {
Expand Down

0 comments on commit af78e84

Please sign in to comment.