mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-03 03:59:22 +01:00
4 lines
74 B
Terraform
4 lines
74 B
Terraform
|
resource "civo_network" "your_network" {
|
||
|
label = "your-network-label"
|
||
|
}
|