Skip to content

Commit e460970

Browse files
fix(deps): update required_provider to latest for deployable architectures (#59)
1 parent a951b1e commit e460970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/standard/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.75.2"
6+
version = "1.76.1"
77
}
88
time = {
99
source = "hashicorp/time"
10-
version = "0.12.1"
10+
version = "0.13.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)