Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 933 Bytes

File metadata and controls

40 lines (30 loc) · 933 Bytes
page_title upcloud_ip_addresses Data Source - terraform-provider-upcloud
subcategory Network
description Returns a set of IP Addresses that are associated with the UpCloud account.

upcloud_ip_addresses (Data Source)

Returns a set of IP Addresses that are associated with the UpCloud account.

Example Usage

data "upcloud_ip_addresses" "all_ip_addresses" {}

Schema

Read-Only

Nested Schema for addresses

Read-Only:

  • access (String)
  • address (String)
  • family (String)
  • floating (Boolean)
  • mac (String)
  • part_of_plan (Boolean)
  • ptr_record (String)
  • server (String)
  • zone (String)