-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployment freeze support tenant scope (#837)
* Add tenant scope resource * Add docs * Pump go-octopusdeploy version * update example * Add some investigation log * try turn on feature flag * More investigate log * reverse * Update to create octoClient with version in terraform go.mod * Try again to pass the test * tidy
- Loading branch information
1 parent
8bfcde1
commit aff00bd
Showing
10 changed files
with
604 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octopusdeploy_deployment_freeze_tenant Resource - terraform-provider-octopusdeploy" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# octopusdeploy_deployment_freeze_tenant (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `deploymentfreeze_id` (String) The deployment freeze ID associated with this freeze scope. | ||
- `environment_id` (String) The environment ID associated with this freeze scope. | ||
- `project_id` (String) The project ID associated with this freeze scope. | ||
- `tenant_id` (String) The tenant ID associated with this freeze scope. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The unique ID for this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.