You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oxide_ip_pool_silo_link: use composite attributes for id
The `id` attribute for the `oxide_ip_pool_silo_link` resource
now uses the format `IP_POOL_ID/SILO_ID`, matching the
`oxide_subnet_pool_silo_link` resource.
Closes SSE-348.
Copy file name to clipboardExpand all lines: .changelog/0.21.0.toml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
[[breaking]]
2
2
3
3
[[features]]
4
+
title = "`oxide_ip_pool_silo_link`"
5
+
description = "The `id` attribute for the `oxide_ip_pool_silo_link` resource now uses the format `IP_POOL_ID/SILO_ID`, matching the `oxide_subnet_pool_silo_link` resource. [#794](https://github.com/oxidecomputer/terraform-provider-oxide/pull/794)"
-`delete` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
39
47
-`read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
40
48
-`update` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
49
+
50
+
## Import
51
+
52
+
Import is supported using the following syntax:
53
+
54
+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
55
+
56
+
```shell
57
+
# Import ID is the format `${SUBNET_POOL_ID}/${SILO_ID}`.
0 commit comments