22
33FEATURES:
44
5+ * ** New provider: ` tls ` ** - A utility provider for generating TLS keys/self-signed certificates for development and testing [ GH-2778 ]
6+ * ** New provider: ` dyn ` ** - Manage DNS records on Dyn
57 * ** New resource: ` aws_cloudformation_stack ` ** [ GH-2636 ]
68 * ** New resource: ` aws_cloudtrail ` ** [ GH-3094 ]
79 * ** New resource: ` aws_route ` ** [ GH-3548 ]
810 * ** New resource: ` aws_codecommit_repository ` ** [ GH-3274 ]
911 * ** New resource: ` aws_kinesis_firehose_delivery_stream ` ** [ GH-3833 ]
10- * ** New provider: ` tls ` ** - A utility provider for generating TLS keys/self-signed certificates for development and testing [ GH-2778 ]
1112 * ** New resource: ` google_sql_database ` and ` google_sql_database_instance ` ** [ GH-3617 ]
1213 * ** New resource: ` google_compute_global_address ` ** [ GH-3701 ]
1314 * ** New resource: ` google_compute_https_health_check ` ** [ GH-3883 ]
@@ -27,13 +28,15 @@ IMPROVEMENTS:
2728 * provider/google: Accurate Terraform Version [ GH-3554 ]
2829 * provider/google: Simplified auth (DefaultClient support) [ GH-3553 ]
2930 * provider/google: automatic_restart, preemptible, on_host_maintenance options [ GH-3643 ]
31+ * provider/google: read credentials as contents instead of path [ GH-3901 ]
3032 * null_resource: enhance and document [ GH-3244 , GH-3659 ]
3133 * provider/aws: Add CORS settings to S3 bucket [ GH-3387 ]
3234 * provider/aws: Add notification topic ARN for ElastiCache clusters [ GH-3674 ]
3335 * provider/aws: Add ` kinesis_endpoint ` for configuring Kinesis [ GH-3255 ]
3436 * provider/aws: Add a computed ARN for S3 Buckets [ GH-3685 ]
3537 * provider/aws: Add S3 support for Lambda Function resource [ GH-3794 ]
3638 * provider/aws: Add ` name_prefix ` option to launch configurations [ GH-3802 ]
39+ * provider/aws: add support for group name and path changes with IAM group update function [ GH-3237 ]
3740 * provider/aws: Provide ` source_security_group_id ` for ELBs inside a VPC [ GH-3780 ]
3841 * provider/aws: Add snapshot window and retention limits for ElastiCache (Redis) [ GH-3707 ]
3942 * provider/aws: Add username updates for ` aws_iam_user ` [ GH-3227 ]
@@ -43,20 +46,24 @@ IMPROVEMENTS:
4346 * provider/aws: ` engine_version ` is now optional for DB Instance [ GH-3744 ]
4447 * provider/aws: Add configuration to enable copying RDS tags to final snapshot [ GH-3529 ]
4548 * provider/aws: RDS Cluster additions (` backup_retention_period ` , ` preferred_backup_window ` , ` preferred_maintenance_window ` ) [ GH-3757 ]
46- * providers/aws: Document and validate ELB ssl_cert and protocol requirements [ GH-3887 ]
49+ * provider/aws: Document and validate ELB ssl_cert and protocol requirements [ GH-3887 ]
50+ * provider/azure: Read publish_settings as contents instead of path [ GH-3899 ]
4751 * provider/openstack: Use IPv4 as the defeault IP version for subnets [ GH-3091 ]
4852 * provider/aws: Apply security group after restoring db_instance from snapshot [ GH-3513 ]
4953 * provider/aws: Making the AutoScalingGroup name optional [ GH-3710 ]
5054 * provider/openstack: Add "delete on termination" boot-from-volume option [ GH-3232 ]
5155 * provider/digitalocean: Make user_data force a new droplet [ GH-3740 ]
5256 * provider/vsphere: Do not add network interfaces by default [ GH-3652 ]
5357 * provider/openstack: Configure Fixed IPs through ports [ GH-3772 ]
58+ * provider/openstack: Specify a port ID on a Router Interface [ GH-3903 ]
59+ * provider/openstack: Made LBaaS Virtual IP computed [ GH-3927 ]
5460
5561BUG FIXES:
5662
5763 * ` terraform remote config ` : update ` --help ` output [ GH-3632 ]
5864 * core: modules on Git branches now update properly [ GH-1568 ]
5965 * core: Fix issue preventing input prompts for unset variables during plan [ GH-3843 ]
66+ * core: Orphan resources can now be targets [ GH-3912 ]
6067 * provider/google: Timeout when deleting large instance_group_manager [ GH-3591 ]
6168 * provider/aws: Fix issue with order of Termincation Policies in AutoScaling Groups.
6269 This will introduce plans on upgrade to this version, in order to correct the ordering [ GH-2890 ]
@@ -65,12 +72,18 @@ BUG FIXES:
6572 * provider/aws: ignore association not exist on route table destroy [ GH-3615 ]
6673 * provider/aws: Fix policy encoding issue with SNS Topics [ GH-3700 ]
6774 * provider/aws: Correctly export ARN in ` aws_iam_saml_provider ` [ GH-3827 ]
75+ * provider/aws: Fix crash in Route53 Record if Zone not found [ GH-3945 ]
76+ * providers/aws: Fix typo in error checking for IAM Policy Attachments #3970
6877 * provider/aws: Tolerate ElastiCache clusters being deleted outside Terraform [ GH-3767 ]
6978 * provider/aws: Downcase Route 53 record names in statefile to match API output [ GH-3574 ]
7079 * provider/aws: Fix issue that could occur if no ECS Cluster was found for a give name [ GH-3829 ]
7180 * provider/aws: Fix issue with SNS topic policy if omitted [ GH-3777 ]
7281 * provider/aws: Support scratch volumes in ` aws_ecs_task_definition ` [ GH-3810 ]
7382 * provider/aws: Treat ` aws_ecs_service ` w/ Status==INACTIVE as deleted [ GH-3828 ]
83+ * provider/aws: Expand ~ to homedir in ` aws_s3_bucket_object.source ` [ GH-3910 ]
84+ * provider/aws: Fix issue with updating the ` aws_ecs_task_definition ` where ` aws_ecs_service ` didn't wait for a new computed ARN [ GH-3924 ]
85+ * provider/aws: Prevent crashing when deleting ` aws_ecs_service ` that is already gone [ GH-3914 ]
86+ * provider/aws: Allow spaces in ` aws_db_subnet_group.name ` (undocumented in the API) [ GH-3955 ]
7487 * provider/azure: various bugfixes [ GH-3695 ]
7588 * provider/digitalocean: fix issue preventing SSH fingerprints from working [ GH-3633 ]
7689 * provider/digitalocean: Fixing the DigitalOcean Droplet 404 potential on refresh of state [ GH-3768 ]
@@ -83,6 +96,9 @@ BUG FIXES:
8396 * provider/openstack: Better handling of network resource state changes [ GH-3712 ]
8497 * provider/openstack: Fix crashing when no security group is specified [ GH-3801 ]
8598 * provider/packet: Fix issue that could cause errors when provisioning many devices at once [ GH-3847 ]
99+ * provider/packet: Fix connection information for devices, allowing provisioners to run [ GH-3948 ]
100+ * provider/openstack: Fix issue preventing security group rules from being removed [ GH-3796 ]
101+ * provider/template: template_file: source contents instead of path [ GH-3909 ]
86102
87103## 0.6.6 (October 23, 2015)
88104
0 commit comments