We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753133a commit 84e97e8Copy full SHA for 84e97e8
examples/obs-agent-iks/main.tf
@@ -122,7 +122,7 @@ module "cloud_monitoring" {
122
123
module "scc_wp" {
124
source = "terraform-ibm-modules/scc-workload-protection/ibm"
125
- version = "1.14.2"
+ version = "1.14.3"
126
name = "${var.prefix}-scc-wp"
127
resource_group_id = module.resource_group.resource_group_id
128
region = var.region
examples/obs-agent-ocp/main.tf
@@ -109,7 +109,7 @@ module "cloud_monitoring" {
109
110
111
112
113
114
115
0 commit comments