File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55module "dedicated_host" {
66 source = " terraform-ibm-modules/dedicated-host/ibm"
7- version = " 1.1 .0"
7+ version = " 2.0 .0"
88 dedicated_hosts = [
99 {
1010 host_group_name = " ${ var . prefix } -dhgroup"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locals {
1818
1919module "event_notification" {
2020 source = " terraform-ibm-modules/event-notifications/ibm"
21- version = " 1.10.22 "
21+ version = " 2.2.3 "
2222 resource_group_id = var. rg
2323 name = " ${ var . prefix } -scc-event_notification"
2424 plan = var. event_notification_plan
@@ -29,7 +29,7 @@ module "event_notification" {
2929
3030module "create_scc_instance" {
3131 source = " terraform-ibm-modules/scc/ibm"
32- version = " 1.8.36 "
32+ version = " 2.1.18 "
3333 instance_name = " ${ var . prefix } -scc-instance"
3434 plan = var. scc_plan
3535 region = local. scc_region
@@ -49,7 +49,7 @@ module "create_scc_instance" {
4949module "create_profile_attachment" {
5050 count = var. scc_profile == null || var. scc_profile == " " ? 0 : 1
5151 source = " terraform-ibm-modules/scc/ibm//modules/attachment"
52- version = " 1.8.36 "
52+ version = " 2.1.18 "
5353 profile_name = var. scc_profile
5454 scc_instance_id = module. create_scc_instance . guid
5555 attachment_name = " ${ var . prefix } -scc-attachment"
You can’t perform that action at this time.
0 commit comments