Skip to content

Commit

Permalink
added aws_launch_configuration to website md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysiyani committed Dec 14, 2020
1 parent ef3ff7e commit bccbb1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/d/launch_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ In addition to all arguments above, the following attributes are exported:
* `instance_type` - The Instance Type of the instance to launch.
* `iam_instance_profile` - The IAM Instance Profile to associate with launched instances.
* `key_name` - The Key Name that should be used for the instance.
* `metadata_options` - The metadata options for the instance.
* `http_endpoint` - The state of the metadata service: `enabled`, `disabled`.
* `http_tokens` - If session tokens are required: `optional`, `required`.
* `http_put_response_hop_limit` - The desired HTTP PUT response hop limit for instance metadata requests.
* `security_groups` - A list of associated Security Group IDS.
* `associate_public_ip_address` - Whether a Public IP address is associated with the instance.
* `vpc_classic_link_id` - The ID of a ClassicLink-enabled VPC.
Expand Down

0 comments on commit bccbb1f

Please sign in to comment.