apt
suspend fun apt(value: Output<V2PolicyOrchestratorForOrganizationOrchestratedResourceOsPolicyAssignmentV1PayloadOsPolicyResourceGroupResourcePkgAptArgs>)
suspend fun apt(value: V2PolicyOrchestratorForOrganizationOrchestratedResourceOsPolicyAssignmentV1PayloadOsPolicyResourceGroupResourcePkgAptArgs?)
Parameters
value
A package managed by APT.
install:
apt-get update && apt-get -y install [name]
remove:
apt-get -y remove [name]
Structure is documented below.
suspend fun apt(argument: suspend V2PolicyOrchestratorForOrganizationOrchestratedResourceOsPolicyAssignmentV1PayloadOsPolicyResourceGroupResourcePkgAptArgsBuilder.() -> Unit)
Parameters
argument
A package managed by APT.
install:
apt-get update && apt-get -y install [name]
remove:
apt-get -y remove [name]
Structure is documented below.