terraform-provider-aws: updated to 2.68.0
v2.68.0: FEATURES: New Data Source: aws_efs_access_points New Resource: aws_wafv2_web_acl_logging_configuration ENHANCEMENTS: data-soruce/aws_ami: Add arn attribute data-source/aws_customer_gateway: Add arn attribute data-source/aws_ebs_snapshot: Add arn attribute data-source/aws_vpc_endpoint: Add arn attribute data-source/aws_vpc_endpoint_service: Add arn attribute data-source/aws_vpn_gateway: Add arn attribute resource/aws_ami: Add arn attribute and plan-time validations to architecture, volume_type and virtualization_type arguments resource/aws_ami_copy: Add arn attribute resource/aws_ami_from_instance: Add arn attribute resource/aws_customer_gateway: Add arn attribute and plan-time validations for bgp_asn, ip_address, and type arguments resource/aws_default_network_acl: Add arn attribute and plan-time validations for ingress and egress configuration block arguments resource/aws_ebs_snapshot: Add arn attribute resource/aws_ebs_snapshot: Support resource import resource/aws_ebs_snapshot_copy: Add arn attribute resource/aws_ec2_traffic_mirror_session: Add arn attribute resource/aws_ecs_service: Support deployment_controller configuration block type argument value of EXTERNAL (support external deployments) resource/aws_ecs_task_definition: Add efs_volume_configuration configuration block authorization_config, transit_encryption, and transit_encryption_port arguments (support EFS Access Points and transit encryption) resource/aws_elasticsearch_domain: Ultrawarm can now be enabled without re-creating the resource resource/aws_glue_catalog_database: Add arn attribute resource/aws_iot_policy: Support resource import resource/aws_iot_topic_rule: Add error_action configuration block resource/aws_network_acl: Add arn attribute and plan-time validations for ingress and egress configuration block arguments resource/aws_placement_group: Add arn attribute resource/aws_ses_receipt_filter: Add arn attribute and plan-time validations for all arguments resource/aws_vpn_connection: Add arn attribute resource/aws_vpc_endpoint: Add arn attribute resource/aws_vpc_endpoint_service: Add arn attribute resource/aws_vpn_gateway: Add arn attribute BUG FIXES: resource/aws_batch_compute_environment: Ensure desired_vcpus is fully optional and wait for updates resource/aws_batch_compute_environment: Remove resource from Terraform state when not found instead of returning error resource/aws_cloudtrail: Properly configure single event_selector with no data_resource and read_write_type of ReadOnly or WriteOnly resource/aws_cloudtrail: Prevent InvalidEventSelectorsException error when removing all event_selector configuration resource/aws_default_route_table: Validate CIDR blocks for misalignment before attempting to create the route to ensure Terraform can read the information after EC2 API canonicalization resource/aws_default_route_table: Ensure empty string ("") validation in cidr_block and ipv6_cidr_block arguments continues to work for Terraform 0.11 support resource/aws_ecs_service: Add plan-time validation and prevent panics with empty type argument in ordered_placement_strategy configuration block resource/aws_ecs_task_definition: Prevent showing API ordering differences in container_definitions environment variables during update plans resource/aws_elasticsearch_domain: Ensure empty string ("") validation in ebs_options volume_type argument continues to work for Terraform 0.11 support resource/aws_iot_policy: Ensure name argument updates recreate the resource resource/aws_route: Validate CIDR blocks for misalignment before attempting to create the route to ensure Terraform can read the information after EC2 API canonicalization resource/aws_route: Ensure empty string ("") validation in destination_cidr_block and destination_ipv6_cidr_block arguments continues to work for Terraform 0.11 support resource/aws_route_table: Validate CIDR blocks for misalignment before attempting to create the route to ensure Terraform can read the information after EC2 API canonicalization resource/aws_route_table: Ensure empty string ("") validation in cidr_block and ipv6_cidr_block arguments continues to work for Terraform 0.11 support resource/aws_spot_fleet_request: Prevent crash with missing placement information resource/aws_vpc_endpoint: Skip ModifyVpcEndpoint API call on tags only updates resource/aws_vpc_endpoint: Wait for acceptance when auto_accept is enabled resource/aws_wafv2_web_acl: Prevent unexpected UpdateWebACL API errors on tags only updates
This commit is contained in:
parent
df3ff0f3db
commit
65611cd5e8
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2020/06/20 06:59:22 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2020/06/29 12:12:59 adam Exp $
|
||||
|
||||
DISTNAME= terraform-provider-aws-2.67.0
|
||||
DISTNAME= terraform-provider-aws-2.68.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=terraform-providers/}
|
||||
GITHUB_PROJECT= ${PKGBASE}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2020/06/20 06:59:22 adam Exp $
|
||||
$NetBSD: distinfo,v 1.8 2020/06/29 12:12:59 adam Exp $
|
||||
|
||||
SHA1 (terraform-provider-aws-2.67.0.tar.gz) = d6949074c818e9d507155f201aa023ac7fbb2063
|
||||
RMD160 (terraform-provider-aws-2.67.0.tar.gz) = f29ae38fe892257bfd8f31fb266ba0ec21f8596d
|
||||
SHA512 (terraform-provider-aws-2.67.0.tar.gz) = 8f9fe5291ac9026fc30ab59bbae87e82cb128c7058f861d3dd2d839ac427bc1e93c50ac933efd58ef09b202930b1bf4ecab6ea0f85c6f1baf9ddf725ecc7f55c
|
||||
Size (terraform-provider-aws-2.67.0.tar.gz) = 17842325 bytes
|
||||
SHA1 (terraform-provider-aws-2.68.0.tar.gz) = 9bb6cdeb18df23b8f99578f5ffc13cc74f490952
|
||||
RMD160 (terraform-provider-aws-2.68.0.tar.gz) = 49de5ae8eeb6f1c1e74db18118e61dd38bad2480
|
||||
SHA512 (terraform-provider-aws-2.68.0.tar.gz) = a06171af133efb2a837de40fdb30f403899c6d3d92f3a4015a48c3ccd7471009dec90090e357a15172996e283f42815672d100ad82d3b2bbdd7da8135fb36184
|
||||
Size (terraform-provider-aws-2.68.0.tar.gz) = 17874469 bytes
|
||||
|
|
Loading…
Reference in a new issue