-
Notifications
You must be signed in to change notification settings - Fork 574
[User Guide] Upgrade from v5.1.0 to v5.2.0
The v5.2.0
release makes the following breaking changes:
- The
threat_intelligence_allowlist
data type has changed fromlist
tomap
.
Existing users that define a threat_intelligence_allowlist
should update their configuration to use the new map
data type. For using suppling an empty value, use an empty map {}
.
threat_intelligence_allowlist = {}
Full Changelog: v5.1.0...v5.2.0
Take a look at the latest User Guide documentation and our Examples to understand the latest module configuration options, and review your implementation against the changes documented on this page.
If you're running into problems with the upgrade, please let us know via the GitHub Issues. We will do our best to point you in the right direction.
This wiki is being actively developed
If you discover any documentation bugs or would like to request new content, please raise them as an issue or feel free to contribute to the wiki via a pull request. The wiki docs are located in the repository in the docs/wiki/
folder.
- Home
- User guide
- Video guides
-
Examples
- Level 100
- Level 200
-
Level 300
- Deploy multi region networking with custom settings (Hub and Spoke)
- Deploy multi region networking with custom settings (Virtual WAN)
- Deploy with Zero Trust network principles (Hub and Spoke)
- Deploy identity resources with custom settings
- Deploy management resources with custom settings
- Expand built-in archetype definitions
- Create custom policies, initiatives and assignments
- Override module role assignments
- Control policy enforcement mode
- Policy assignments with user assigned managed identities
- Level 400
- Frequently Asked Questions
- Troubleshooting
- Contributing