* feat: add new attributes to git resource and datasource Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud> * review changes Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud> * review changes 2 Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud> --------- Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
13 lines
No EOL
301 B
HCL
13 lines
No EOL
301 B
HCL
resource "stackit_git" "git" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "git-example-instance"
|
|
}
|
|
|
|
resource "stackit_git" "git" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "git-example-instance"
|
|
acl = [
|
|
"0.0.0.0/0"
|
|
]
|
|
flavor = "git-100"
|
|
} |