Skip to content

Commit

Permalink
Update azure_subscription_account.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lourens-octopus committed Jul 28, 2024
1 parent b03623f commit 99a235c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/azure_subscription_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ resource "octopusdeploy_azure_subscription_account" "example" {

### Required

- `management_endpoint` (String)
- `name` (String) The name of this resource.
- `storage_endpoint_suffix` (String) The storage endpoint suffix associated with this Azure subscription account.
- `subscription_id` (String) The subscription ID of this resource.

### Optional
Expand All @@ -34,7 +32,9 @@ resource "octopusdeploy_azure_subscription_account" "example" {
- `certificate_thumbprint` (String, Sensitive)
- `description` (String) The description of this Azure subscription account.
- `environments` (List of String) A list of environment IDs associated with this resource.
- `management_endpoint` (String)
- `space_id` (String) The space ID associated with this resource.
- `storage_endpoint_suffix` (String) The storage endpoint suffix associated with this Azure subscription account.
- `tenant_tags` (List of String) A list of tenant tags associated with this resource.
- `tenanted_deployment_participation` (String) The tenanted deployment mode of the resource. Valid account types are `Untenanted`, `TenantedOrUntenanted`, or `Tenanted`.
- `tenants` (List of String) A list of tenant IDs associated with this resource.
Expand Down

0 comments on commit 99a235c

Please sign in to comment.