This Terraform module provisions an AWS VPC Site in F5 Distributed Cloud (XC). The module supports multiple AWS VPC Site types, including "Ingress Gateway", "Ingress/Egress Gateway" or "App Stack." It simplifies the AWS VPC Site creation process by populating default parameters, managing SSH keys, and parsing the Site Apply output.
Name | Version |
---|---|
terraform | >= 1.0 |
volterra | >= 0.11.26 |
Here is a short example of how to use the module:
module "aws_vpc_site_ig" {
source = "f5devcentral/aws-vpc-site/xc"
version = "0.0.11"
site_name = "aws-ingress-gw-site"
aws_region = "eu-west-2"
master_nodes_az_names = ["eu-west-2a"]
vpc_cidr = "172.10.0.0/16"
local_subnets = ["172.10.1.0/24"]
aws_cloud_credentials_name = "your_aws_cloud_creds_name"
}
You can find additional usage examples in the "examples" folder of this module.
Contributions to this module are welcome! Please see the contribution guidelines for more information.
This module is licensed under the Apache 2.0 License.