Skip to content

Commit

Permalink
Allow updating default policy sets and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Feb 15, 2024
1 parent 1430dd6 commit 9f1e8f5
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 90 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Added `ise_identity_source_sequence` support
- BREAKING CHANGE: Split `attribute_name` to `dictionary_name` and `attribute_name`
- BREAKING CHANGE: Removed `manage_*` variables
- Allow updating default policy sets and rules

## 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module "ise" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_ise"></a> [ise](#requirement\_ise) | >= 0.1.12 |
| <a name="requirement_ise"></a> [ise](#requirement\_ise) | >= 0.1.13 |
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.3.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.10.0 |
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 0.2.5 |
Expand Down
Loading

0 comments on commit 9f1e8f5

Please sign in to comment.