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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,13 +94,16 @@ data "aws_ami" "ubuntu-xenial" {
94
94
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
95
95
## Requirements
96
96
97
-
No requirements.
97
+
| Name | Version |
98
+
|------|---------|
99
+
| terraform | >= 0.12.6 |
100
+
| aws | >= 2.65 |
98
101
99
102
## Providers
100
103
101
104
| Name | Version |
102
105
|------|---------|
103
-
| aws |n/a|
106
+
| aws |>= 2.65|
104
107
105
108
## Inputs
106
109
@@ -121,6 +124,7 @@ No requirements.
121
124
| ipv6\_address\_count | A number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. |`number`|`null`| no |
122
125
| ipv6\_addresses | Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface |`list(string)`|`null`| no |
123
126
| key\_name | The key name to use for the instance |`string`|`""`| no |
127
+
| metadata\_options | Customize the metadata options of the instance |`map(string)`|`{}`| no |
124
128
| monitoring | If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`false`| no |
125
129
| name | Name to be used on all resources as prefix |`string`| n/a | yes |
126
130
| network\_interface | Customize network interfaces to be attached at instance boot time |`list(map(string))`|`[]`| no |
@@ -153,6 +157,7 @@ No requirements.
153
157
| instance\_state | List of instance states of instances |
154
158
| ipv6\_addresses | List of assigned IPv6 addresses of instances |
155
159
| key\_name | List of key names of instances |
160
+
| metadata\_options | List of metadata options of instances |
156
161
| password\_data | List of Base-64 encoded encrypted password data for the instance |
157
162
| placement\_group | List of placement groups of instances |
158
163
| primary\_network\_interface\_id | List of IDs of the primary network interface of instances |
0 commit comments