5 lines
176 B
HCL
5 lines
176 B
HCL
resource "stackit_argus_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "example-instance"
|
|
plan_name = "Monitoring-Medium-EU01"
|
|
}
|