You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,16 +72,16 @@ See [init.sh](data/init.sh) for details.
72
72
This is an open source software. Feel free to open issues and pull requests.
73
73
74
74
75
-
//terraform-docs
75
+
<!--terraform-docs-->
76
76
## Inputs
77
77
78
78
| Name | Description | Type | Default | Required |
79
79
|------|-------------|:----:|:-----:|:-----:|
80
80
| image\_id | AMI of the NAT instance | string |`"ami-04b762b4289fba92b"`| no |
81
-
| instance\_types | Candidates of instance type of the NAT instance | list |`<list>`| no |
81
+
| instance\_types | Candidates of instance type of the NAT instance | list |`[ "t3.nano", "t3a.nano" ]`| no |
82
82
| key\_name | Name of the key pair for the NAT instance | string |`""`| no |
83
83
| name | Name of this NAT instance | string | n/a | yes |
84
-
| private\_route\_table\_ids | List of ID of the route tables for the private subnets. You set this to assign the each default route to the NAT instance | list |`<list>`| no |
84
+
| private\_route\_table\_ids | List of ID of the route tables for the private subnets. You set this to assign the each default route to the NAT instance | list |`[]`| no |
85
85
| private\_subnets\_cidr\_blocks | List of CIDR blocks of the private subnets | string | n/a | yes |
86
86
| public\_subnet | ID of the public subnet for the NAT instance | string | n/a | yes |
0 commit comments