Received: by mail.netbsd.org (Postfix, from userid 605) id 21E6484D84; Mon, 29 Jun 2020 12:13:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C47D84D83 for ; Mon, 29 Jun 2020 12:13:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AIzYLlxyQFrL for ; Mon, 29 Jun 2020 12:12:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CE3EA84D55 for ; Mon, 29 Jun 2020 12:12:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CBAA2FB28; Mon, 29 Jun 2020 12:12:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593432779140540" MIME-Version: 1.0 Date: Mon, 29 Jun 2020 12:12:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/terraform-provider-aws To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200629121259.CBAA2FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1593432779140540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 29 12:12:59 UTC 2020 Modified Files: pkgsrc/net/terraform-provider-aws: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/terraform-provider-aws/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/terraform-provider-aws/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593432779140540 Content-Disposition: inline Content-Length: 1910 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/terraform-provider-aws/Makefile diff -u pkgsrc/net/terraform-provider-aws/Makefile:1.10 pkgsrc/net/terraform-provider-aws/Makefile:1.11 --- pkgsrc/net/terraform-provider-aws/Makefile:1.10 Sat Jun 20 06:59:22 2020 +++ pkgsrc/net/terraform-provider-aws/Makefile Mon Jun 29 12:12:59 2020 @@ -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} Index: pkgsrc/net/terraform-provider-aws/distinfo diff -u pkgsrc/net/terraform-provider-aws/distinfo:1.7 pkgsrc/net/terraform-provider-aws/distinfo:1.8 --- pkgsrc/net/terraform-provider-aws/distinfo:1.7 Sat Jun 20 06:59:22 2020 +++ pkgsrc/net/terraform-provider-aws/distinfo Mon Jun 29 12:12:59 2020 @@ -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 --_----------=_1593432779140540--