From 0a16e6865f8e20dea2ba8ef283a28cb86c56c915 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 19 Apr 2018 14:52:22 +0200 Subject: [PATCH] enhance documentation with server public_ip parameter --- website/docs/r/server.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/server.html.markdown b/website/docs/r/server.html.markdown index 473670a51..fa6390ac1 100644 --- a/website/docs/r/server.html.markdown +++ b/website/docs/r/server.html.markdown @@ -37,6 +37,7 @@ The following arguments are supported: * `tags` - (Optional) list of tags for server * `enable_ipv6` - (Optional) enable ipv6 * `dynamic_ip_required` - (Optional) make server publicly available +* `public_ip` - (Optional) set a public ip previously created (a real ip is expected here, not its resource id) * `security_group` - (Optional) assign security group to server * `volume` - (Optional) attach additional volumes to your instance (see below) * `public_ipv6` - (Read Only) if `enable_ipv6` is set this contains the ipv6 address of your instance