Skip to content

Releases: Edgio/terraform-provider-edgecast

v1.3.5

02 Oct 17:46
d8b993c
Compare
Choose a tag to compare

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

10 Oct 16:26
76ffcaf
Compare
Choose a tag to compare

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

02 May 02:20
585d290
Compare
Choose a tag to compare

What's Changed

  • recaptcha and bot manager integration with waf scopes

Full Changelog: v1.3.2...v1.3.3

v1.3.2

28 Apr 23:15
3f3c40a
Compare
Choose a tag to compare

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

21 Apr 23:59
7db7c32
Compare
Choose a tag to compare

What's Changed

  • Addressed a potential issue where setting wait_until_available=true for edgecast_cps_dns_txt_token and edgecast_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

20 Apr 20:03
d283c18
Compare
Choose a tag to compare

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

13 Apr 16:46
ce0ba9c
Compare
Choose a tag to compare

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

11 Apr 02:42
d4f1fec
Compare
Choose a tag to compare

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, and created_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

v1.2.1

27 Mar 23:30
d58a38d
Compare
Choose a tag to compare

Bug Fix

  • BotManager doc regeneration

Full Changelog: v1.2.0...v1.2.1

v1.2.0

27 Mar 18:14
4df9cbf
Compare
Choose a tag to compare

Enhancements

  • Support for Bot Manager (Advanced)

Full Changelog: v1.1.1...v1.2.0