We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb0fe2 commit a817da4Copy full SHA for a817da4
website/docs/r/no_code_module.html.markdown
@@ -26,7 +26,7 @@ resource "tfe_registry_module" "foobar" {
26
}
27
28
resource "tfe_no_code_module" "foobar" {
29
- organization = tfe_organization.foobar.id
+ organization = tfe_organization.foobar.name
30
registry_module = tfe_registry_module.foobar.id
31
32
```
@@ -46,7 +46,7 @@ resource "tfe_registry_module" "foobar" {
46
47
48
49
50
51
52
variable_options {
0 commit comments