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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,12 @@ This is an open source software. Feel free to open issues and pull requests.
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 |`[ "t3.nano", "t3a.nano" ]`| no |
82
-
| key\_name | Name of the key pair for the NAT instance | string |`""`| no |
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 |`[]`| no |
85
-
| private\_subnets\_cidr\_blocks | List of CIDR blocks of the private subnets | string | n/a | yes |
86
-
| public\_subnet | ID of the public subnet for the NAT instance | string | n/a | yes |
81
+
| instance\_types | Candidates of spot instance type for the NAT instance. This is used in the mixed instances policy| list |`[ "t3.nano", "t3a.nano" ]`| no |
82
+
| key\_name | Name of the key pair for the NAT instance. You can set this to assign the key pair to the NAT instance| string |`""`| no |
83
+
| name | Name for all the resources as identifier| string | n/a | yes |
84
+
| private\_route\_table\_ids | List of ID of the route tables for the private subnets. You can set this to assign the each default route to the NAT instance | list |`[]`| no |
85
+
| private\_subnets\_cidr\_blocks | List of CIDR blocks of the private subnets. The NAT instance accepts connections from this subnets| string | n/a | yes |
86
+
| public\_subnet | ID of the public subnet to place the NAT instance | string | n/a | yes |
0 commit comments