File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 33 "files": "go.sum|^.secrets.baseline$",
44 "lines": null
55 },
6- "generated_at": "2023-07-07T10 :32:00Z",
6+ "generated_at": "2023-07-08T10 :32:00Z",
77 "plugins_used": [
88 {
99 "name": "AWSKeyDetector"
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ resource "ibm_is_security_group_rule" "kube_cluster_rules" {
133133
134134module "kp_all_inclusive" {
135135 source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
136- version = " 4.2 .0"
136+ version = " 4.4 .0"
137137 key_protect_instance_name = " ${ var . prefix } -kp-instance"
138138 resource_group_id = module. resource_group . resource_group_id
139139 region = var. region
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ resource "ibm_is_subnet" "subnets" {
4949
5050module "kp_all_inclusive" {
5151 source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
52- version = " 4.2 .0"
52+ version = " 4.4 .0"
5353 key_protect_instance_name = " ${ var . prefix } -kp-instance"
5454 resource_group_id = module. resource_group . resource_group_id
5555 region = var. region
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ locals {
106106# Create Sysdig and Activity Tracker instance
107107module "observability_instances" {
108108 source = " terraform-ibm-modules/observability-instances/ibm"
109- version = " 2.9.2 "
109+ version = " 2.10.0 "
110110 providers = {
111111 logdna.at = logdna.at
112112 logdna.ld = logdna.ld
@@ -136,7 +136,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
136136# #############################################################################
137137module "cbr_zone" {
138138 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
139- version = " 1.12.1 "
139+ version = " 1.15.0 "
140140 name = " ${ var . prefix } -VPC-network-zone"
141141 zone_description = " CBR Network zone containing VPC"
142142 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -148,7 +148,7 @@ module "cbr_zone" {
148148
149149module "cbr_rules" {
150150 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
151- version = " 1.12.1 "
151+ version = " 1.15.0 "
152152 rule_description = " ${ var . prefix } rule for vpc flow log access to cos"
153153 enforcement_mode = " enabled"
154154 resources = [{
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ data "ibm_container_cluster_config" "cluster_config_c2" {
133133
134134module "observability_instances" {
135135 source = " terraform-ibm-modules/observability-instances/ibm"
136- version = " 2.9.2 "
136+ version = " 2.10.0 "
137137 providers = {
138138 logdna.at = logdna.at
139139 logdna.ld = logdna.ld
@@ -155,7 +155,7 @@ module "observability_instances" {
155155
156156module "observability_agents_1" {
157157 source = " terraform-ibm-modules/observability-agents/ibm"
158- version = " 1.7.4 "
158+ version = " 1.9.3 "
159159 providers = {
160160 helm = helm.helm_cluster_1
161161 }
@@ -169,7 +169,7 @@ module "observability_agents_1" {
169169
170170module "observability_agents_2" {
171171 source = " terraform-ibm-modules/observability-agents/ibm"
172- version = " 1.7.4 "
172+ version = " 1.9.3 "
173173 providers = {
174174 helm = helm.helm_cluster_2
175175 }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ resource "ibm_is_subnet" "subnet_zone_1" {
4949
5050module "kp_all_inclusive" {
5151 source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
52- version = " 4.2 .0"
52+ version = " 4.4 .0"
5353 key_protect_instance_name = " ${ var . prefix } -kp-instance"
5454 resource_group_id = module. resource_group . resource_group_id
5555 region = var. region
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 ibm = {
55 source = " ibm-cloud/ibm"
6- version = " 1.58.1"
6+ version = " >= 1.58.1"
77 }
88 }
99}
You can’t perform that action at this time.
0 commit comments