Skip to content

Commit 6e10a7a

Browse files
committed
doc: fixed typos
1 parent 332cc9b commit 6e10a7a

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
@@ -136,13 +136,13 @@ module.subnets.ibm_is_vpc_address_prefix.subnet_prefix["gcat-multizone-subnet-c"
136136

137137
The `terraform-ibm-landing-zone-vpc` module previously included built-in VPN provisioning via the `vpn_gateways` variable. That functionality has now been extracted into a dedicated `terraform-ibm-site-to-site-vpn` module for better modularity, flexibility, and maintainability.
138138

139-
> **Note:** The legacy VPN logic within the Landing Zone VPC module is still available *for now*, but it is officially **deprecated** and will be removed in an upcoming major release.
139+
> **Note:** The legacy VPN logic within the IBM Cloud Landing Zone VPC module is **deprecated** and will be removed in an upcoming major release.
140140
141141
## Migration Steps
142142

143143
### 1. Retain Legacy Behavior (Deprecated)
144144

145-
If you're still using `vpn_gateways` within the Landing Zone VPC module, it will continue to workfor now. However, you should see a deprecation warning:
145+
If you are still using `vpn_gateways` within the IBM Cloud Landing Zone VPC module, it will continue to work for now. However, you should see a deprecation warning:
146146

147147
```hcl
148148
module "landing_zone_vpc" {

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ locals {
413413
##############################################################################
414414
# Create VPN Gateways
415415
##############################################################################
416-
# ⚠️ Provisioning of VPN Gatways will soon be deprecated
416+
# ⚠️ Provisioning of VPN Gateways will soon be deprecated.
417417
# Please refer [IBM Cloud site-to-site VPN](https://github.com/terraform-ibm-modules/terraform-ibm-site-to-site-vpn/blob/main/README.md#usage) module.
418418

419419
locals {

0 commit comments

Comments
 (0)