* fix: remove license header from files * fix: updated docs and sample --------- Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
10 lines
No EOL
163 B
HCL
10 lines
No EOL
163 B
HCL
variable "project_id" {}
|
|
variable "name" {}
|
|
|
|
provider "stackit" {
|
|
}
|
|
|
|
resource "stackit_network" "network" {
|
|
name = var.name
|
|
project_id = var.project_id
|
|
} |