Skip to content

Commit 35a76d5

Browse files
Remove mandatory attribute from groupId in endpoint resource (#49)
1 parent d679c14 commit 35a76d5

File tree

7 files changed

+14
-4
lines changed

7 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1 (unreleased)
2+
3+
- Make `groupId` attribute of `ise_endpoint` resource optional
4+
15
## 0.2.0
26

37
- Add `ise_endpoint` resource and data source

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.2.1 (unreleased)
11+
12+
- Make `groupId` attribute of `ise_endpoint` resource optional
13+
1014
## 0.2.0
1115

1216
- Add `ise_endpoint` resource and data source

docs/resources/endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ resource "ise_endpoint" "example" {
3131

3232
### Required
3333

34-
- `group_id` (String) Identity Group ID
3534
- `mac` (String) MAC address of the endpoint
3635
- `name` (String) The name of the endpoint
3736
- `static_group_assignment` (Boolean) Static Group Assignment
@@ -41,6 +40,7 @@ resource "ise_endpoint" "example" {
4140

4241
- `custom_attributes` (Map of String) Custom Attributes
4342
- `description` (String) Description
43+
- `group_id` (String) Identity Group ID
4444
- `identity_store` (String) Identity Store
4545
- `identity_store_id` (String) Identity Store Id
4646
- `mdm_compliance_status` (Boolean) Mdm Compliance Status

gen/definitions/endpoint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ attributes:
2323
example: 00:11:22:33:44:55
2424
- model_name: groupId
2525
data_path: [ERSEndPoint]
26-
mandatory: true
2726
type: String
2827
description: Identity Group ID
2928
example: 3a88eec0-8c00-11e6-996c-525400b48521

internal/provider/resource_ise_endpoint.go

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

internal/provider/resource_ise_endpoint_test.go

Lines changed: 0 additions & 1 deletion
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.2.1 (unreleased)
11+
12+
- Make `groupId` attribute of `ise_endpoint` resource optional
13+
1014
## 0.2.0
1115

1216
- Add `ise_endpoint` resource and data source

0 commit comments

Comments
 (0)