feat: implement stackit git instances (#791)
* feat: implement stackit git instances * review changes
This commit is contained in:
parent
c7c64a5806
commit
cf7a7d154e
16 changed files with 937 additions and 96 deletions
8
stackit/internal/services/git/testdata/resource.tf
vendored
Normal file
8
stackit/internal/services/git/testdata/resource.tf
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
variable "project_id" {}
|
||||
variable "name" {}
|
||||
|
||||
resource "stackit_git" "git" {
|
||||
project_id = var.project_id
|
||||
name = var.name
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue