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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ This is an open source software. Feel free to open issues and pull requests.
102
102
103
103
| Name | Description | Type | Default | Required |
104
104
|------|-------------|:----:|:-----:|:-----:|
105
-
| image\_id | AMI of the NAT instance| string |`"ami-04b762b4289fba92b"`| no |
105
+
| image\_id | AMI of the NAT instance. Default to the latest Amazon Linux 2 | string |`""`| no |
106
106
| 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 |
107
107
| 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 |
108
108
| name | Name for all the resources as identifier | string | n/a | yes |
0 commit comments