chore: update provider and git ignore #3
2 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -41,4 +41,6 @@ terraform.rc
|
|||
*.qcow2
|
||||
.DS_Store
|
||||
*.bkp
|
||||
.idea
|
||||
.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