mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-07 15:00:10 +01:00
4 lines
74 B
HCL
4 lines
74 B
HCL
resource "civo_network" "your_network" {
|
|
label = "your-network-label"
|
|
}
|