renaming net-vpc-swp to net-swp

This commit is contained in:
Natalia Strelkova 2023-08-01 16:23:12 +02:00
parent a676c8e1de
commit 4bb51a42ce
9 changed files with 7 additions and 7 deletions

View File

@ -98,7 +98,7 @@ These modules are used in the examples included in this repository. If you are u
- [KMS](./kms)
- [SecretManager](./secret-manager)
- [VPC Service Control](./vpc-sc)
- [Secure Web Proxy](./net-vpc-swp)
- [Secure Web Proxy](./net-swp)
## Serverless

View File

@ -15,7 +15,7 @@ policies:
```hcl
module "secure-web-proxy" {
source = "./fabric/modules/net-vpc-swp"
source = "./fabric/modules/net-swp"
project_id = "my-project"
region = "europe-west4"
@ -35,7 +35,7 @@ module "secure-web-proxy" {
```hcl
module "secure-web-proxy" {
source = "./fabric/modules/net-vpc-swp"
source = "./fabric/modules/net-swp"
project_id = "my-project"
region = "europe-west4"
@ -136,7 +136,7 @@ resource "google_privateca_ca_pool_iam_member" "member" {
}
module "secure-web-proxy" {
source = "./fabric/modules/net-vpc-swp"
source = "./fabric/modules/net-swp"
project_id = "my-project"
region = "europe-west4"

View File

@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# file: tests/modules/net_vpc_swp/examples/basic.yaml
# file: tests/modules/net_swp/examples/basic.yaml
values:
module.secure-web-proxy.google_network_security_gateway_security_policy.policy:

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# file: tests/modules/net_vpc_swp/examples/rules.yaml
# file: tests/modules/net_swp/examples/rules.yaml
values:
module.secure-web-proxy.google_network_security_gateway_security_policy.policy:
name: "secure-web-proxy"

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# file: tests/modules/net_vpc_swp/examples/tls.yaml
# file: tests/modules/net_swp/examples/tls.yaml
values:
module.secure-web-proxy.google_network_security_gateway_security_policy.policy:
name: "secure-web-proxy"