terraform-provider-tfe
terraform-provider-tfe copied to clipboard
docs: update no_code_module.html.markdown
fix tfe_no_code_module to use tfe_organization.foobar.name value instead of id value.
Description
tfe_no_code_module resource example uses id value for tfe_organization resource, which results in an error while applying the code. Using name value instead results in successful apply. Updated the docs to reflect this.