Skip to content

Commit

Permalink
Remove mandatory attribute from groupId in endpoint resource (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-mazurkiewicz authored Apr 18, 2024
1 parent d679c14 commit 35a76d5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1 (unreleased)

- Make `groupId` attribute of `ise_endpoint` resource optional

## 0.2.0

- Add `ise_endpoint` resource and data source
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.2.1 (unreleased)

- Make `groupId` attribute of `ise_endpoint` resource optional

## 0.2.0

- Add `ise_endpoint` resource and data source
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ resource "ise_endpoint" "example" {

### Required

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

- `custom_attributes` (Map of String) Custom Attributes
- `description` (String) Description
- `group_id` (String) Identity Group ID
- `identity_store` (String) Identity Store
- `identity_store_id` (String) Identity Store Id
- `mdm_compliance_status` (Boolean) Mdm Compliance Status
Expand Down
1 change: 0 additions & 1 deletion gen/definitions/endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ attributes:
example: 00:11:22:33:44:55
- model_name: groupId
data_path: [ERSEndPoint]
mandatory: true
type: String
description: Identity Group ID
example: 3a88eec0-8c00-11e6-996c-525400b48521
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_ise_endpoint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion internal/provider/resource_ise_endpoint_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.2.1 (unreleased)

- Make `groupId` attribute of `ise_endpoint` resource optional

## 0.2.0

- Add `ise_endpoint` resource and data source
Expand Down

0 comments on commit 35a76d5

Please sign in to comment.