Skip to content

Commit 7269aae

Browse files
Added databases field to VPC Subnet documentation (#2239)
* Added databases field to VPC Subnet documentation * Fix typos * Addressed PR comments
1 parent 7d1073c commit 7269aae

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

docs/data-sources/vpc_subnet.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ In addition to all arguments above, the following attributes are exported:
5454

5555
* `active` - Whether the Interface is actively in use.
5656

57+
* `databases` - A list of Managed databases assigned to the VPC Subnet.
58+
59+
* `id` - ID of a managed database assigned to the VPC Subnet.
60+
61+
* `ipv4_range` - IPv4 range assigned to the database.
62+
63+
* `ipv6_ranges` - A list of IPv6 ranges assigned to the database.
64+
65+
* `range` - An IPv6 address range in CIDR notation.
66+
5767
* `created` - The date and time when the VPC Subnet was created.
5868

5969
* `updated` - The date and time when the VPC Subnet was last updated.

docs/data-sources/vpc_subnets.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ Each Linode VPC subnet will be stored in the `vpc_subnets` attribute and will ex
6767

6868
* `active` - Whether the Interface is actively in use.
6969

70+
* `databases` - A list of Managed databases assigned to the VPC Subnet.
71+
72+
* `id` - ID of a managed database assigned to the VPC Subnet.
73+
74+
* `ipv4_range` - IPv4 range assigned to the database.
75+
76+
* `ipv6_ranges` - A list of IPv6 ranges assigned to the database.
77+
78+
* `range` - An IPv6 address range in CIDR notation.
79+
7080
* `created` - The date and time when the VPC Subnet was created.
7181

7282
* `updated` - The date and time when the VPC Subnet was last updated.

docs/resources/vpc_subnet.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,19 @@ In addition to all the arguments above, the following attributes are exported.
7777

7878
* `id` - The ID of the VPC Subnet.
7979

80-
* `linodes` - A list of Linode that added to this subnet.
80+
* `linodes` - A list of Linodes added to this subnet.
8181
* `id` - ID of the Linode
8282
* `interfaces` - A list of networking interfaces objects.
8383
* `id` - ID of the interface.
8484
* `config_id` - ID of Linode Config that the interface is associated with. `null` for a Linode Interface.
8585
* `active` - Whether the Interface is actively in use.
8686

87+
* `databases` - A list of Managed databases assigned to the VPC Subnet.
88+
* `id` - ID of a managed database assigned to the VPC Subnet.
89+
* `ipv4_range` - IPv4 range assigned to the database.
90+
* `ipv6_ranges` - A list of IPv6 ranges assigned to the database.
91+
* `range` - An IPv6 address range in CIDR notation.
92+
8793
* `created` - The date and time when the VPC was created.
8894

8995
* `updated` - The date and time when the VPC was last updated.

0 commit comments

Comments
 (0)