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

2
.gitignore vendored
View file

@ -42,3 +42,5 @@ terraform.rc
.DS_Store .DS_Store
*.bkp *.bkp
.idea .idea
keys/*

View file

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