Releases: opalsecurity/terraform-provider-opal
Releases · opalsecurity/terraform-provider-opal
v1.0.8
v1.0.6
What's Changed
- [OPAL-7906] Support AWS accounts in Terraform by @andrewsy-opal in #24
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- [OPAL-7665] Add new group types to terraform provider by @andrewsy-opal in #23
New Contributors
- @andrewsy-opal made their first contribution in #23
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0
BREAKING CHANGES:
- the
require_manager_approval
attribute was removed in favor ofreviewer_stage
- the
reviewer
attribute was removed in favor ofreviewer_stage
NEW FEATURES:
- adds support for multi-stage approvals
- adds support for
on_call_schedules
in group resources. Example:
resource "opal_on_call_schedule" "security_oncall_rotation" {
third_party_provider = "PAGER_DUTY"
remote_id = "PNXHVAA"
}
# Example group usage
resource "opal_group" "security" {
// ...
on_call_schedule {
id = opal_on_call_schedule.security_oncall_rotation.id
}
v0.0.16
v0.0.15
What's Changed
- [OPAL-5273] add missing require_mfa_*, recommended_duration and is_requestable by @giulio-opal in #9
Full Changelog: v0.0.14...v0.0.15