v2.0.0
2.0.0 (February 9, 2022)
New Resources and DataSources
The ZIA cloud service API now includes new endpoints in order to fully support Data Loss Prevention (DLP) rule creation and updates. The following Terraform resources and data source have been added:
DATA SOURCES:
data_source_zia_device_groupPR#50 🚀data_source_zia_dlp_notification_templates.PR#53 🚀data_source_zia_dlp_web_rules.PR#53 🚀data_source_zia_dlp_engines.PR#53 🚀
RESOURCES:
resource_zia_dlp_notification_templates.PR#53🚀resource_zia_dlp_web_rules.PR#53 🚀resource_zia_dlp_engines.PR#53 🚀
UPDATES:
- Added
zia_device_groupstoresource_zia_url_filtering_rules.PR#51 🚀
New Acceptance Tests
- Added multiple acceptance tests to easily and routinely verify that Terraform Plugins produce the expected outcome. PR#54
- Added GoRelease workflow to GitHub Actions CI/CD for automatic software release.