Releases: Edgio/terraform-provider-edgecast
v1.3.5
Bug fixes:
Prevent raw_value
, raw_source
, and raw_destination
fields appearing in Terraform diff when managing Rules Engine Policy resource type.
Documentation:
Updated terraform import
command documentation to remove Account Number for CPS Certificate resource type.
Full Changelog:
v1.3.4...v1.3.5
v1.3.4
Enhancements:
- Updated provider generated documentation to reflect DNS group and DNS zone healthchecks do not require setting
content_verification
. - Updated provider generated documentation with additional changes from previous provider releases affecting CPS and Security Bot Manager resources.
- Updated readme with latest Edgio support contact information.
Bug fixes:
Update DNS group and DNS zone resources to not require content_verification
to be set when creating a health check.
Full Changelog:
v1.3.3...v1.3.4
v1.3.3
What's Changed
- recaptcha and bot manager integration with waf scopes
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Bug Fixes
- Required string arguments now validate against empty strings
- Fixed a bug where CPS Data Sources do not retry on workflow errorrs
- Fixed a bug where CPS DNS TXT Token throws an error when wait_until_available = false
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Addressed a potential issue where setting
wait_until_available=true
foredgecast_cps_dns_txt_token
andedgecast_cps_target_cname
causes the provider to wait for the data source on terraform plan. This wait time is valid, but it may not be desired behavior at plan time.
To work around this, you will need to define a variable that can be set to false
at plan time and then true
at apply time. Then, you can use it like so:
terraform apply -var 'wait_for_ec_cps_data_sources=true'
An exampe of this workaround can be found in the examples for edgecast_cps_dns_txt_token
and edgecast_cps_target_cname
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Enhancements:
- Added ReCaptcha functionality to bot manager advanced
Bug fixes:
- Added merge logic to CPS notification settings
- fixed first-match bug, empty rule name diff bug
Full Changelog: v1.2.3...v1.3.0
v1.2.3
Bug Fixes
- Fixed a bug in CPS Certificate where
deployment
properties show a diff when no changes have been made by the user.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Bug Fixes
- Fixed a bug where the provider throws an "unable to update" error for an Active CPS Certificate. This is caused by the provider attempting to send an empty payload when the Certificate has no Organization data.
- Fixed a bug where the CPS Certificate
validation_status
,modified_by
, andcreated_by
attributes were configured as arguments. This had the effect where the terraform provider constantly showed a diff when no changes are made to the terraform configuration.
Full Changelog: v1.2.1...v1.2.2