Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 committed Nov 15, 2024
1 parent 77aad91 commit c0b5498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/collection_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Create collection reference that will be used by this workspace only.
## Example Usage

```terraform
resource "terrakube_workspace_variable" "sample1" {
resource "terrakube_workspace_reference" "sample1" {
organization_id = data.terrakube_organization.org.id
collection_id = terrakube_collection.sample1.id
workspace_id = terrakube_workspace_cli.sample1.id
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/workspace_vcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ resource "terrakube_workspace_vcs" "sample1" {
- `organization_id` (String) Terrakube organization id
- `repository` (String) Workspace VCS repository
- `template_id` (String) Default template ID for the workspace
- `vcs_id` (String) VCS connection ID for private workspaces

### Optional

Expand All @@ -46,6 +45,7 @@ resource "terrakube_workspace_vcs" "sample1" {
- `execution_mode` (String) Workspace VCS execution mode (remote or local)
- `folder` (String) Workspace VCS folder
- `iac_type` (String) Workspace VCS IaC type (Supported values terraform or tofu)
- `vcs_id` (String) VCS connection ID for private workspaces

### Read-Only

Expand Down

0 comments on commit c0b5498

Please sign in to comment.