validate
validate copied to clipboard
Update hashicorp/aws requirement from ~> 5.61.0 to ~> 5.62.0 in /terraform
Updates the requirements on hashicorp/aws to permit the latest version.
Release notes
Sourced from hashicorp/aws's releases.
v5.62.0
FEATURES:
- New Data Source:
aws_rds_cluster_parameter_group
(#38416)- New Data Source:
aws_secretsmanager_secret_versions
(#35411)- New Resource:
aws_ebs_snapshot_block_public_access
(#38641)- New Resource:
aws_rds_integration
(#35199)ENHANCEMENTS:
- data-source/aws_s3_bucket_object: Expand content types that can be read from S3 to include include
application/x-sql
(#38737)- data-source/aws_s3_object: Expand content types that can be read from S3 to include
application/x-sql
(#38737)- provider: Allow
default_tags
to be set by environment variables (#33339)- provider: Allow
ignore_tags.keys
andignore_tags.key_prefixes
to be set by environment variables (#35264)- resource/aws_db_option_group: Add
skip_destroy
argument (#29663)- resource/aws_db_parameter_group: Add
skip_destroy
argument (#29663)- resource/aws_dx_macsec_key_association: Add plan-time validation of
secret_arn
(#37213)- resource/aws_ecs_service: Add
force_delete
argument (#38707)- resource/aws_grafana_license_association: Add
grafana_token
argument (#38743)- resource/aws_lb_target_group: Add
target_health_state.unhealthy_draining_interval
argument (#38654)- resource/aws_lexv2models_slot: Add
sub_slot_setting
attribute (#38698)BUG FIXES:
- data-source/aws_ecr_repository_creation_template: Support
ROOT
as a valid value forprefix
(#38685)- data-source/aws_msk_broker_nodes: Filter out nodes with no broker info (#38042)
- resource/aws_appconfig_configuration_profile: Increase
name
max length validation to 128 (#37539)- resource/aws_batch_job_definition: Fix panic when checking
eks_properties
for job updates (#38716)- resource/aws_batch_job_definition: Fix panic when checking
retry_strategy
for job updates (#38716)- resource/aws_batch_job_definition: Fix panic when checking
timeout
for job updates (#38716)- resource/aws_ec2_capacity_block_reservation: Fix error during apply for missing
created_date
attribute (#38689)- resource/aws_ecr_repository_creation_template: Support
ROOT
as a valid value forprefix
(#38685)- resource/aws_elbv2_trust_store_revocation: Fix to properly return errors during resource creation (#38756)
- resource/aws_emr_cluster: Fix panic when reading an instance fleet with an empty
launch_specifications
argument (#38773)- resource/aws_lexv2models_bot: Handle
PreconditionFailedException
on delete for resources deleted out-of-band (#38661)- resource/aws_lexv2models_bot_locale: Handle
PreconditionFailedException
on delete for resources deleted out-of-band (#38661)- resource/aws_lexv2models_bot_version: Handle
PreconditionFailedException
on delete for resources deleted out-of-band (#38661)- resource/aws_networkmanager_core_network: Fix
$.network-function-groups: null found, array expected
errors when creating resource withcreate_base_policy
argument (#38642)- resource/aws_quicksight_account_subscription: Fix panic when read returns nil account info (#38752)
- resource/aws_sfn_state_machine: Mark
revision_id
andstate_machine_version_arn
as Computed on update ifpublish
istrue
(#38657)
Changelog
Sourced from hashicorp/aws's changelog.
5.62.0 (August 8, 2024)
FEATURES:
- New Data Source:
aws_rds_cluster_parameter_group
(#38416)- New Data Source:
aws_secretsmanager_secret_versions
(#35411)- New Resource:
aws_ebs_snapshot_block_public_access
(#38641)- New Resource:
aws_rds_integration
(#35199)ENHANCEMENTS:
- data-source/aws_s3_bucket_object: Expand content types that can be read from S3 to include include
application/x-sql
(#38737)- data-source/aws_s3_object: Expand content types that can be read from S3 to include
application/x-sql
(#38737)- provider: Allow
default_tags
to be set by environment variables (#33339)- provider: Allow
ignore_tags.keys
andignore_tags.key_prefixes
to be set by environment variables (#35264)- resource/aws_db_option_group: Add
skip_destroy
argument (#29663)- resource/aws_db_parameter_group: Add
skip_destroy
argument (#29663)- resource/aws_dx_macsec_key_association: Add plan-time validation of
secret_arn
(#37213)- resource/aws_ecs_service: Add
force_delete
argument (#38707)- resource/aws_grafana_license_association: Add
grafana_token
argument (#38743)- resource/aws_lb_target_group: Add
target_health_state.unhealthy_draining_interval
argument (#38654)- resource/aws_lexv2models_slot: Add
sub_slot_setting
attribute (#38698)BUG FIXES:
- data-source/aws_ecr_repository_creation_template: Support
ROOT
as a valid value forprefix
(#38685)- data-source/aws_msk_broker_nodes: Filter out nodes with no broker info (#38042)
- resource/aws_appconfig_configuration_profile: Increase
name
max length validation to 128 (#37539)- resource/aws_batch_job_definition: Fix panic when checking
eks_properties
for job updates (#38716)- resource/aws_batch_job_definition: Fix panic when checking
retry_strategy
for job updates (#38716)- resource/aws_batch_job_definition: Fix panic when checking
timeout
for job updates (#38716)- resource/aws_ec2_capacity_block_reservation: Fix error during apply for missing
created_date
attribute (#38689)- resource/aws_ecr_repository_creation_template: Support
ROOT
as a valid value forprefix
(#38685)- resource/aws_elbv2_trust_store_revocation: Fix to properly return errors during resource creation (#38756)
- resource/aws_emr_cluster: Fix panic when reading an instance fleet with an empty
launch_specifications
argument (#38773)- resource/aws_lexv2models_bot: Handle
PreconditionFailedException
on delete for resources deleted out-of-band (#38661)- resource/aws_lexv2models_bot_locale: Handle
PreconditionFailedException
on delete for resources deleted out-of-band (#38661)- resource/aws_lexv2models_bot_version: Handle
PreconditionFailedException
on delete for resources deleted out-of-band (#38661)- resource/aws_networkmanager_core_network: Fix
$.network-function-groups: null found, array expected
errors when creating resource withcreate_base_policy
argument (#38642)- resource/aws_quicksight_account_subscription: Fix panic when read returns nil account info (#38752)
- resource/aws_sfn_state_machine: Mark
revision_id
andstate_machine_version_arn
as Computed on update ifpublish
istrue
(#38657)5.61.0 (August 1, 2024)
NOTES:
- resource/aws_chatbot_teams_channel_configuration: This resource is provided on a best-effort basis, and we welcome the community's help in testing it. (#38630)
FEATURES:
... (truncated)
Commits
2b83760
Merge pull request #38774 from hashicorp/td-autoflex-testing-type-namese22df1a
Update CHANGELOG.md for #38773819631a
r/aws_emr_cluster: fix panic reading instance fleet (#38773)0f98773
Merge pull request #36009 from bschaatsbergen/migrate-service-catalog-to-v25791076
Merge pull request #38761 from hashicorp/td-autoflex-more-documentatione678f0f
Trims type namesd25fdb1
Update CHANGELOG.md for #3876086b9e6d
Removes redundant testing type9301235
Merge pull request #38760 from hashicorp/b-service-quotafd39cae
Improves name for plural/singular field name tests- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)