Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Add Secured Subnet
Version 1.0.0
Resolve a VCN's route table and security list, then create a subnet wired to both.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
add-secured-subnet
Resolve a VCN's route table and security list, then create a subnet using them.
Confirms the VCN, lists its route tables and security lists, and creates a subnet referencing the first route table and security list.
1
getVcn
getVcn
Confirm the VCN exists before creating a subnet in it.
2
listRouteTables
listRouteTables
List the route tables in the VCN and select the first one.
3
listSecurityLists
listSecurityLists
List the security lists in the VCN and select the first one.
4
createSubnet
createSubnet
Create a subnet in the VCN wired to the discovered route table and security list.