vpc-gateways

cloud-native-toolkit/vpc-gateways/ibm

Terraform Module HCL IBM

Module to provision public gateways in an IBM Cloud VPC instance

Install
module "vpc-gateways" {
source = "cloud-native-toolkit/vpc-gateways/ibm"
version = "1.10.0"
}
plain text: /constructs/tfmod-cloud-native-toolkit-vpc-gateways-ibm/install.txt
⭐ Source on GitHub 📦 Registry page
README

IBM Cloud VPC Public Gateway Terraform module to provision public gateways for an existing VPC instance. Public gateways are restricted to having a single gateway per zone, which means no more than three gateways can be created. This module will always create one gateway in each zone (three gateways total). Software dependencies The module depends on the following software components: Command-line tools - terraform - v0.15 Terraform providers - IBM Cloud provider >= 1.22.0 Module dependencies This module makes use of the output from other modules: - Resource group - github.com/terraform-ibm-modules/terraform-ibm-toolkit-resource-group - VPC - github.com/terraform-ibm-modules/terraform-ibm-toolkit-vpc Example usage Refer test cases for more details ``hcl-terraform terraform { required_provi

Inputs (6)
NameTypeDescriptionDefault
resource_group_idstringThe id of the IBM Cloud resource group where the VPC gateways will be created. required
regionstringThe IBM Cloud region where the cluster will be/has been installed. required
vpc_namestringThe name of the vpc instance required
common_tagslist(string)Common tags that should be added to the instance[]
provisionboolFlag indicating that the gateway must be provisionedtrue
tagslist(string)Tags that should be added to the instance[]
Outputs (3)
gateway_ids — List of ids of the gateways created
gateways — List of ids and zones of gateways created
count — The number of gateways created
Resources (2)
ibm_is_public_gatewaynull_resource
Details
FrameworkTerraform Module
LanguageHCL
Version1.10.0
Cloud IBM
★ Stars0
Forks2
Total downloads3.3k
Inputs6
Outputs3
Resources2
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated