Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Teardown VCN Network
Version 1.0.0
List subnets in a VCN, delete the first subnet, then delete the VCN itself.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
teardown-vcn-network
Delete a VCN's subnet, then delete the VCN.
Confirms the VCN, lists its subnets, deletes the first subnet, then deletes the VCN to release the network.
1
getVcn
getVcn
Confirm the VCN exists before deleting dependent resources.
2
listSubnets
listSubnets
List the subnets that belong to the VCN.
3
deleteSubnet
deleteSubnet
Delete the first subnet returned for the VCN.
4
deleteVcn
deleteVcn
Delete the now-empty VCN.