Skip to content

Commit

Permalink
Add deprecation messaging to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Jun 15, 2022
1 parent 6956642 commit 2c9710a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data-sources/floating_ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ page_title: "DigitalOcean: digitalocean_floating_ip"

# digitalocean_floating_ip

~> **Deprecated:** DigitalOcean Floating IPs have been reserved IPs. This data source will be removed in a future release. Please use `digitalocean_reserved_ip` instead.

Get information on a floating ip. This data source provides the region and Droplet id
as configured on your DigitalOcean account. This is useful if the floating IP
in question is not managed by Terraform or you need to find the Droplet the IP is
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/floating_ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ page_title: "DigitalOcean: digitalocean_floating_ip"

# digitalocean\_floating_ip

~> **Deprecated:** DigitalOcean Floating IPs have been reserved IPs. This resource will be removed in a future release. Please use `digitalocean_reserved_ip` instead.

Provides a DigitalOcean Floating IP to represent a publicly-accessible static IP addresses that can be mapped to one of your Droplets.

~> **NOTE:** Floating IPs can be assigned to a Droplet either directly on the `digitalocean_floating_ip` resource by setting a `droplet_id` or using the `digitalocean_floating_ip_assignment` resource, but the two cannot be used together.
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/floating_ip_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ page_title: "DigitalOcean: digitalocean_floating_ip_assignment"

# digitalocean\_floating_ip_assignment

~> **Deprecated:** DigitalOcean Floating IPs have been reserved IPs. This resource will be removed in a future release. Please use `digitalocean_reserved_ip_assignment` instead.

Provides a resource for assigning an existing DigitalOcean Floating IP to a Droplet. This
makes it easy to provision floating IP addresses that are not tied to the lifecycle of your
Droplet.
Expand Down

0 comments on commit 2c9710a

Please sign in to comment.