This commit is contained in:
Mitchell Hashimoto 2017-03-16 11:58:17 -07:00 committed by GitHub
parent 584f69d0b3
commit fe4668cc88
1 changed files with 1 additions and 1 deletions

View File

@ -19,10 +19,10 @@ IMPROVEMENTS:
BUG FIXES:
* command/init: Changing only `-backend-config` detects changes and reconfigures [GH-12776]
* command/push: Detect local state and error properly [GH-12773]
* provider/aws: Get the aws_lambda_function attributes when there are great than 50 versions of a function [GH-11745]
* provider/aws: Correctly check for nil cidr_block in aws_network_acl [GH-12735]
* provider/aws: Stop setting weight property on route53_record read [GH-12756]
* provider/google: Fix the Google provider asking for account_file input on every run [GH-12729]