Skip to content

Commit 8482d9e

Browse files
committed
Fix multiple ip pools reservation issue
1 parent 4e46954 commit 8482d9e

File tree

7 files changed

+18
-3
lines changed

7 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2 (unreleased)
2+
3+
- Fix issue with `catalystcenter_ip_pool_reservation` resource and multiple IP pools under a single site
4+
15
## 0.1.1
26

37
- BREAKING CHANGE: Rename `https_read` attribute of `catalystcenter_assign_credentials` to `https_read_id`

docs/guides/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: |-
77

88
# Changelog
99

10+
## 0.1.2 (unreleased)
11+
12+
- Fix issue with `catalystcenter_ip_pool_reservation` resource and multiple IP pools under a single site
13+
1014
## 0.1.1
1115

1216
- BREAKING CHANGE: Rename `https_read` attribute of `catalystcenter_assign_credentials` to `https_read_id`

gen/definitions/ip_pool_reservation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: IP Pool Reservation
33
rest_endpoint: /dna/intent/api/v1/reserve-ip-subpool
4+
get_from_all: true
45
id_from_query_path: response
56
put_id_query_param: id
67
doc_category: Network Settings
@@ -13,7 +14,7 @@ attributes:
1314
test_value: catalystcenter_area.test.id
1415
- model_name: name
1516
response_model_name: groupName
16-
response_data_path: response.0.groupName
17+
response_data_path: groupName
1718
type: String
1819
id: true
1920
description: The name of the IP pool reservation

internal/provider/data_source_catalystcenter_ip_pool_reservation.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/model_catalystcenter_ip_pool_reservation.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_catalystcenter_ip_pool_reservation.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/guides/changelog.md.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: |-
77

88
# Changelog
99

10+
## 0.1.2 (unreleased)
11+
12+
- Fix issue with `catalystcenter_ip_pool_reservation` resource and multiple IP pools under a single site
13+
1014
## 0.1.1
1115

1216
- BREAKING CHANGE: Rename `https_read` attribute of `catalystcenter_assign_credentials` to `https_read_id`

0 commit comments

Comments
 (0)