get Deploy Groups
This data source provides a list of EDAS deploy groups in an Alibaba Cloud account according to the specified filters.
NOTE: Available in 1.82.0+
Example Usage
variables:
groups:
fn::invoke:
function: alicloud:edas:getDeployGroups
arguments:
appId: xxx
ids:
- xxx
outputFile: groups.txt
outputs:
firstGroupName: ${groups.groups[0].groupName}
Content copied to clipboard
Return
A collection of values returned by getDeployGroups.
Parameters
argument
A collection of arguments for invoking getDeployGroups.
suspend fun getDeployGroups(appId: String, nameRegex: String? = null, outputFile: String? = null): GetDeployGroupsResult
Return
A collection of values returned by getDeployGroups.
Parameters
app Id
ID of the EDAS application.
name Regex
A regex string to filter results by the deploy group name.
output File
File name where to save data source results (after running pulumi preview
).
See also
suspend fun getDeployGroups(argument: suspend GetDeployGroupsPlainArgsBuilder.() -> Unit): GetDeployGroupsResult
Return
A collection of values returned by getDeployGroups.
Parameters
argument
Builder for com.pulumi.alicloud.edas.kotlin.inputs.GetDeployGroupsPlainArgs.