Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.51 KB

File metadata and controls

25 lines (21 loc) · 1.51 KB

Inputs

Name Description Type Default Required
create_nat_gateway n/a bool true no
create_public_ip Should we create a public IP or not? bool true no
environment Project environment string n/a yes
label_order Label order, e.g. sequence of application name and environment name,environment,'attribute' [webserver,qa,devops,public,] . list(any)
[
"name",
"environment"
]
no
location Azure region to use string n/a yes
managedby ManagedBy, eg ''. string "" no
name Name (e.g. app or cluster). string "" no
name_prefix Optional prefix for the generated name string "" no
nat_gateway_custom_name Custom name for Nat gateway string null no
nat_gateway_idle_timeout Idle timeout configuration in minutes for Nat Gateway number 4 no
public_ip_custom_name Custom name for public IP string null no
public_ip_ids List of public ips to use. Create one ip if not provided list(string) [] no
public_ip_zones Public ip Zones to configure. list(string) null no
repository Terraform current module repo string "" no
resource_group_name Name of the resource group to use string n/a yes
subnet_ids Ids of subnets to associate with the Nat Gateway list(string) [] no

Outputs

No output.