chore: update provider and git ignore
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
This commit is contained in:
parent
879424915f
commit
28631bece7
2 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -42,3 +42,5 @@ terraform.rc
|
|||
.DS_Store
|
||||
*.bkp
|
||||
.idea
|
||||
|
||||
keys/*
|
||||
|
|
@ -9,7 +9,7 @@ terraform {
|
|||
required_providers {
|
||||
stackit = {
|
||||
source = "stackitcloud/stackit"
|
||||
version = "0.69.0"
|
||||
version = "~>0.69.0"
|
||||
}
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
|
|
|
|||
Loading…
Reference in a new issue