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 f148401 commit d98b238Copy full SHA for d98b238
examples/all-combined/main.tf
@@ -231,7 +231,7 @@ data "ibm_cis" "cis_instance" {
231
232
module "vpes" {
233
source = "terraform-ibm-modules/vpe-gateway/ibm"
234
- version = "4.6.6"
+ version = "4.6.7"
235
count = var.service_endpoints == "private" ? 1 : 0
236
region = var.region
237
prefix = "vpe"
examples/trusted-profiles-authentication/main.tf
@@ -166,7 +166,7 @@ module "external_secrets" {
166
167
168
169
170
171
172
0 commit comments