File tree Expand file tree Collapse file tree
website/source/docs/providers/aws/r Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ IMPROVEMENTS:
2626 * providers/aws: Security group rules can be updated without a
2727 destroy/create.
2828 * providers/aws: You can enable and disable dns settings for VPCs. [ GH-172 ]
29+ * providers/aws: Can specify a private IP address for ` aws_instance ` [ GH-217 ]
2930
3031BUG FIXES:
3132
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ The following arguments are supported:
3232 for EC2, use the security group name.
3333* ` subnet_id ` - (Optional) The VPC Subnet ID to launch in.
3434* ` associate_public_ip_address ` - (Optional) Associate a public ip address with an instance in a VPC.
35+ * ` proviate_ip ` - (Optional) Private IP address to associate with the
36+ instance in a VPC.
3537* ` source_dest_check ` - (Optional) Controls if traffic is routed to the instance when
3638 the destination address does not match the instance. Used for NAT or VPNs. Defaults false.
3739* ` user_data ` - (Optional) The user data to provide when launching the instance.
You can’t perform that action at this time.
0 commit comments