Skip to content

Commit bf0279c

Browse files
frrenkctrombley
authored andcommitted
docs: update no_code_module.html.markdown
fix tfe_no_code_module to use tfe_organization.foobar.name value instead of id value.
1 parent 9e6aba7 commit bf0279c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/no_code_module.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "tfe_registry_module" "foobar" {
2626
}
2727
2828
resource "tfe_no_code_module" "foobar" {
29-
organization = tfe_organization.foobar.id
29+
organization = tfe_organization.foobar.name
3030
registry_module = tfe_registry_module.foobar.id
3131
}
3232
```
@@ -46,7 +46,7 @@ resource "tfe_registry_module" "foobar" {
4646
}
4747
4848
resource "tfe_no_code_module" "foobar" {
49-
organization = tfe_organization.foobar.id
49+
organization = tfe_organization.foobar.name
5050
registry_module = tfe_registry_module.foobar.id
5151
5252
variable_options {

0 commit comments

Comments
 (0)