oci_vcn_create
Create a Virtual Cloud Network in Oracle Cloud Infrastructure. Define CIDR blocks, DNS label, and compartment to establish an isolated private network.
Instructions
Create a new Virtual Cloud Network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dns_label | No | DNS label for the VCN | |
| cidr_blocks | No | CIDR blocks (e.g., ['10.0.0.0/16']) | |
| display_name | Yes | Display name for the VCN | |
| compartment_id | No | Compartment OCID (defaults to tenancy) |