Skip to content

Commit 88e34d6

Browse files
authored
test: Update go.mod (#356)
* test: Update go.mod * Update README.md
1 parent 24893bb commit 88e34d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
2626
module "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"

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/terraform-ibm-modules/terraform-ibm-vpe-module
1+
module github.com/terraform-ibm-modules/terraform-ibm-vpe-gateway
22

33
go 1.20
44

0 commit comments

Comments
 (0)