Skip to content

Commit 450ea5d

Browse files
committed
fix(vpc): use case typo
1 parent 9749f26 commit 450ea5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network/vpc/reference-content/use-case-basic.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- network
1414
---
1515

16-
Scaleway **V**irtual **P**rivate **N**etwork (VPC) and the accompanying range of network products, are important building blocks within the Scaleway ecosystem. By creating your Scaleway resources within a carefully thought out VPC-based infrastructure, you can maximize security, resilience and efficiency.
16+
Scaleway **V**irtual **P**rivate **C**loud (VPC) and the accompanying range of network products, are important building blocks within the Scaleway ecosystem. By creating your Scaleway resources within a carefully thought out VPC-based infrastructure, you can maximize security, resilience and efficiency.
1717

1818
Knowing how to create, combine and configure resources such as Private Networks with definable subnets, VPC routing with custom routes, IPAM to define and manage your IP addresses, and resources such as Load Balancers and Public Gateways to facilitate connectivity and traffic distribution, is invaluable in achieving control over your networking environment.
1919

@@ -99,7 +99,7 @@ The templates include an example "Task Tracker" application to show how the infr
9999

100100
The following snippet shows an extract of one of the templates:
101101

102-
```
102+
```python
103103
resource "scaleway_vpc" "vpc01" {
104104
name = "vpc_${var.app_name}"
105105
}

0 commit comments

Comments
 (0)