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 4
4
5
5
module "dedicated_host" {
6
6
source = " terraform-ibm-modules/dedicated-host/ibm"
7
- version = " 1.1 .0"
7
+ version = " 2.0 .0"
8
8
dedicated_hosts = [
9
9
{
10
10
host_group_name = " ${ var . prefix } -dhgroup"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locals {
18
18
19
19
module "event_notification" {
20
20
source = " terraform-ibm-modules/event-notifications/ibm"
21
- version = " 1.10.22 "
21
+ version = " 2.3.6 "
22
22
resource_group_id = var. rg
23
23
name = " ${ var . prefix } -scc-event_notification"
24
24
plan = var. event_notification_plan
@@ -29,7 +29,7 @@ module "event_notification" {
29
29
30
30
module "create_scc_instance" {
31
31
source = " terraform-ibm-modules/scc/ibm"
32
- version = " 1.8.36 "
32
+ version = " 2.1.21 "
33
33
instance_name = " ${ var . prefix } -scc-instance"
34
34
plan = var. scc_plan
35
35
region = local. scc_region
@@ -49,7 +49,7 @@ module "create_scc_instance" {
49
49
module "create_profile_attachment" {
50
50
count = var. scc_profile == null || var. scc_profile == " " ? 0 : 1
51
51
source = " terraform-ibm-modules/scc/ibm//modules/attachment"
52
- version = " 1.8.36 "
52
+ version = " 2.1.21 "
53
53
profile_name = var. scc_profile
54
54
scc_instance_id = module. create_scc_instance . guid
55
55
attachment_name = " ${ var . prefix } -scc-attachment"
You can’t perform that action at this time.
0 commit comments