You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update workspace_run.html.markdown example with organization name name
In the ## Example Usage
the argument `organization` for resources `tfe_workspace` and `tfe_oauth_client` is missing the attribute reference `.name`
* Update workspace.html.markdown
In the ## Example Usage
the argument `organization` for resources `tfe_workspace.parent` and `tfe_oauth_client` is missing the attribute reference `.name`
* Update CHANGELOG.md
Documentation Example Usages bug fixes
---------
Co-authored-by: StamatisChr <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@
4
4
5
5
BUG FIXES:
6
6
*`r/tfe_notification_configuration`: update url attribute to be sensitive, by @jillirami[#1799](https://github.com/hashicorp/terraform-provider-tfe/pull/1799)
7
+
*`r/tfe_workspace`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
8
+
*`r/tfe_workspace_run`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
0 commit comments