Skip to content

Commit

Permalink
chore: doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 committed Dec 4, 2024
1 parent 20e77df commit 2d1690c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "octopusdeploy_project" "example" {
- `space_id` (String) The space ID associated with this project.
- `template` (Block List) (see [below for nested schema](#nestedblock--template))
- `tenanted_deployment_participation` (String) The tenanted deployment mode of the resource. Valid account types are `Untenanted`, `TenantedOrUntenanted`, or `Tenanted`.
- `versioning_strategy` (Block List) (see [below for nested schema](#nestedblock--versioning_strategy))
- `versioning_strategy` (Block List, Deprecated) (see [below for nested schema](#nestedblock--versioning_strategy))

### Read-Only

Expand Down
37 changes: 37 additions & 0 deletions docs/resources/project_versioning_strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "octopusdeploy_project_versioning_strategy Resource - terraform-provider-octopusdeploy"
subcategory: ""
description: |-
---

# octopusdeploy_project_versioning_strategy (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `donor_package` (Attributes) Donor Packages. (see [below for nested schema](#nestedatt--donor_package))
- `project_id` (String) The associated project ID.
- `space_id` (String) Space ID of the associated project.

### Optional

- `donor_package_step_id` (String) The associated donor package step ID.
- `template` (String)

<a id="nestedatt--donor_package"></a>
### Nested Schema for `donor_package`

Optional:

- `deployment_action` (String) Deployment action.
- `package_reference` (String) Package reference.


0 comments on commit 2d1690c

Please sign in to comment.