* resource create and schema/model * consider empty value in resource creation * Address issue in mapfields that came up in testing * Unit testing the mapFields func * extend update * extend read * extend datasource.go * update example * extended acceptance tests and generated docs * update description and comments * improve messages and var names, fix update acceptance test * extend acceptance tests, improve error messages
6 lines
220 B
HCL
6 lines
220 B
HCL
resource "stackit_argus_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "example-instance"
|
|
plan_name = "Monitoring-Medium-EU01"
|
|
acl = ["1.1.1.1/32", "2.2.2.2/32"]
|
|
}
|