Skip to content

Update example source for tgw_gwlb_master #16

@chkp-gderon

Description

@chkp-gderon

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"

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions