- Update to version 3.51.0 FEATURES: * **New Data Source:** `aws_elasticache_user` (#16629) * **New Resource:** `aws_appconfig_deployment` (#20172) * **New Resource:** `aws_elasticache_user` (#16629) * **New Resource:** `aws_elasticache_user_group` (#16504) ENHANCEMENTS: * resource/aws_cloudwatch_event_target: Add support for Redshift event target. (#20256) * resource/aws_glue_crawler: Add `sample_size` argument in `s3_target` block. (#20203) * resource/aws_instance: Add support for configuration with Launch Template (#10807) * resource/aws_servicecatalog_provisioned_product: Increase timeouts to align with CloudFormation (30 min.) (#20254) * resource/aws_storagegateway_smb_file_share: Add `bucket_region`, `oplocks_enabled` and `vpc_endpoint_dns_name` arguments (#20234) BUG FIXES: * aws/resource_aws_lambda_event_source_mapping: Ignore `InvalidParameterValueException` error caused by IAM propagation when creating Lambda event source mapping with Kinesis stream source (#20229) * aws/resource_aws_route_table_association: Correctly handle `associated` as a pending state when waiting for deletion of an association (#20265) - For changes from 3.24.1 through 3.50.0, see CHANGELOG.md shipped with the package OBS-URL: https://build.opensuse.org/request/show/908912 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terraform-provider-aws?expand=0&rev=19
24 lines
945 B
Plaintext
24 lines
945 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/terraform-providers/terraform-provider-aws</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">terraform-provider-aws</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v3.51.0</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">rjschwei@suse.com</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">terraform-provider-aws</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<param name="archive">terraform-provider-aws-3.51.0.tar.gz</param>
|
|
</service>
|
|
</services>
|