Skip to content

Commit

Permalink
console_user updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu-conduktor committed Dec 18, 2024
1 parent d322431 commit 5c3ce40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ provider "conduktor" {
}
# And how to use them with example resources
# NOTE: Console resources will be prefixed with console_ in the future to avoid confusion
resource "conduktor_user_v2" "user" {
resource "conduktor_console_user_v2" "user" {
provider = conduktor.console
# ...
}
Expand Down
3 changes: 1 addition & 2 deletions examples/provider/multi_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ provider "conduktor" {
}

# And how to use them with example resources
# NOTE: Console resources will be prefixed with console_ in the future to avoid confusion
resource "conduktor_user_v2" "user" {
resource "conduktor_console_user_v2" "user" {
provider = conduktor.console
# ...
}
Expand Down

0 comments on commit 5c3ce40

Please sign in to comment.