{"id":27797225,"url":"https://github.com/plus3it/terraform-aws-private-nat-gateway","last_synced_at":"2026-04-14T00:10:07.452Z","repository":{"id":289750647,"uuid":"962920747","full_name":"plus3it/terraform-aws-private-nat-gateway","owner":"plus3it","description":"Terraform module to create a Private NAT Gateway in an AWS VPC","archived":false,"fork":false,"pushed_at":"2025-04-24T20:42:57.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-30T21:14:13.445Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plus3it.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-08T22:02:21.000Z","updated_at":"2025-04-09T18:56:27.000Z","dependencies_parsed_at":"2025-04-24T21:53:03.206Z","dependency_job_id":null,"html_url":"https://github.com/plus3it/terraform-aws-private-nat-gateway","commit_stats":null,"previous_names":["plus3it/terraform-aws-private-nat-gateway"],"tags_count":0,"template":false,"template_full_name":"plus3it/repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-private-nat-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-private-nat-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-private-nat-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-private-nat-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plus3it","download_url":"https://codeload.github.com/plus3it/terraform-aws-private-nat-gateway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251782776,"owners_count":21642987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-30T21:14:16.373Z","updated_at":"2026-04-14T00:10:07.445Z","avatar_url":"https://github.com/plus3it.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-private-nat-gateway\n\nTerraform module to manage a *private* AWS NAT Gateway\n\n\u003c!-- BEGIN TFDOCS --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | n/a |\n\n## Resources\n\n| Name | Type |\n|------|------|\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_nat_gateway\"\u003e\u003c/a\u003e [nat\\_gateway](#input\\_nat\\_gateway) | Object of inputs for Private NAT Gateway configuration | \u003cpre\u003eobject({\u003cbr/\u003e    name      = string\u003cbr/\u003e    subnet_id = optional(string)\u003cbr/\u003e    tags      = optional(map(string))\u003cbr/\u003e\u003cbr/\u003e    secondary_private_ip_address_count = optional(number)\u003cbr/\u003e    secondary_private_ip_addresses     = optional(list(string))\u003cbr/\u003e\u003cbr/\u003e    subnet = optional(object({\u003cbr/\u003e      cidr_block        = string\u003cbr/\u003e      name              = string\u003cbr/\u003e      availability_zone = optional(string)\u003cbr/\u003e      tags              = optional(map(string))\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    route_table = optional(object({\u003cbr/\u003e      name = string\u003cbr/\u003e      tags = optional(map(string))\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    vpc = optional(object({\u003cbr/\u003e      id = string\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    routes = optional(list(object({\u003cbr/\u003e      name           = string\u003cbr/\u003e      route_table_id = string\u003cbr/\u003e\u003cbr/\u003e      destination_cidr_block      = optional(string)\u003cbr/\u003e      destination_ipv6_cidr_block = optional(string)\u003cbr/\u003e      destination_prefix_list_id  = optional(string)\u003cbr/\u003e\u003cbr/\u003e      carrier_gateway_id        = optional(string)\u003cbr/\u003e      core_network_arn          = optional(string)\u003cbr/\u003e      egress_only_gateway_id    = optional(string)\u003cbr/\u003e      gateway_id                = optional(string)\u003cbr/\u003e      local_gateway_id          = optional(string)\u003cbr/\u003e      nat_gateway_id            = optional(string)\u003cbr/\u003e      network_interface_id      = optional(string)\u003cbr/\u003e      transit_gateway_id        = optional(string)\u003cbr/\u003e      vpc_endpoint_id           = optional(string)\u003cbr/\u003e      vpc_peering_connection_id = optional(string)\u003cbr/\u003e    })), [])\u003cbr/\u003e  })\u003c/pre\u003e | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_nat_gateway\"\u003e\u003c/a\u003e [nat\\_gateway](#output\\_nat\\_gateway) | Object of attributes for the NAT Gateway resource |\n| \u003ca name=\"output_route_table\"\u003e\u003c/a\u003e [route\\_table](#output\\_route\\_table) | Object of attributes for the Route Table resource |\n| \u003ca name=\"output_route_table_association\"\u003e\u003c/a\u003e [route\\_table\\_association](#output\\_route\\_table\\_association) | Object of attributes for the Route Table Association resource |\n| \u003ca name=\"output_routes\"\u003e\u003c/a\u003e [routes](#output\\_routes) | Object of attributes for the Route resources |\n| \u003ca name=\"output_subnet\"\u003e\u003c/a\u003e [subnet](#output\\_subnet) | Object of attributes for the Subnet resource |\n\n\u003c!-- END TFDOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-private-nat-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus3it%2Fterraform-aws-private-nat-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-private-nat-gateway/lists"}