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 888298e commit fedfa84Copy full SHA for fedfa84
examples/complete/main.tf
@@ -177,7 +177,7 @@ resource "time_sleep" "wait_120_seconds" {
177
178
module "vpe" {
179
source = "terraform-ibm-modules/vpe-gateway/ibm"
180
- version = "4.5.0"
+ version = "4.6.6"
181
prefix = "vpe-to-pg"
182
cloud_service_by_crn = [
183
{
solutions/standard/version.tf
@@ -5,7 +5,7 @@ terraform {
5
required_providers {
6
ibm = {
7
source = "IBM-Cloud/ibm"
8
- version = "1.78.3"
+ version = "1.78.4"
9
}
10
time = {
11
source = "hashicorp/time"
0 commit comments