aws-games / cloud-game-development-toolkit

A collection of infrastructure as code templates and configurations for deploying game development infrastructure on AWS
https://aws-games.github.io/cloud-game-development-toolkit/
MIT No Attribution
39 stars 8 forks source link

chore(deps): bump the aws-provider group across 5 directories with 1 update #389

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 1 week ago

Bumps the aws-provider group with 1 update in the /modules/jenkins directory: hashicorp/aws. Bumps the aws-provider group with 1 update in the /modules/perforce/helix-authentication-service directory: hashicorp/aws. Bumps the aws-provider group with 1 update in the /modules/perforce/helix-core directory: hashicorp/aws. Bumps the aws-provider group with 1 update in the /modules/perforce/helix-swarm directory: hashicorp/aws. Bumps the aws-provider group with 1 update in the /samples/simple-build-pipeline directory: hashicorp/aws.

Updates hashicorp/aws from 5.72.1 to 5.76.0

Release notes

Sourced from hashicorp/aws's releases.

v5.76.0

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

v5.75.1

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

v5.75.0

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.76.0 (November 14, 2024)

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

5.75.1 (November 11, 2024)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

5.75.0 (November 7, 2024)

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

... (truncated)

Commits
  • 6a49919 Update CHANGELOG.md for #40124
  • 67629ec Merge pull request #40124 from hashicorp/b-api-gateway-integration
  • acebf45 Correct typo in elasticache_replication_group regarding number of allowed sec...
  • e8fb231 Update CHANGELOG.md for #40125
  • 8b1044f build(deps): bump the aws-sdk-go-v2 group across 1 directory with 10 updates ...
  • 8d4fd10 Merge pull request #40069 from alexbacchin/f-aws_vpc_security_group_association
  • 9ed926a integration/test: Remove unneeded commented out check
  • 39316d8 Flourish of fixes
  • 402dfad Update changelog
  • 16afb99 method: Gate updates causing errors
  • Additional commits viewable in compare view


Updates hashicorp/aws from 5.72.1 to 5.76.0

Release notes

Sourced from hashicorp/aws's releases.

v5.76.0

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

v5.75.1

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

v5.75.0

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.76.0 (November 14, 2024)

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

5.75.1 (November 11, 2024)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

5.75.0 (November 7, 2024)

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

... (truncated)

Commits
  • 6a49919 Update CHANGELOG.md for #40124
  • 67629ec Merge pull request #40124 from hashicorp/b-api-gateway-integration
  • acebf45 Correct typo in elasticache_replication_group regarding number of allowed sec...
  • e8fb231 Update CHANGELOG.md for #40125
  • 8b1044f build(deps): bump the aws-sdk-go-v2 group across 1 directory with 10 updates ...
  • 8d4fd10 Merge pull request #40069 from alexbacchin/f-aws_vpc_security_group_association
  • 9ed926a integration/test: Remove unneeded commented out check
  • 39316d8 Flourish of fixes
  • 402dfad Update changelog
  • 16afb99 method: Gate updates causing errors
  • Additional commits viewable in compare view


Updates hashicorp/aws from 5.72.1 to 5.76.0

Release notes

Sourced from hashicorp/aws's releases.

v5.76.0

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

v5.75.1

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

v5.75.0

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.76.0 (November 14, 2024)

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

5.75.1 (November 11, 2024)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

5.75.0 (November 7, 2024)

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

... (truncated)

Commits
  • 6a49919 Update CHANGELOG.md for #40124
  • 67629ec Merge pull request #40124 from hashicorp/b-api-gateway-integration
  • acebf45 Correct typo in elasticache_replication_group regarding number of allowed sec...
  • e8fb231 Update CHANGELOG.md for #40125
  • 8b1044f build(deps): bump the aws-sdk-go-v2 group across 1 directory with 10 updates ...
  • 8d4fd10 Merge pull request #40069 from alexbacchin/f-aws_vpc_security_group_association
  • 9ed926a integration/test: Remove unneeded commented out check
  • 39316d8 Flourish of fixes
  • 402dfad Update changelog
  • 16afb99 method: Gate updates causing errors
  • Additional commits viewable in compare view


Updates hashicorp/aws from 5.72.1 to 5.76.0

Release notes

Sourced from hashicorp/aws's releases.

v5.76.0

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

v5.75.1

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

v5.75.0

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.76.0 (November 14, 2024)

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_user_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_user_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_launch_template: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)

5.75.1 (November 11, 2024)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add description attribute (#39980)
  • resource/aws_api_gateway_account: Add attribute reset_on_delete to properly reset CloudWatch Role ARN on deletion. (#40004)
  • resource/aws_cloudwatch_event_bus: Add description argument (#39980)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Rolls back validation of canary_settings and stage_description when stage_name not set. (#40067)
  • resource/aws_dynamodb_table: Allow table TTL to be disabled by allowing ttl[0].attribute_name to be set when ttl[0].enabled is false (#40046)
  • resource/aws_sagemaker_domain: Fix issue causing a ValidationException on updates when RStudio is disabled on the domain (#40049)

5.75.0 (November 7, 2024)

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#39929)

... (truncated)

Commits
  • 6a49919 Update CHANGELOG.md for #40124
  • 67629ec Merge pull request #40124 from hashicorp/b-api-gateway-integration
  • acebf45 Correct typo in elasticache_replication_group regarding number of allowed sec...
  • e8fb231 Update CHANGELOG.md for #40125
  • 8b1044f build(deps): bump the aws-sdk-go-v2 group across 1 directory with 10 updates ...
  • 8d4fd10 Merge pull request #40069 from alexbacchin/f-aws_vpc_security_group_association
  • 9ed926a integration/test: Remove unneeded commented out check
  • 39316d8 Flourish of fixes
  • 402dfad Update changelog
  • 16afb99 method: Gate updates causing errors
  • Additional commits viewable in compare view


Updates hashicorp/aws from 5.72.1 to 5.76.0

Release notes

Sourced from hashicorp/aws's releases.

v5.76.0

FEATURES:

  • New Resource: aws_vpc_security_group_vpc_association (#40069)

ENHANCEMENTS:

  • resource/aws_medialive_channel: Add missing h265 codec settings (#40071)

BUG FIXES:

  • resource/aws_api_gateway_integration: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters and/or cache_key_parameters (#40124)
  • resource/aws_api_gateway_method: Fix BadRequestException: Invalid mapping expression specified and NotFoundException: Invalid parameter name specified errors when making updates to request_parameters (#40124)
  • resource/aws_autoscaling_group: Handle eventual consistency issues that occur when using a launch_template that is updated causing ValidationError: You must use a valid fully-formed launch template. (#40088)
  • resource/aws_eip: Properly surface errors during deletion when ipam_pool_id is set (#40082)
  • resource/aws_elasticache_reserved_cache_node: Fix Provider returned invalid result object after apply errors (#40090)
  • resource/aws_iam_group_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_group_policy_attachments_exclusive: Add validation to prevent null values in policy_arns (#40076)
  • resource/aws_iam_instance_profile: Handle eventual consistency issues that occur when this resource is updated and has dependents (#40088)
  • resource/aws_iam_role_policies_exclusive: Add validation to prevent null values in policy_names (#40076)
  • resource/aws_iam_role_po... _Description has been truncated_