From a817da49bfa3a58b60ff57cbe32d9e96c8226875 Mon Sep 17 00:00:00 2001 From: frrenk <45288316+frrenk@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:15:53 +0100 Subject: [PATCH] docs: update no_code_module.html.markdown fix tfe_no_code_module to use tfe_organization.foobar.name value instead of id value. --- website/docs/r/no_code_module.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/no_code_module.html.markdown b/website/docs/r/no_code_module.html.markdown index 5ba7e8e7b..28f52ca5f 100644 --- a/website/docs/r/no_code_module.html.markdown +++ b/website/docs/r/no_code_module.html.markdown @@ -26,7 +26,7 @@ resource "tfe_registry_module" "foobar" { } resource "tfe_no_code_module" "foobar" { - organization = tfe_organization.foobar.id + organization = tfe_organization.foobar.name registry_module = tfe_registry_module.foobar.id } ``` @@ -46,7 +46,7 @@ resource "tfe_registry_module" "foobar" { } resource "tfe_no_code_module" "foobar" { - organization = tfe_organization.foobar.id + organization = tfe_organization.foobar.name registry_module = tfe_registry_module.foobar.id variable_options {