network.tf 74 B

123
  1. resource "civo_network" "your_network" {
  2. label = "your-network-label"
  3. }