Commit Graph

6027 Commits

Author SHA1 Message Date
Paul Hinze eda2c935d9 Update CHANGELOG.md 2015-07-29 09:34:59 -05:00
Paul Hinze efaf63969c Merge pull request #2777 from dwradcliffe/dnsimple_force_new
provider/dnsimple: domain and type should force new records
2015-07-29 09:34:24 -05:00
Paul Hinze 3080c827d8 scripts: change website_push to push from HEAD
so it works properly on release branches
2015-07-28 18:38:59 -05:00
Kevin Fishner d780524385 update analytics 2015-07-28 16:09:31 -07:00
Clint 7de7a406f3 Merge pull request #2874 from hashicorp/b-aws-upstream-fixes
provider/aws: Update source to comply with upstream breaking change
2015-07-28 15:59:16 -05:00
Clint Shryock 579ccbefea provider/aws: Update source to comply with upstream breaking change 2015-07-28 15:29:46 -05:00
Dave Cunningham 8031d60ced Update CHANGELOG. 2015-07-28 16:01:04 -04:00
Dave Cunningham 4fa68716c2 Merge pull request #2868 from sparkprime/gce_autoscaling
Gce autoscaling
2015-07-28 15:59:29 -04:00
Dave Cunningham e8e5495483 Increase timeout, IGM delete can be slow 2015-07-28 14:09:43 -04:00
Dave Cunningham 24167b1085 Make failure of "basic" test not interfere with success of "update" test 2015-07-28 14:09:29 -04:00
Clint 476197f2cf Update CHANGELOG.md 2015-07-28 12:58:10 -05:00
Clint 86dd6b231b Merge pull request #2743 from jszwedko/compute-eni-private-ips
Compute private ip addresses of ENIs if they are not specified
2015-07-28 12:57:10 -05:00
Dave Cunningham 5544dac7c6 Merge branch 'master' into gce_autoscaling 2015-07-27 20:48:39 -04:00
Dave Cunningham 1ec247ef37 Use new autoscaler / instance group manager APIs. 2015-07-27 20:47:10 -04:00
Jesse Szwedko affa09efdd Compute private ip addresses of ENIs if they are not specified
As AWS will assign the ENI an address
2015-07-27 23:24:49 +00:00
Clint b6b3626f90 Merge pull request #2829 from apparentlymart/aws-docs-headings
Split AWS provider topics by service.
2015-07-27 14:38:42 -05:00
Clint 5c7d22efcd Update CHANGELOG.md 2015-07-27 14:28:47 -05:00
Clint 8a4fbbf64c Merge pull request #2745 from ctiwald/ct/lowercase-engine
aws_db_instance: Downcase "engine" for RDS
2015-07-27 14:27:32 -05:00
Clint 2b08216686 Update CHANGELOG.md 2015-07-27 12:22:23 -05:00
Clint b3ac87ed19 Merge pull request #2646 from hashicorp/b-aws-error-root-device
provider/aws: Error when unable to find a Root Block Device name
2015-07-27 12:21:42 -05:00
Clint Shryock 99f9b93b57 provider/aws: Error when unable to find a Root Block Device name
Fixes #2633
2015-07-27 10:59:37 -05:00
Radek Simko 6c86ae3a19 Update CHANGELOG.md 2015-07-27 16:14:01 +01:00
Radek Simko 0a6da92791 Merge pull request #2815 from TimeIncOSS/f-core-ids-in-apply-errors
core: Add resource IDs to apply-errors + prevent error duplication
2015-07-27 16:08:28 +01:00
Christopher Tiwald 4f085ba550 aws_db_instance: Add mixed-case engine test to ensure StateFunc works. 2015-07-24 16:32:21 -04:00
Christopher Tiwald dfe0efaf17 aws_db_instance: Only write lowercase engines to the state file.
Amazon accepts mixed-case engines, but only returns lowercase. Without
the proper StateFunc, every apply of a mixed-case engine will result in
a new db instance. Standardize on lowercase.
2015-07-24 16:32:21 -04:00
Clint 38ce950b4c Update CHANGELOG.md 2015-07-24 12:01:06 -05:00
Clint b75b40553d Merge pull request #2806 from hashicorp/b-aws-lc-cleanup
provider/aws: Clean up externally removed Launch Configurations
2015-07-24 12:00:49 -05:00
Clint 8ce3d49895 Update CHANGELOG.md 2015-07-23 11:27:17 -05:00
Clint d78dc74053 Merge pull request #2741 from jszwedko/set-source-dest-check-eni
This adds the source_dest_check attribute to the aws_network_interfac…
2015-07-23 11:26:15 -05:00
Martin Atkins 7092b8ba8a Split AWS provider topics by service.
With so many AWS provider resources, the docs are getting pretty hard
to navigate. This is particularly true due to the mismatch of some
resources encoding the service name (like aws_route53_record) but some
others ignoring it (like aws_subnet) or using a generic prefix (like
aws_db_instance), which causes an alphabetical ordering to muddle
up all of the services.

Since the AWS UI and docs are themselves oriented around services, most
users should be familiar with the service brands and understand which
resources belong to which service. Thus this categorization follows the
primary categorization used within the AWS Console, preferring EC2-VPC
over EC2-Classic-style bucketing.
2015-07-23 01:01:13 -07:00
Jesse Szwedko 5554942721 This adds the source_dest_check attribute to the aws_network_interface resource
Defaults to true to be consistent with AWS
2015-07-23 06:16:51 +00:00
Clint 5a15c02cbb Merge pull request #2819 from svanharmelen/b-fix-cloudstack-docs
Fix link in the docs
2015-07-22 14:08:41 -05:00
Sander van Harmelen 761c8ab225 Fix link in the docs 2015-07-22 20:59:45 +02:00
Clint 78eb236786 Update CHANGELOG.md 2015-07-22 11:06:31 -05:00
Clint 84370065d7 Merge pull request #2210 from PeopleNet/s3-domain
Add website_domain for S3 buckets.
2015-07-22 11:05:37 -05:00
John Engelman cbe9be4571 Add website_domain for S3 buckets. 2015-07-22 10:38:28 -05:00
Radek Simko a22dc2a9a2 Add resource ID to refresh errors 2015-07-22 14:09:39 +02:00
Radek Simko 8e477b78d8 Add resource ID to errors coming from apply 2015-07-22 14:09:34 +02:00
Radek Simko 7a60174dd1 Do not print errors via UiHook 2015-07-22 14:09:23 +02:00
Clint 9cb3150535 Update CHANGELOG.md 2015-07-21 15:53:33 -05:00
Clint f979fd7dee Merge pull request #2571 from TimeIncOSS/f-aws-autogenerated-elb-name
provider/aws: Allow ELB name to be generated
2015-07-21 15:52:36 -05:00
Clint Shryock b720387449 provider/aws: Clean up externally removed Launch Configurations
Handle Launch Configurations that are not found more gracefully, but tolerating
an additional API error indicating the LC no longer exists.
2015-07-21 11:13:41 -05:00
Clint 90c3e06628 Update CHANGELOG.md 2015-07-21 10:44:19 -05:00
Clint 4532f3ddcc Merge pull request #2805 from rnaveiras/spot-instance-typo
Amend AWS spot instace state name cancelled
2015-07-21 10:43:31 -05:00
Clint f3149e9ea5 Merge pull request #2804 from hashicorp/testacc-convergence
provider/aws: Converge on TestAccAWS for acceptance tests names
2015-07-21 10:34:00 -05:00
Raúl Naveiras 87239dcec8 Amend AWS spot instace state name cancelled 2015-07-21 17:26:00 +02:00
Clint ce204a89bb Update CHANGELOG.md 2015-07-21 10:23:28 -05:00
Clint 81957f7453 Merge pull request #2794 from hashicorp/b-aws-instance-monitoring
provider/aws: Fix issue with toggling monitoring in AWS Instances
2015-07-21 10:22:37 -05:00
Clint Shryock 3688d4ba00 provider/aws: Converge on TestAccAWS for acceptance tests names
An attempt to converge the tests into a standard naming scheme

- TestAccAWS for aws tests
- a `_basic` test for each suite, save a few that are quick (Network ACLs, for
  example)
2015-07-21 09:42:02 -05:00
Clint f7ab12cf56 Merge pull request #2803 from TimeIncOSS/simplify-aws-creds-check
aws: Simplify ValidateCredentials func
2015-07-21 09:19:38 -05:00