Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/vpe-module/ibm to…
Browse files Browse the repository at this point in the history
… v4 (#322)

* chore(deps): update terraform terraform-ibm-modules/vpe-module/ibm to v4

* Update main.tf

* SKIP UPGRADE TEST

---------

Co-authored-by: Conall Ó Cofaigh <[email protected]>
  • Loading branch information
terraform-ibm-modules-ops and ocofaigh authored Dec 18, 2023
1 parent 709b52a commit 71abcab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-12-14T14:04:31Z",
"generated_at": "2023-12-15T14:04:31Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
4 changes: 2 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ resource "time_sleep" "wait_120_seconds" {
##############################################################################

module "vpe" {
source = "terraform-ibm-modules/vpe-module/ibm"
version = "3.2.0"
source = "terraform-ibm-modules/vpe-gateway/ibm"
version = "4.1.0"
prefix = "vpe-to-pg"
cloud_service_by_crn = [
{
Expand Down

0 comments on commit 71abcab

Please sign in to comment.