mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
4 lines
74 B
HCL
4 lines
74 B
HCL
resource "civo_network" "your_network" {
|
|
label = "your-network-label"
|
|
}
|