Skip to content

Commit 7458d0e

Browse files
authored
deps: update terraform-provider-stackit (#3462)
1 parent bff8bce commit 7458d0e

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

terraform/infrastructure/openstack/.terraform.lock.hcl

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/infrastructure/openstack/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77

88
stackit = {
99
source = "stackitcloud/stackit"
10-
version = "0.23.0"
10+
version = "0.33.2"
1111
}
1212

1313
random = {

terraform/infrastructure/openstack/modules/stackit_loadbalancer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
stackit = {
44
source = "stackitcloud/stackit"
5-
version = "0.23.0"
5+
version = "0.33.2"
66
}
77
}
88
}

0 commit comments

Comments
 (0)