From 1901533bea55823a299882d9fa37c92a41758a0e Mon Sep 17 00:00:00 2001 From: Veaceslav Mindru Date: Wed, 10 Feb 2016 19:31:07 +0100 Subject: [PATCH] aws instance docs associate_public_ip_address - missing explicit mentioning that this is a bool. --- website/source/docs/providers/aws/r/instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/instance.html.markdown b/website/source/docs/providers/aws/r/instance.html.markdown index 2cca6e819..57fd94520 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -52,7 +52,7 @@ instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/Use If you are within a non-default VPC, you'll need to use `vpc_security_group_ids` instead. * `vpc_security_group_ids` - (Optional) A list of security group IDs to associate with. * `subnet_id` - (Optional) The VPC Subnet ID to launch in. -* `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC. +* `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC. Boolean value. * `private_ip` - (Optional) Private IP address to associate with the instance in a VPC. * `source_dest_check` - (Optional) Controls if traffic is routed to the instance when