File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # IBM Virtual Private Endpoints module
1+ # IBM Virtual Private Endpoint Gateway module
22
33[ ![ Stable (With quality checks)] ( https://img.shields.io/badge/Status-Stable%20(With%20quality%20checks)-green )] ( https://terraform-ibm-modules.github.io/documentation/#/badge-status )
44[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
@@ -24,7 +24,7 @@ provider "ibm" {
2424# Creates:
2525# - VPE
2626module "vpes" {
27- source = "terraform-ibm-modules/vpe-module /ibm"
27+ source = "terraform-ibm-modules/vpe-gateway /ibm"
2828 version = "latest" # Replace "latest" with a release version to lock into a specific release
2929 region = "us-south"
3030 prefix = "vpe"
Original file line number Diff line number Diff line change 1- module github.com/terraform-ibm-modules/terraform-ibm-vpe-module
1+ module github.com/terraform-ibm-modules/terraform-ibm-vpe-gateway
22
33go 1.20
44
You can’t perform that action at this time.
0 commit comments