Skip to content

Commit

Permalink
Merge branch 'main' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 23, 2024
2 parents 3878bab + fca5204 commit 4ca4fcd
Show file tree
Hide file tree
Showing 16,155 changed files with 1,257,189 additions and 1,034,647 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 5 additions & 2 deletions .actrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Needed for testing our workflows
# The `full` variants are needed for Maven for TeamCity configuration validation
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04
-P linux=ghcr.io/catthehacker/ubuntu:full-20.04
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-22.04
-P linux=ghcr.io/catthehacker/ubuntu:act-22.04
-P custom-linux-medium=ghcr.io/catthehacker/ubuntu:act-22.04
-P custom-linux-large=ghcr.io/catthehacker/ubuntu:act-22.04
-P custom-linux-xl=ghcr.io/catthehacker/ubuntu:act-22.04
3 changes: 3 additions & 0 deletions .archive/changelog/36595.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_dynamodb_resource_policy
```
7 changes: 7 additions & 0 deletions .changelog/14270.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:bug
resource/aws_cloudformation_stack: CRLF line endings in `template_body` no longer cause erroneous diffs
```

```release-note:note
provider: When using YAML or JSON documents, such as in `template_body` of `aws_cloudformation_stack`, CRLF was previously treated as different from LF but these are now treated as equivalent in many situations
```
19 changes: 19 additions & 0 deletions .changelog/15136.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```release-note:bug
resource/aws_config_configuration_recorder: Fix `panic: interface conversion: interface {} is nil, not map[string]interface {}` when `recording_group.exclusion_by_resource_types` is empty
```

```release-note:enhancement
resource/aws_config_configuration_recorder: Add plan-time validation of `aws_config_organization_custom_rule.lambda_function_arn`
```

```release-note:bug
resource/aws_config_rule: Change `name` to [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
```

```release-note:new-resource
aws_config_retention_configuration
```

```release-note:bug
resource/aws_config_rule: Fix `InvalidParameterValueException: PolicyText is required when Owner is CUSTOM_POLICY` errors on resource Update
```
3 changes: 3 additions & 0 deletions .changelog/17457.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
aws_route53_zones
```
3 changes: 3 additions & 0 deletions .changelog/19943.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_secretsmanager_secret_version: Fix `InvalidParameterException: The parameter RemoveFromVersionId can't be empty. Staging label AWSCURRENT is currently attached to version ..., so you must explicitly reference that version in RemoveFromVersionId` errors when a secret is updated outside Terraform
```
3 changes: 3 additions & 0 deletions .changelog/20386.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_cognito_user_pool: Fixes error when `schema` has empty `string_attribute_constraints` or `number_attribute_constraints`
```
3 changes: 3 additions & 0 deletions .changelog/21834.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_batch_job_definition: Suppress unnecessary differences in `container_properties.environment`
```
7 changes: 7 additions & 0 deletions .changelog/24183.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:bug
data-source/aws_eks_cluster: Return `created_at` as an [RFC3339](https://www.rfc-editor.org/rfc/rfc3339) formatted timestamp
```

```release-note:bug
resource/aws_eks_cluster: Return `created_at` as an [RFC3339](https://www.rfc-editor.org/rfc/rfc3339) formatted timestamp
```
3 changes: 3 additions & 0 deletions .changelog/24526.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
data-source/aws_ecr_image: Add `image_uri` attribute
```
7 changes: 7 additions & 0 deletions .changelog/25036.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_pinpointsmsvoicev2_phone_number
```

```release-note:new-resource
aws_pinpointsmsvoicev2_opt_out_list
```
3 changes: 3 additions & 0 deletions .changelog/25468.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_elastic_beanstalk_application_version: Add `process` argument
```
3 changes: 3 additions & 0 deletions .changelog/25743.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
aws_ec2_transit_gateway_peering_attachments
```
3 changes: 3 additions & 0 deletions .changelog/25967.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
data-source/aws_iam_policy_document: When using multiple principals, sort them to avoid differences based only on order
```
3 changes: 3 additions & 0 deletions .changelog/26399.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_drs_replication_configuration_template
```
4 changes: 4 additions & 0 deletions .changelog/26755.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:bug
resource/aws_cloudwatch_event_connection: Add plan-time validation preventing empty `auth_parameters.oauth.oauth_http_parameters` or `auth_parameters.invocation_http_parameters`
`body`, `header` and `query_string` configuration blocks
```
3 changes: 3 additions & 0 deletions .changelog/26964.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_kinesis_firehose_delivery_stream: Fix `InvalidArgumentException: Both BufferSizeInMBs and BufferIntervalInSeconds are required to configure buffering for lambda processor` errors on resource Update
```
3 changes: 3 additions & 0 deletions .changelog/27274.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_vpc_ipv6_cidr_block_association: Add `assign_generated_ipv6_cidr_block` and `ipv6_pool` arguments
```
3 changes: 3 additions & 0 deletions .changelog/29034.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_quicksight_data_source: Add `credentials.secret_arn` argument
```
3 changes: 3 additions & 0 deletions .changelog/29415.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_rds_cluster: Add `performance_insights_enabled`, `performance_insights_kms_key_id`, and `performance_insights_retention_period` arguments
```
3 changes: 3 additions & 0 deletions .changelog/29470.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_dms_endpoint: Add `elasticsearch_settings.use_new_mapping_type` argument
```
7 changes: 7 additions & 0 deletions .changelog/29663.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:enhancement
resource/aws_db_option_group: Add `skip_destroy` argument
```

```release-note:enhancement
resource/aws_db_parameter_group: Add `skip_destroy` argument
```
3 changes: 3 additions & 0 deletions .changelog/29671.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_sesv2_configuration_set: Allow `suppression_options.suppressed_reasons` to be an empty list (`[]`) in order to disable the suppression list
```
7 changes: 7 additions & 0 deletions .changelog/29832.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_elasticache_reserved_cache_node
```

```release-note:new-data-source
aws_elasticache_reserved_cache_node_offering
```
3 changes: 3 additions & 0 deletions .changelog/29921.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_lambda_function: Ensure lambda does not get deployed if `source_code_hash` does not change.
```
3 changes: 3 additions & 0 deletions .changelog/30154.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_ecs_task_definition: Add `track_latest` argument
```
4 changes: 4 additions & 0 deletions .changelog/30167.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:enhancement
resource/aws_route53_resolver_endpoint: Add `resolver_endpoint_type` argument
resource/aws_route53_resolver_rule: Add `ipv6` optional argument to the `target_ip` object
```
3 changes: 3 additions & 0 deletions .changelog/30354.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_cloudwatch_log_group: Fix `invalid new value for .skip_destroy: was cty.False, but now null` errors
```
3 changes: 3 additions & 0 deletions .changelog/30399.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_dynamodb_table_export
```
9 changes: 9 additions & 0 deletions .changelog/30403.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```release-note:bug
resource/aws_elasticache_replication_group: Fix excessive delay on read
```
```release-note:enhancement
resource/aws_elasticache_replication_group: Add `transit_encryption_mode` argument
```
```release-note:enhancement
resource/aws_elasticache_replication_group: Changes to the `transit_encryption_enabled` argument can now be done in-place for engine versions > `7.0.5`
```
3 changes: 3 additions & 0 deletions .changelog/30493.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_elasticache_replication_group: Fix `unexpected state 'snapshotting'` errors when increasing or decreasing replica count
```
3 changes: 3 additions & 0 deletions .changelog/30721.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_dms_replication_task: Remove [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) from `replication_instance_arn`, allowing in-place migration between DMS instances
```
3 changes: 3 additions & 0 deletions .changelog/30862.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_ce_cost_category: Allow up to 3 levels of `and`, `not` and `or` operand nesting for the `rule` argument
```
3 changes: 3 additions & 0 deletions .changelog/31077.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_memorydb_cluster: Treat `snapshotting` status as pending when creating cluster
```
3 changes: 3 additions & 0 deletions .changelog/31216.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_kms_key: Add `xks_key_id` attribute
```
3 changes: 3 additions & 0 deletions .changelog/31284.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_dynamodb_table: Fix changing replicas to the default `Managed by DynamoDB` encryption setting
```
7 changes: 7 additions & 0 deletions .changelog/31436.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:bug
resource/aws_lb_target_group: Fix diff on `stickiness.cookie_name` when `stickiness.type` is `lb_cookie`
```

```release-note:bug
data-source/aws_lb_target_group: Change `deregistration_delay` from `TypeInt` to `TypeString`
```
3 changes: 3 additions & 0 deletions .changelog/31453.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
data-source/aws_acm_certificate: Mark `domain` and `tags` as Optional. This enables certificates to be matched based on tags
```
11 changes: 11 additions & 0 deletions .changelog/31737.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:new-data-source
aws_quicksight_analysis
```

```release-note:bug
resource/aws_quicksight_analysis: Properly send `theme_arn` argument on create and update when configured
```

```release-note:enhancement
resource/aws_quicksight_data_source: Add `parameters.databricks` argument
```
3 changes: 3 additions & 0 deletions .changelog/31917.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_dms_replication_task: Allow `cdc_start_time` to use [RFC3339](https://www.rfc-editor.org/rfc/rfc3339) formatted dates in addition to UNIX timestamps
```
3 changes: 3 additions & 0 deletions .changelog/32027.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_memorydb_user: Support IAM authentication mode
```
11 changes: 11 additions & 0 deletions .changelog/32204.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:new-resource
aws_verifiedpermissions_policy_store
```

```release-note:new-resource
aws_verifiedpermissions_schema
```

```release-note:new-data-source
aws_verifiedpermissions_policy_store
```
3 changes: 3 additions & 0 deletions .changelog/32205.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_verifiedpermissions_policy_template
```
3 changes: 3 additions & 0 deletions .changelog/32484.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
aws_msk_bootstrap_brokers
```
7 changes: 7 additions & 0 deletions .changelog/32710.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_ssmcontacts_rotation
```

```release-note:new-data-source
aws_ssmcontacts_rotation
```
19 changes: 19 additions & 0 deletions .changelog/33205.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```release-note:enhancement
resource/aws_lb: Allow the number of `subnets` for Network Load Balancers to be increased without recreating the resource
```

```release-note:enhancement
resource/aws_lb: Add plan-time validation that exactly one of either `subnets` or `subnet_mapping` is configured
```

```release-note:enhancement
resource/aws_lb: Allow the number of `subnet_mapping`s for Network Load Balancers to be increased without recreating the resource
```

```release-note:enhancement
resource/aws_lb: Allow the number of `subnet_mapping`s for Application Load Balancers to be changed without recreating the resource
```

```release-note:bug
resource/aws_lb: Correct in-place update of `security_groups` for Network Load Balancers when the new value is Computed
```
3 changes: 3 additions & 0 deletions .changelog/33266.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_pinpoint_email_template
```
3 changes: 3 additions & 0 deletions .changelog/33298.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-notes:enhancement
resource/aws_lakeformation_permissions: Allow `principal` to be an AWS federated-user arn
```
3 changes: 3 additions & 0 deletions .changelog/33339.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
provider: Allow `default_tags` to be set by environment variables
```
3 changes: 3 additions & 0 deletions .changelog/33393.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_ecs_account_setting_default: Remove plan-time validation of `value`
```
7 changes: 7 additions & 0 deletions .changelog/33402.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:enhancement
resource/aws_ssm_patch_baseline: Add `json` attribute to facilitate use with S3 buckets
```

```release-note:enhancement
data-source/aws_ssm_patch_baseline: Add `json` attribute to facilitate use with S3 buckets
```
3 changes: 3 additions & 0 deletions .changelog/33410.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_medialive_channel: Fixed errors related to setting the `failover_condition` argument
```
3 changes: 3 additions & 0 deletions .changelog/33412.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_instance: Fix `ReservationCapacityExceeded` errors when updating `instance_type` and `capacity_reservation_specification.capacity_reservation_target.capacity_reservation_id`
```
3 changes: 3 additions & 0 deletions .changelog/33484.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_security_group_rule: Fix `UnsupportedOperation: The functionality you requested is not available in this region` errors on Read in certain partitions
```
7 changes: 7 additions & 0 deletions .changelog/33596.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_route53domains_delegation_signer_record
```

```release-note:enhancement
resource/aws_route53domains_registered_domain: Support resource import
```
7 changes: 7 additions & 0 deletions .changelog/33653.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:enhancement
resource/aws_backup_plan: Add `rule.schedule_expression_timezone` argument
```

```release-note:enhancement
data-source/aws_backup_plan: Add `rule.schedule_expression_timezone` attribute
```
3 changes: 3 additions & 0 deletions .changelog/33713.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_appautoscaling_scheduled_action: Always send `start_time` and `end_time` values on update when configured
```
3 changes: 3 additions & 0 deletions .changelog/33731.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_dms_event_subscription: `source_ids` and `source_type` are Required
```
3 changes: 3 additions & 0 deletions .changelog/33769.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_instance: Apply default tags to volumes/block devices managed through an `aws_instance`, add `ebs_block_device.*.tags_all` and `root_block_device.*.tags_all` attributes which include default tags
```
3 changes: 3 additions & 0 deletions .changelog/34044.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_rds_cluster: Use the configured `copy_tags_to_snapshot` value when `restore_to_point_in_time` is set
```
6 changes: 6 additions & 0 deletions .changelog/34046.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
```release-note:new-data-source
aws_cognito_user_group
```
```release-note:new-data-source
aws_cognito_user_groups
```
3 changes: 3 additions & 0 deletions .changelog/34055.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_verifiedaccess_group: Add `sse_configuration` argument
```
3 changes: 3 additions & 0 deletions .changelog/34099.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_iam_instance_profile: Detect when the associated `role` no longer exists
```
3 changes: 3 additions & 0 deletions .changelog/34121.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_codebuild_project: Allow `build_batch_config` to be removed on Update
```
Loading

0 comments on commit 4ca4fcd

Please sign in to comment.