-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v6.0.0 #536
Merged
Merged
Release/v6.0.0 #536
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-3327 to develop
…e are deprecated with a scheduled end-of-life in v7.0.0 of our provider use the akamai_appsec_configuration instead
…take suppress plan changes for existing terraform state
…to akamai terraform provider
dawiddzhafarov
approved these changes
Mar 26, 2024
lkowalsk-akamai-com
approved these changes
Mar 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
6.0.0 (Mar 26, 2024)
BREAKING CHANGES:
General
PAPI
akamai_edge_hostname
resource is attempted with an existing edge hostname.akamai_edge_hostname
resource for the immutable fields: 'product_id' and 'certificate'.FEATURES/ENHANCEMENTS:
Global
request_limit
or environment variableAKAMAI_REQUEST_LIMIT
This behavior can be disabled using
retry_disabled
field fromakamai
provider configuration or via environment variableAKAMAI_RETRY_DISABLED
.It can be fine-tuned using following fields or environment variables:
retry_max
orAKAMAI_RETRY_MAX
- The maximum number retires of API requests, default is 10retry_wait_min
orAKAMAI_RETRY_WAIT_MIN
- The minimum wait time in seconds between API requests retries, default is 1 secretry_wait_max
orAKAMAI_RETRY_WAIT_MAX
- The maximum wait time in minutes between API requests retries, default is 30 secAppsec
akamai_appsec_penalty_box_conditions
- read and updateakamai_appsec_eval_penalty_box_conditions
- read and updateakamai_appsec_penalty_box_conditions
- readakamai_appsec_eval_penalty_box_conditions
- readCPS
org_id
,assigned_slots
,staging_slots
andproduction_slots
todata_akamai_cps_enrollment
anddata_akamai_cps_enrollments
data sourcesEdgeworkers
akamai_edgeworkers_activation
andresource_akamai_edgeworker
resourcesakamai_edgeworker_activation
datasourceGTM
precedence
insidetraffic_target
inakamai_gtm_property
resource andakamai_gtm_domain
data sourcesign_and_serve
andsign_and_serve_algorithm
inakamai_gtm_domain
data source and resourcehttp_method
,http_request_body
,alternate_ca_certificates
andpre_2023_security_posture
insideliveness_test
inakamai_gtm_property
resource andakamai_gtm_domain
data sourceranked-failover
properties inakamai_gtm_property
resourceakamai_gtm_asmap
,akamai_gtm_domain
,akamai_gtm_geomap
,akamai_gtm_property
andakamai_gtm_resource
resourcesIMAGING
activate_on_production
is true, fetch the policy state from the production network; otherwise, obtain it from the staging environment.PAPI
contract_id
,group_id
,latest_version
,note
,production_version
,product_id
,property_id
,rule_format
,staging_version
data_akamai_property_rules_builder
is now supportingv2024-02-12
rule formatBUG FIXES:
Appsec
Cloudlets
json
attribute for data sources:akamai_cloudlets_api_prioritization_match_rule
akamai_cloudlets_application_load_balancer_match_rule
akamai_cloudlets_audience_segmentation_match_rule
akamai_cloudlets_edge_redirector_match_rule
akamai_cloudlets_forward_rewrite_match_rule
akamai_cloudlets_phased_release_match_rule
akamai_cloudlets_request_control_match_rule
akamai_cloudlets_visitor_prioritization_match_rule
CPS
akamai_cps_dv_enrollment
andakamai_cps_third_party_enrollment
for
admin_contact
andtech_contact
attributes:organization
address_line_one
city
region
postal_code
country_code
PAPI
origin_certs_to_honor
field fromorigin
behavior mandates presence of emptycustom_certificate_authorities
and/orcustom_certificates
options insideorigin
behavior forakamai_property_rules_builder
datasource (I#515)DEPRECATIONS
akamai_appsec_selected_hostnames
data source and resource are deprecated with a scheduled end-of-life in v7.0.0 of our provider. Use theakamai_appsec_configuration
instead.