Skip to content

Commit a292625

Browse files
committed
website: private IP docs
1 parent d7b8a56 commit a292625

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

3031
BUG FIXES:
3132

website/source/docs/providers/aws/r/instance.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)