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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -169,13 +169,13 @@ No requirements.
169
169
| image\_id | AMI of the NAT instance. Default to the latest Amazon Linux 2 |`string`|`""`| no |
170
170
| instance\_types | Candidates of spot instance type for the NAT instance. This is used in the mixed instances policy |`list`| <pre>[<br> "t3.nano",<br> "t3a.nano"<br>]</pre> | no |
171
171
| 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 |
172
-
| name | Name for all the resources as identifier |`any`| n/a | yes |
172
+
| name | Name for all the resources as identifier |`string`| n/a | yes |
173
173
| 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 |
174
-
| private\_subnets\_cidr\_blocks | List of CIDR blocks of the private subnets. The NAT instance accepts connections from this subnets |`any`| n/a | yes |
175
-
| public\_subnet | ID of the public subnet to place the NAT instance |`any`| n/a | yes |
174
+
| private\_subnets\_cidr\_blocks | List of CIDR blocks of the private subnets. The NAT instance accepts connections from this subnets |`list`| n/a | yes |
175
+
| public\_subnet | ID of the public subnet to place the NAT instance |`string`| n/a | yes |
176
176
| tags | Tags applied to resources created with this module |`map`|`{}`| no |
177
177
| use\_spot\_instance | Whether to use spot or on-demand EC2 instance |`bool`|`true`| no |
0 commit comments