Merge pull request 'chore: update provider and git ignore' (#3) from chore/update-provider-gitignore into main
All checks were successful
CI / Check License Header (push) Successful in 3s
CI / TruffleHog Secrets Scan (push) Successful in 4s
CI / Terraform CI (push) Successful in 8s

Reviewed-on: #3
This commit is contained in:
Mauritz_Uphoff 2025-11-12 10:58:23 +00:00
commit 5fe30ffa1a
Signed by: professional-service.git.onstackit.cloud
GPG key ID: 004207B7C5DED9F7
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

@ -42,3 +42,5 @@ terraform.rc
.DS_Store
*.bkp
.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"