12 lines
No EOL
180 B
HCL
12 lines
No EOL
180 B
HCL
|
|
variable "project_id" {}
|
|
variable "name" {}
|
|
|
|
provider "stackit" {
|
|
test = "test"
|
|
}
|
|
|
|
resource "stackit_network" "network" {
|
|
name = var.name
|
|
project_id = var.project_id
|
|
} |