chore: update provider and git ignore
All checks were successful
CI / Check License Header (push) Successful in 4s
CI / TruffleHog Secrets Scan (push) Successful in 4s
CI / Terraform CI (push) Successful in 9s

Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
This commit is contained in:
Mauritz_Uphoff 2025-11-12 11:57:57 +01:00
parent 879424915f
commit 28631bece7
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -41,4 +41,6 @@ terraform.rc
*.qcow2
.DS_Store
*.bkp
.idea
.idea
keys/*

View file

@ -9,7 +9,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "0.69.0"
version = "~>0.69.0"
}
random = {
source = "hashicorp/random"