Context = tgw_gwlb_master documentation
Github
Terraform Registry
In the Terraform module documentation which deploys an AWS Auto Scaling group configured for Gateway Load Balancer into new Centralized Security VPC for Transit Gateway (tgw_gwlb_master), the example given uses a source for tgw_gwlb, which is the template for existing VPC.
Please update the example with source tgw_gwlb_master to avoid confusion.
module "example_module" {
source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_gwlb"
version = "1.0.2"
}
Should become
module "example_module" {
source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_gwlb_master"
version = "1.0.2"
}
Context =
tgw_gwlb_masterdocumentationGithub
Terraform Registry
In the Terraform module documentation which deploys an AWS Auto Scaling group configured for Gateway Load Balancer into new Centralized Security VPC for Transit Gateway (
tgw_gwlb_master), the example given uses a source fortgw_gwlb, which is the template for existing VPC.Please update the example with source
tgw_gwlb_masterto avoid confusion.Should become