From 5c3ce40bb55c37bdbf0d4a0bd7301fd0e15893fb Mon Sep 17 00:00:00 2001 From: stu-conduktor Date: Wed, 18 Dec 2024 17:16:17 +0000 Subject: [PATCH] console_user updates --- docs/index.md | 3 +-- examples/provider/multi_provider.tf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index aa5264f..25833b6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 # ... } diff --git a/examples/provider/multi_provider.tf b/examples/provider/multi_provider.tf index a3f4688..dd67f1d 100644 --- a/examples/provider/multi_provider.tf +++ b/examples/provider/multi_provider.tf @@ -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 # ... }