Skip to content

Commit b6b6402

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#107)
1 parent 7c4719a commit b6b6402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "ibm_is_ssh_key" "public_key" {
4747
}
4848

4949
data "ibm_is_image" "image" {
50-
name = "ibm-ubuntu-22-04-3-minimal-amd64-1"
50+
name = "ibm-ubuntu-24-04-3-minimal-amd64-3"
5151
}
5252

5353
resource "ibm_is_instance" "vsi" {

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
}
305305
],
306306
"dependency_version_2": true,
307-
"terraform_version": "1.10.5",
307+
"terraform_version": "1.12.2",
308308
"ignore_readme": true
309309
}
310310
]

0 commit comments

Comments
 (0)