Skip to content

Commit

Permalink
deps: bump stackit terraform provider to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed May 14, 2024
1 parent c9f08ce commit cc3bf89
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions terraform/infrastructure/openstack/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/infrastructure/openstack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

stackit = {
source = "stackitcloud/stackit"
version = "0.16.0"
version = "0.17.0"
}

random = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "0.16.0"
version = "0.17.0"
}
}
}
Expand Down

0 comments on commit cc3bf89

Please sign in to comment.