-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Context = tgw_gwlb_master documentation
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"
}
Metadata
Metadata
Assignees
Labels
No labels