Update documentation to reflect the addition of associate_public_ip_address to the aws_instance resource
This commit is contained in:
parent
974074fee9
commit
8d2e232602
|
@ -31,6 +31,7 @@ The following arguments are supported:
|
||||||
If you are within a VPC, you'll need to use the security group ID. Otherwise,
|
If you are within a VPC, you'll need to use the security group ID. Otherwise,
|
||||||
for EC2, use the security group name.
|
for EC2, use the security group name.
|
||||||
* `subnet_id` - (Optional) The VPC Subnet ID to launch in.
|
* `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.
|
||||||
* `source_dest_check` - (Optional) Controls if traffic is routed to the instance when
|
* `source_dest_check` - (Optional) Controls if traffic is routed to the instance when
|
||||||
the destination address does not match the instance. Used for NAT or VPNs. Defaults false.
|
the destination address does not match the instance. Used for NAT or VPNs. Defaults false.
|
||||||
* `user_data` - (Optional) The user data to provide when launching the instance.
|
* `user_data` - (Optional) The user data to provide when launching the instance.
|
||||||
|
@ -48,4 +49,3 @@ The following attributes are exported:
|
||||||
* `public_ip` - The public IP address.
|
* `public_ip` - The public IP address.
|
||||||
* `security_groups` - The associated security groups.
|
* `security_groups` - The associated security groups.
|
||||||
* `subnet_id` - The VPC subnet ID.
|
* `subnet_id` - The VPC subnet ID.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue