Bump the production-dependencies group across 2 directories with 1 update
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(21 days ago)
(20 days ago)
dependencies terraform
Bumps the production-dependencies group with 1 update in the /terraform/envs/prod directory: hashicorp/aws.
Bumps the production-dependencies group with 1 update in the /terraform/envs/qa directory: hashicorp/aws.
Updates hashicorp/aws
from 6.7.0 to 6.9.0
Release notes
Sourced from hashicorp/aws's releases.
v6.9.0
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)v6.8.0
6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_association
(#43561)ENHANCEMENTS:
- data-source/aws_quicksight_user: Add
custom_permissions_name
attribute (#43613)
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_association
(#43561)ENHANCEMENTS:
- data-source/aws_quicksight_user: Add
custom_permissions_name
attribute (#43613)- data-source/aws_wafv2_web_acl: Add
resource_arn
argument to enable finding web ACLs by resource ARN (#43597)- data-source/aws_wafv2_web_acl: Add support for
CLOUDFRONT
scope
web ACLs usingresource_arn
(#43597)- resource/aws_bedrock_guardrail: Add
input_action
,output_action
,input_enabled
, andoutput_enabled
attributes tosensitive_information_policy_config.pii_entities_config
andsensitive_information_policy_config.regexes_config
configuration blocks (#43702)
... (truncated)
Commits
f7046cc
Merge pull request #43889 from hashicorp/f-changelog-version-for-releececfa08f3
Remove upcoming40c24b0
Release: Update changelog and version/version4c0d0a2
Update CHANGELOG.md for #438806855feb
Merge pull request #43880 from hashicorp/dependabot/github_actions/breathingd...9629fee
Merge pull request #43262 from Volatus/fix/ipam-cidr-netmask-length-diff43b3099
Merge pull request #43871 from dani-chmb/b-aws_ecs_service_service_connect_drift936f91c
Merge pull request #43873 from hashicorp/f-revert-4357756438b7
Merge pull request #43875 from tabito-hara/d-aws_msk_cluster-add_see_below_linksb74715a
Tweak CHANGELOG entry.- Additional commits viewable in compare view
Updates hashicorp/aws
from 6.7.0 to 6.9.0
Release notes
Sourced from hashicorp/aws's releases.
v6.9.0
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)v6.8.0
6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_association
(#43561)ENHANCEMENTS:
- data-source/aws_quicksight_user: Add
custom_permissions_name
attribute (#43613)
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_association
(#43561)ENHANCEMENTS:
- data-source/aws_quicksight_user: Add
custom_permissions_name
attribute (#43613)- data-source/aws_wafv2_web_acl: Add
resource_arn
argument to enable finding web ACLs by resource ARN (#43597)- data-source/aws_wafv2_web_acl: Add support for
CLOUDFRONT
scope
web ACLs usingresource_arn
(#43597)- resource/aws_bedrock_guardrail: Add
input_action
,output_action
,input_enabled
, andoutput_enabled
attributes tosensitive_information_policy_config.pii_entities_config
andsensitive_information_policy_config.regexes_config
configuration blocks (#43702)
... (truncated)
Commits
f7046cc
Merge pull request #43889 from hashicorp/f-changelog-version-for-releececfa08f3
Remove upcoming40c24b0
Release: Update changelog and version/version4c0d0a2
Update CHANGELOG.md for #438806855feb
Merge pull request #43880 from hashicorp/dependabot/github_actions/breathingd...9629fee
Merge pull request #43262 from Volatus/fix/ipam-cidr-netmask-length-diff43b3099
Merge pull request #43871 from dani-chmb/b-aws_ecs_service_service_connect_drift936f91c
Merge pull request #43873 from hashicorp/f-revert-4357756438b7
Merge pull request #43875 from tabito-hara/d-aws_msk_cluster-add_see_below_linksb74715a
Tweak CHANGELOG entry.- Additional commits viewable in compare view
Updates hashicorp/aws
from 6.7.0 to 6.9.0
Release notes
Sourced from hashicorp/aws's releases.
v6.9.0
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)v6.8.0
6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_association
(#43561)ENHANCEMENTS:
- data-source/aws_quicksight_user: Add
custom_permissions_name
attribute (#43613)
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_association
(#43561)ENHANCEMENTS:
- data-source/aws_quicksight_user: Add
custom_permissions_name
attribute (#43613)- data-source/aws_wafv2_web_acl: Add
resource_arn
argument to enable finding web ACLs by resource ARN (#43597)- data-source/aws_wafv2_web_acl: Add support for
CLOUDFRONT
scope
web ACLs usingresource_arn
(#43597)- resource/aws_bedrock_guardrail: Add
input_action
,output_action
,input_enabled
, andoutput_enabled
attributes tosensitive_information_policy_config.pii_entities_config
andsensitive_information_policy_config.regexes_config
configuration blocks (#43702)
... (truncated)
Commits
f7046cc
Merge pull request #43889 from hashicorp/f-changelog-version-for-releececfa08f3
Remove upcoming40c24b0
Release: Update changelog and version/version4c0d0a2
Update CHANGELOG.md for #438806855feb
Merge pull request #43880 from hashicorp/dependabot/github_actions/breathingd...9629fee
Merge pull request #43262 from Volatus/fix/ipam-cidr-netmask-length-diff43b3099
Merge pull request #43871 from dani-chmb/b-aws_ecs_service_service_connect_drift936f91c
Merge pull request #43873 from hashicorp/f-revert-4357756438b7
Merge pull request #43875 from tabito-hara/d-aws_msk_cluster-add_see_below_linksb74715a
Tweak CHANGELOG entry.- Additional commits viewable in compare view
Updates hashicorp/aws
from 6.7.0 to 6.9.0
Release notes
Sourced from hashicorp/aws's releases.
v6.9.0
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)v6.8.0
6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_association
(#43561)ENHANCEMENTS:
- data-source/aws_quicksight_user: Add
custom_permissions_name
attribute (#43613)
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
6.9.0 (August 14, 2025)
FEATURES:
ENHANCEMENTS:
- data-source/aws_eks_cluster: Add
deletion_protection
attribute (#43752)- resource/aws_cloudwatch_event_rule: Add resource identity support (#43758)
- resource/aws_cloudwatch_metric_alarm: Add resource identity support (#43759)
- resource/aws_dynamodb_table: Add
replica.deletion_protection_enabled
argument (#43240)- resource/aws_eks_cluster: Add
deletion_protection
argument (#43752)- resource/aws_lambda_function: Add resource identity support (#43821)
- resource/aws_sns_topic_data_protection_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_policy: Add resource identity support (#43830)
- resource/aws_sns_topic_subscription: Add resource identity support (#43830)
- resource/aws_subnet: Add resource identity support (#43833)
BUG FIXES:
- data-source/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for
firewall_policy.stateful_engine_options.flow_timeouts
(#43852)- resource/aws_cognito_risk_configuration: Make
account_takeover_risk_configuration.notify_configuration
optional (#33624)- resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#43816)
- resource/aws_ecs_service: Fix refreshing
service_connect_configuration
when deleted outside of Terraform (#43871)- resource/aws_lambda_function: Fix missing value for
reserved_concurrent_executions
attribute when a published version exists. This functionality requires thelambda:GetFunctionConcurrency
IAM permission (#43753)- resource/aws_s3tables_table: Fix
runtime error: invalid memory address or nil pointer dereference
panics whenGetTableMaintenanceConfiguration
returns an error (#43764)- resource/aws_sagemaker_user_profile: Fix incomplete regex for
user_profile_name
(#43807)- resource/aws_servicequotas_service_quota: Add validation, during
create
, to check if new value is less than current value of quota (#43545)- resource/aws_storagegateway_gateway: Handle
InvalidGatewayRequestException: The specified gateway is not connected
errors during Read by using theListGateways
API to return minimal information about a disconnected gateway. This functionality requires thestoragegateway:ListGateways
IAM permission (#43819)- resource/aws_vpc_ipam_pool_cidr: Fix
netmask_length
not being saved and diffed correctly (#43262)6.8.0 (August 7, 2025)
FEATURES:
- New Resource:
aws_networkfirewall_vpc_endpoint_association
(#43675)- New Resource:
aws_quicksight_custom_permissions
(#43613)- New Resource:
aws_quicksight_role_custom_permission
(#43613)- New Resource:
aws_quicksight_user_custom_permission
(#43613)- New Resource:
aws_wafv2_web_acl_rule_group_...
Description has been truncated
Pull Request Statistics
1
4
+44
-44
Package Dependencies
Technical Details
ID: | 5264736 |
UUID: | 2752228780 |
Node ID: | PR_kwDOMfoAbc6kC62s |
Host: | GitHub |
Repository: | acm-uiuc/core |
Merge State: | Unknown |