-
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/v5.6.0 #524
Merged
Merged
Release/v5.6.0 #524
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
This reverts commit 866d852.
Merge in DEVEXP/terraform-provider-akamai from feature/SECKSD-23522 to feature/sp-security-january-2024
Merge in DEVEXP/terraform-provider-akamai from feature/SECKSD-21861-update-changelog to feature/sp-security-january-2024
Merge in DEVEXP/terraform-provider-akamai from feature/SECKSD-23522-matchtarget-drift to feature/sp-security-january-2024
… subprovider to support framework
wzagrajcz
approved these changes
Feb 19, 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.
5.6.0 (Feb 19, 2024)
FEATURES/ENHANCEMENTS:
Appsec
akamai_appsec_activations
andakamai_networklist_activations
resources (I#471)akamai_appsec_activations
if the config was deactivated manually (I#441 and I#442)Cloudlets
is_shared
field inakamai_cloudlets_policy
resource astrue
. (I#276)cloudlet_code
field inakamai_cloudlets_policy
resourceakamai_cloudlets_policy_activation
- readakamai_cloudlets_shared_policy
- readakamai_cloudlets_policy_activation
resourceakamai_cloudlets_policy_activation
associated_properties
was changed to optional but is still required for non-shared policiesis_shared
computed field to indicate if processing policy is sharedDNS
akamai_dns_zone
resource when nogroup
is provided:Edgeworkers
note
attribute toresource_akamai_edgeworkers_activation
resourceGTM
akamai_gtm_asmap
- reads information for a specific GTM asmapakamai_gtm_resources
- reads information for a specific GTM resources under given domainakamai_gtm_resource
- reads information for a specific GTM resourceakamai_gtm_domain
- reads information for a specific GTM domainakamai_gtm_domains
- reads list of GTM domains under a given contractakamai_gtm_cidrmap
- reads information for a specific GTM cidrmapIVM
akamai_imaging_policy_image
with new fields:serve_stale_duration
available underpolicy
allow_pristine_on_downsize
andprefer_modern_formats
available underpolicy.output
PAPI
akamai_property_bootstrap
- create, read, update and delete property without specifying rules or edgehostnames. To be used withakamai_property
resource and its new fieldproperty_id
(I#466)version_notes
,rule_warnings
andproperty_id
attributes toakamai_property
resource (I#494)data_akamai_property_rules_builder
akamai_contract
andakamai_group
datasources when there are multiple groups or contractsname
validation forakamai_property_include
resourceUpdated various dependencies
BUG FIXES:
Appsec
appsec_attack_group
andappsec_eval_group
after executing terraform plan (I#480)akamai_appsec_match_target
Cloudlets
CPS
organizational_unit
insidecsr
attribute forakamai_cps_third_party_enrollment
andakamai_cps_dv_enrollment
resources from required to optional. (PR#513)
state
insidecsr
attribute forakamai_cps_third_party_enrollment
andakamai_cps_dv_enrollment
resources from required to optional.GTM
akamai_gtm_property
resourcetraffic_target
inakamai_gtm_property
resource at the same time as changing any attribute value insidetraffic_target
will be extensiveForceNew
to thename
attribute forakamai_gtm_property
resource as it is not possible to rename it using API