1. Packages
  2. Octopusdeploy Provider
  3. API Docs
  4. getListeningTentacleDeploymentTargets
octopusdeploy 0.43.0 published on Thursday, Apr 17, 2025 by octopusdeploylabs

octopusdeploy.getListeningTentacleDeploymentTargets

Explore with Pulumi AI

Provides information about existing listening tentacle deployment targets.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as octopusdeploy from "@pulumi/octopusdeploy";

const listeningTentacleDeploymentTargets = octopusdeploy.getListeningTentacleDeploymentTargets({});
Copy
import pulumi
import pulumi_octopusdeploy as octopusdeploy

listening_tentacle_deployment_targets = octopusdeploy.get_listening_tentacle_deployment_targets()
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/octopusdeploy/octopusdeploy"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := octopusdeploy.GetListeningTentacleDeploymentTargets(ctx, &octopusdeploy.GetListeningTentacleDeploymentTargetsArgs{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Octopusdeploy = Pulumi.Octopusdeploy;

return await Deployment.RunAsync(() => 
{
    var listeningTentacleDeploymentTargets = Octopusdeploy.GetListeningTentacleDeploymentTargets.Invoke();

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.octopusdeploy.OctopusdeployFunctions;
import com.pulumi.octopusdeploy.inputs.GetListeningTentacleDeploymentTargetsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var listeningTentacleDeploymentTargets = OctopusdeployFunctions.getListeningTentacleDeploymentTargets();

    }
}
Copy
variables:
  listeningTentacleDeploymentTargets:
    fn::invoke:
      function: octopusdeploy:getListeningTentacleDeploymentTargets
      arguments: {}
Copy

Using getListeningTentacleDeploymentTargets

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getListeningTentacleDeploymentTargets(args: GetListeningTentacleDeploymentTargetsArgs, opts?: InvokeOptions): Promise<GetListeningTentacleDeploymentTargetsResult>
function getListeningTentacleDeploymentTargetsOutput(args: GetListeningTentacleDeploymentTargetsOutputArgs, opts?: InvokeOptions): Output<GetListeningTentacleDeploymentTargetsResult>
Copy
def get_listening_tentacle_deployment_targets(deployment_id: Optional[str] = None,
                                              environments: Optional[Sequence[str]] = None,
                                              health_statuses: Optional[Sequence[str]] = None,
                                              ids: Optional[Sequence[str]] = None,
                                              is_disabled: Optional[bool] = None,
                                              name: Optional[str] = None,
                                              partial_name: Optional[str] = None,
                                              roles: Optional[Sequence[str]] = None,
                                              shell_names: Optional[Sequence[str]] = None,
                                              skip: Optional[float] = None,
                                              space_id: Optional[str] = None,
                                              take: Optional[float] = None,
                                              tenant_tags: Optional[Sequence[str]] = None,
                                              tenants: Optional[Sequence[str]] = None,
                                              thumbprint: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetListeningTentacleDeploymentTargetsResult
def get_listening_tentacle_deployment_targets_output(deployment_id: Optional[pulumi.Input[str]] = None,
                                              environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              health_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              is_disabled: Optional[pulumi.Input[bool]] = None,
                                              name: Optional[pulumi.Input[str]] = None,
                                              partial_name: Optional[pulumi.Input[str]] = None,
                                              roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              shell_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              skip: Optional[pulumi.Input[float]] = None,
                                              space_id: Optional[pulumi.Input[str]] = None,
                                              take: Optional[pulumi.Input[float]] = None,
                                              tenant_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              tenants: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              thumbprint: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetListeningTentacleDeploymentTargetsResult]
Copy
func GetListeningTentacleDeploymentTargets(ctx *Context, args *GetListeningTentacleDeploymentTargetsArgs, opts ...InvokeOption) (*GetListeningTentacleDeploymentTargetsResult, error)
func GetListeningTentacleDeploymentTargetsOutput(ctx *Context, args *GetListeningTentacleDeploymentTargetsOutputArgs, opts ...InvokeOption) GetListeningTentacleDeploymentTargetsResultOutput
Copy

> Note: This function is named GetListeningTentacleDeploymentTargets in the Go SDK.

public static class GetListeningTentacleDeploymentTargets 
{
    public static Task<GetListeningTentacleDeploymentTargetsResult> InvokeAsync(GetListeningTentacleDeploymentTargetsArgs args, InvokeOptions? opts = null)
    public static Output<GetListeningTentacleDeploymentTargetsResult> Invoke(GetListeningTentacleDeploymentTargetsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetListeningTentacleDeploymentTargetsResult> getListeningTentacleDeploymentTargets(GetListeningTentacleDeploymentTargetsArgs args, InvokeOptions options)
public static Output<GetListeningTentacleDeploymentTargetsResult> getListeningTentacleDeploymentTargets(GetListeningTentacleDeploymentTargetsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: octopusdeploy:index/getListeningTentacleDeploymentTargets:getListeningTentacleDeploymentTargets
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DeploymentId string
A filter to search by deployment ID.
Environments List<string>
A filter to search by a list of environment IDs.
HealthStatuses List<string>
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
Ids List<string>
A filter to search by a list of IDs.
IsDisabled bool
A filter to search by the disabled status of a resource.
Name string
A filter to search by name.
PartialName string
A filter to search by the partial match of a name.
Roles List<string>
A filter to search by a list of role IDs.
ShellNames List<string>
A list of shell names to match in the query and/or search
Skip double
A filter to specify the number of items to skip in the response.
SpaceId string
The space ID associated with this resource.
Take double
A filter to specify the number of items to take (or return) in the response.
TenantTags List<string>
A filter to search by a list of tenant tags.
Tenants List<string>
A filter to search by a list of tenant IDs.
Thumbprint string
The thumbprint of the deployment target to match in the query and/or search
DeploymentId string
A filter to search by deployment ID.
Environments []string
A filter to search by a list of environment IDs.
HealthStatuses []string
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
Ids []string
A filter to search by a list of IDs.
IsDisabled bool
A filter to search by the disabled status of a resource.
Name string
A filter to search by name.
PartialName string
A filter to search by the partial match of a name.
Roles []string
A filter to search by a list of role IDs.
ShellNames []string
A list of shell names to match in the query and/or search
Skip float64
A filter to specify the number of items to skip in the response.
SpaceId string
The space ID associated with this resource.
Take float64
A filter to specify the number of items to take (or return) in the response.
TenantTags []string
A filter to search by a list of tenant tags.
Tenants []string
A filter to search by a list of tenant IDs.
Thumbprint string
The thumbprint of the deployment target to match in the query and/or search
deploymentId String
A filter to search by deployment ID.
environments List<String>
A filter to search by a list of environment IDs.
healthStatuses List<String>
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids List<String>
A filter to search by a list of IDs.
isDisabled Boolean
A filter to search by the disabled status of a resource.
name String
A filter to search by name.
partialName String
A filter to search by the partial match of a name.
roles List<String>
A filter to search by a list of role IDs.
shellNames List<String>
A list of shell names to match in the query and/or search
skip Double
A filter to specify the number of items to skip in the response.
spaceId String
The space ID associated with this resource.
take Double
A filter to specify the number of items to take (or return) in the response.
tenantTags List<String>
A filter to search by a list of tenant tags.
tenants List<String>
A filter to search by a list of tenant IDs.
thumbprint String
The thumbprint of the deployment target to match in the query and/or search
deploymentId string
A filter to search by deployment ID.
environments string[]
A filter to search by a list of environment IDs.
healthStatuses string[]
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids string[]
A filter to search by a list of IDs.
isDisabled boolean
A filter to search by the disabled status of a resource.
name string
A filter to search by name.
partialName string
A filter to search by the partial match of a name.
roles string[]
A filter to search by a list of role IDs.
shellNames string[]
A list of shell names to match in the query and/or search
skip number
A filter to specify the number of items to skip in the response.
spaceId string
The space ID associated with this resource.
take number
A filter to specify the number of items to take (or return) in the response.
tenantTags string[]
A filter to search by a list of tenant tags.
tenants string[]
A filter to search by a list of tenant IDs.
thumbprint string
The thumbprint of the deployment target to match in the query and/or search
deployment_id str
A filter to search by deployment ID.
environments Sequence[str]
A filter to search by a list of environment IDs.
health_statuses Sequence[str]
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids Sequence[str]
A filter to search by a list of IDs.
is_disabled bool
A filter to search by the disabled status of a resource.
name str
A filter to search by name.
partial_name str
A filter to search by the partial match of a name.
roles Sequence[str]
A filter to search by a list of role IDs.
shell_names Sequence[str]
A list of shell names to match in the query and/or search
skip float
A filter to specify the number of items to skip in the response.
space_id str
The space ID associated with this resource.
take float
A filter to specify the number of items to take (or return) in the response.
tenant_tags Sequence[str]
A filter to search by a list of tenant tags.
tenants Sequence[str]
A filter to search by a list of tenant IDs.
thumbprint str
The thumbprint of the deployment target to match in the query and/or search
deploymentId String
A filter to search by deployment ID.
environments List<String>
A filter to search by a list of environment IDs.
healthStatuses List<String>
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids List<String>
A filter to search by a list of IDs.
isDisabled Boolean
A filter to search by the disabled status of a resource.
name String
A filter to search by name.
partialName String
A filter to search by the partial match of a name.
roles List<String>
A filter to search by a list of role IDs.
shellNames List<String>
A list of shell names to match in the query and/or search
skip Number
A filter to specify the number of items to skip in the response.
spaceId String
The space ID associated with this resource.
take Number
A filter to specify the number of items to take (or return) in the response.
tenantTags List<String>
A filter to search by a list of tenant tags.
tenants List<String>
A filter to search by a list of tenant IDs.
thumbprint String
The thumbprint of the deployment target to match in the query and/or search

getListeningTentacleDeploymentTargets Result

The following output properties are available:

Id string
An auto-generated identifier that includes the timestamp when this data source was last modified.
ListeningTentacleDeploymentTargets List<GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTarget>
A list of listening tentacle deployment targets that match the filter(s).
SpaceId string
The space ID associated with this resource.
DeploymentId string
A filter to search by deployment ID.
Environments List<string>
A filter to search by a list of environment IDs.
HealthStatuses List<string>
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
Ids List<string>
A filter to search by a list of IDs.
IsDisabled bool
A filter to search by the disabled status of a resource.
Name string
A filter to search by name.
PartialName string
A filter to search by the partial match of a name.
Roles List<string>
A filter to search by a list of role IDs.
ShellNames List<string>
A list of shell names to match in the query and/or search
Skip double
A filter to specify the number of items to skip in the response.
Take double
A filter to specify the number of items to take (or return) in the response.
TenantTags List<string>
A filter to search by a list of tenant tags.
Tenants List<string>
A filter to search by a list of tenant IDs.
Thumbprint string
The thumbprint of the deployment target to match in the query and/or search
Id string
An auto-generated identifier that includes the timestamp when this data source was last modified.
ListeningTentacleDeploymentTargets []GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTarget
A list of listening tentacle deployment targets that match the filter(s).
SpaceId string
The space ID associated with this resource.
DeploymentId string
A filter to search by deployment ID.
Environments []string
A filter to search by a list of environment IDs.
HealthStatuses []string
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
Ids []string
A filter to search by a list of IDs.
IsDisabled bool
A filter to search by the disabled status of a resource.
Name string
A filter to search by name.
PartialName string
A filter to search by the partial match of a name.
Roles []string
A filter to search by a list of role IDs.
ShellNames []string
A list of shell names to match in the query and/or search
Skip float64
A filter to specify the number of items to skip in the response.
Take float64
A filter to specify the number of items to take (or return) in the response.
TenantTags []string
A filter to search by a list of tenant tags.
Tenants []string
A filter to search by a list of tenant IDs.
Thumbprint string
The thumbprint of the deployment target to match in the query and/or search
id String
An auto-generated identifier that includes the timestamp when this data source was last modified.
listeningTentacleDeploymentTargets List<GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTarget>
A list of listening tentacle deployment targets that match the filter(s).
spaceId String
The space ID associated with this resource.
deploymentId String
A filter to search by deployment ID.
environments List<String>
A filter to search by a list of environment IDs.
healthStatuses List<String>
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids List<String>
A filter to search by a list of IDs.
isDisabled Boolean
A filter to search by the disabled status of a resource.
name String
A filter to search by name.
partialName String
A filter to search by the partial match of a name.
roles List<String>
A filter to search by a list of role IDs.
shellNames List<String>
A list of shell names to match in the query and/or search
skip Double
A filter to specify the number of items to skip in the response.
take Double
A filter to specify the number of items to take (or return) in the response.
tenantTags List<String>
A filter to search by a list of tenant tags.
tenants List<String>
A filter to search by a list of tenant IDs.
thumbprint String
The thumbprint of the deployment target to match in the query and/or search
id string
An auto-generated identifier that includes the timestamp when this data source was last modified.
listeningTentacleDeploymentTargets GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTarget[]
A list of listening tentacle deployment targets that match the filter(s).
spaceId string
The space ID associated with this resource.
deploymentId string
A filter to search by deployment ID.
environments string[]
A filter to search by a list of environment IDs.
healthStatuses string[]
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids string[]
A filter to search by a list of IDs.
isDisabled boolean
A filter to search by the disabled status of a resource.
name string
A filter to search by name.
partialName string
A filter to search by the partial match of a name.
roles string[]
A filter to search by a list of role IDs.
shellNames string[]
A list of shell names to match in the query and/or search
skip number
A filter to specify the number of items to skip in the response.
take number
A filter to specify the number of items to take (or return) in the response.
tenantTags string[]
A filter to search by a list of tenant tags.
tenants string[]
A filter to search by a list of tenant IDs.
thumbprint string
The thumbprint of the deployment target to match in the query and/or search
id str
An auto-generated identifier that includes the timestamp when this data source was last modified.
listening_tentacle_deployment_targets Sequence[GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTarget]
A list of listening tentacle deployment targets that match the filter(s).
space_id str
The space ID associated with this resource.
deployment_id str
A filter to search by deployment ID.
environments Sequence[str]
A filter to search by a list of environment IDs.
health_statuses Sequence[str]
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids Sequence[str]
A filter to search by a list of IDs.
is_disabled bool
A filter to search by the disabled status of a resource.
name str
A filter to search by name.
partial_name str
A filter to search by the partial match of a name.
roles Sequence[str]
A filter to search by a list of role IDs.
shell_names Sequence[str]
A list of shell names to match in the query and/or search
skip float
A filter to specify the number of items to skip in the response.
take float
A filter to specify the number of items to take (or return) in the response.
tenant_tags Sequence[str]
A filter to search by a list of tenant tags.
tenants Sequence[str]
A filter to search by a list of tenant IDs.
thumbprint str
The thumbprint of the deployment target to match in the query and/or search
id String
An auto-generated identifier that includes the timestamp when this data source was last modified.
listeningTentacleDeploymentTargets List<Property Map>
A list of listening tentacle deployment targets that match the filter(s).
spaceId String
The space ID associated with this resource.
deploymentId String
A filter to search by deployment ID.
environments List<String>
A filter to search by a list of environment IDs.
healthStatuses List<String>
A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
ids List<String>
A filter to search by a list of IDs.
isDisabled Boolean
A filter to search by the disabled status of a resource.
name String
A filter to search by name.
partialName String
A filter to search by the partial match of a name.
roles List<String>
A filter to search by a list of role IDs.
shellNames List<String>
A list of shell names to match in the query and/or search
skip Number
A filter to specify the number of items to skip in the response.
take Number
A filter to specify the number of items to take (or return) in the response.
tenantTags List<String>
A filter to search by a list of tenant tags.
tenants List<String>
A filter to search by a list of tenant IDs.
thumbprint String
The thumbprint of the deployment target to match in the query and/or search

Supporting Types

GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTarget

CertificateSignatureAlgorithm This property is required. string
Environments This property is required. List<string>
HasLatestCalamari This property is required. bool
HealthStatus This property is required. string
Id This property is required. string
IsDisabled This property is required. bool
IsInProcess This property is required. bool
MachinePolicyId This property is required. string
Name This property is required. string
OperatingSystem This property is required. string
ProxyId This property is required. string
Roles This property is required. List<string>
ShellName This property is required. string
ShellVersion This property is required. string
SpaceId This property is required. string
Status This property is required. string
StatusSummary This property is required. string
TenantTags This property is required. List<string>
TenantedDeploymentParticipation This property is required. string
Tenants This property is required. List<string>
TentacleUrl This property is required. string
TentacleVersionDetails This property is required. List<GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTargetTentacleVersionDetail>
Thumbprint This property is required. string
Uri This property is required. string
CertificateSignatureAlgorithm This property is required. string
Environments This property is required. []string
HasLatestCalamari This property is required. bool
HealthStatus This property is required. string
Id This property is required. string
IsDisabled This property is required. bool
IsInProcess This property is required. bool
MachinePolicyId This property is required. string
Name This property is required. string
OperatingSystem This property is required. string
ProxyId This property is required. string
Roles This property is required. []string
ShellName This property is required. string
ShellVersion This property is required. string
SpaceId This property is required. string
Status This property is required. string
StatusSummary This property is required. string
TenantTags This property is required. []string
TenantedDeploymentParticipation This property is required. string
Tenants This property is required. []string
TentacleUrl This property is required. string
TentacleVersionDetails This property is required. []GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTargetTentacleVersionDetail
Thumbprint This property is required. string
Uri This property is required. string
certificateSignatureAlgorithm This property is required. String
environments This property is required. List<String>
hasLatestCalamari This property is required. Boolean
healthStatus This property is required. String
id This property is required. String
isDisabled This property is required. Boolean
isInProcess This property is required. Boolean
machinePolicyId This property is required. String
name This property is required. String
operatingSystem This property is required. String
proxyId This property is required. String
roles This property is required. List<String>
shellName This property is required. String
shellVersion This property is required. String
spaceId This property is required. String
status This property is required. String
statusSummary This property is required. String
tenantTags This property is required. List<String>
tenantedDeploymentParticipation This property is required. String
tenants This property is required. List<String>
tentacleUrl This property is required. String
tentacleVersionDetails This property is required. List<GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTargetTentacleVersionDetail>
thumbprint This property is required. String
uri This property is required. String
certificateSignatureAlgorithm This property is required. string
environments This property is required. string[]
hasLatestCalamari This property is required. boolean
healthStatus This property is required. string
id This property is required. string
isDisabled This property is required. boolean
isInProcess This property is required. boolean
machinePolicyId This property is required. string
name This property is required. string
operatingSystem This property is required. string
proxyId This property is required. string
roles This property is required. string[]
shellName This property is required. string
shellVersion This property is required. string
spaceId This property is required. string
status This property is required. string
statusSummary This property is required. string
tenantTags This property is required. string[]
tenantedDeploymentParticipation This property is required. string
tenants This property is required. string[]
tentacleUrl This property is required. string
tentacleVersionDetails This property is required. GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTargetTentacleVersionDetail[]
thumbprint This property is required. string
uri This property is required. string
certificate_signature_algorithm This property is required. str
environments This property is required. Sequence[str]
has_latest_calamari This property is required. bool
health_status This property is required. str
id This property is required. str
is_disabled This property is required. bool
is_in_process This property is required. bool
machine_policy_id This property is required. str
name This property is required. str
operating_system This property is required. str
proxy_id This property is required. str
roles This property is required. Sequence[str]
shell_name This property is required. str
shell_version This property is required. str
space_id This property is required. str
status This property is required. str
status_summary This property is required. str
tenant_tags This property is required. Sequence[str]
tenanted_deployment_participation This property is required. str
tenants This property is required. Sequence[str]
tentacle_url This property is required. str
tentacle_version_details This property is required. Sequence[GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTargetTentacleVersionDetail]
thumbprint This property is required. str
uri This property is required. str
certificateSignatureAlgorithm This property is required. String
environments This property is required. List<String>
hasLatestCalamari This property is required. Boolean
healthStatus This property is required. String
id This property is required. String
isDisabled This property is required. Boolean
isInProcess This property is required. Boolean
machinePolicyId This property is required. String
name This property is required. String
operatingSystem This property is required. String
proxyId This property is required. String
roles This property is required. List<String>
shellName This property is required. String
shellVersion This property is required. String
spaceId This property is required. String
status This property is required. String
statusSummary This property is required. String
tenantTags This property is required. List<String>
tenantedDeploymentParticipation This property is required. String
tenants This property is required. List<String>
tentacleUrl This property is required. String
tentacleVersionDetails This property is required. List<Property Map>
thumbprint This property is required. String
uri This property is required. String

GetListeningTentacleDeploymentTargetsListeningTentacleDeploymentTargetTentacleVersionDetail

UpgradeLocked This property is required. bool
UpgradeRequired This property is required. bool
UpgradeSuggested This property is required. bool
Version This property is required. string
UpgradeLocked This property is required. bool
UpgradeRequired This property is required. bool
UpgradeSuggested This property is required. bool
Version This property is required. string
upgradeLocked This property is required. Boolean
upgradeRequired This property is required. Boolean
upgradeSuggested This property is required. Boolean
version This property is required. String
upgradeLocked This property is required. boolean
upgradeRequired This property is required. boolean
upgradeSuggested This property is required. boolean
version This property is required. string
upgrade_locked This property is required. bool
upgrade_required This property is required. bool
upgrade_suggested This property is required. bool
version This property is required. str
upgradeLocked This property is required. Boolean
upgradeRequired This property is required. Boolean
upgradeSuggested This property is required. Boolean
version This property is required. String

Package Details

Repository
octopusdeploy octopusdeploylabs/terraform-provider-octopusdeploy
License
Notes
This Pulumi package is based on the octopusdeploy Terraform Provider.