terraform-provider-stackitp.../examples/resources/stackit_git/resource.tf
Mauritz Uphoff cf7a7d154e
feat: implement stackit git instances (#791)
* feat: implement stackit git instances

* review changes
2025-05-09 08:50:23 +02:00

4 lines
No EOL
124 B
HCL

resource "stackit_git" "git" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "git-example-instance"
}