Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of ComputedWhen in aws_s3_bucket_object #5330

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 27, 2016

  1. provider/openstack: Add detaching as valid pending state

    This commit allows "detaching" to be a valid pending state when
    detaching a volume. Despite being obvious pending state, it also
    helps in race situations when a volume is implicitly being detached
    by Nova.
    jtopjian committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    866e494 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. Merge pull request hashicorp#5359 from jtopjian/openstack-volume-deta…

    …ching-state
    
    provider/openstack: Add detaching as valid pending state
    jtopjian committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    0a58304 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jtopjian committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    9fade4d View commit details
    Browse the repository at this point in the history
  3. provider/aws: aws_elastisearch_domain tags not being set correctly.

    The top level object was used not the tags within
    stack72 committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    7b61567 View commit details
    Browse the repository at this point in the history
  4. provider/openstack: Safely typecast network during instance update

    This commit protects against unsafe typecasting when an instance is
    updating its network configuration.
    jtopjian committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    d82a4c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#5365 from jtopjian/openstack-instance-ne…

    …twork-update-guard
    
    provider/openstack: Safely typecast network during instance update
    jtopjian committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    ba8033b View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    jtopjian committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    6c2715d View commit details
    Browse the repository at this point in the history
  7. provider/openstack: Re-Add server.AccessIPv4 and server.AccessIPv6

    hashicorpGH-4812 removed reading server.AccessIPv4 and server.AccessIPv6
    because, AFAICT, they are not set by Nova. After removal, a user
    reported that they were no longer able to read IPs from access_ip_v4
    and access_ip_v6 on Rackspace. It's possible that Rackspace sets
    the AccessIPv* attributes, and if that's true, other cloud providers
    might as well through custom extensions.
    
    The priority of how access_ip_v* is set might require some tweaks in
    the future.
    jtopjian committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    7d6116d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Lambda S3 object version defaults to '$LATEST' if unspecified

    Bowbaq authored and Radek Simko committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    0290884 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#5370 from TimeIncOSS/mb-lambda-s3-object…

    …-version-not-required
    
    Lambda S3 object version defaults to '$LATEST' if unspecified
    radeksimko committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    5aafacc View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    radeksimko committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    0ddf8f4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#5366 from jtopjian/openstack-readd-serve…

    …r-access
    
    provider/openstack: Re-Add server.AccessIPv4 and server.AccessIPv6
    jtopjian committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    b72cb19 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    jtopjian committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    304fc42 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#5361 from stack72/b-aws-es-tags

    provider/aws: `aws_elastisearch_domain` tags not being set correctly.
    stack72 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    e6f3faf View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    stack72 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    00bbf4a View commit details
    Browse the repository at this point in the history
  8. acctests: log a line w/ the non-empty plan

    Helpful when iterating on a drift test.
    
    Eventually I think this assertion could be fanned out to something much
    more targeted like:
    
        ExpectAttributeDiff(resource, attr, oldval, newval)
    
    But this is a step in the right direction.
    phinze committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    bba8a79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffbb59a View commit details
    Browse the repository at this point in the history
  10. provider/aws docs: Mark ForceNew fields, note about description

    The `description` field is easy to confuse for a nice field to
    add an arbitrary comment to - and it's surprising that changes to this
    field force a new resource, so we add a big note about it to point users
    at tags.
    
    Also marked all the other ForceNew attributes on this resource.
    phinze committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    0d728be View commit details
    Browse the repository at this point in the history
  11. Merge pull request hashicorp#5084 from hashicorp/phinze/acctest-nonem…

    …ptyplan-log
    
    acctests: log a line w/ the non-empty plan
    phinze committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    c5709ce View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#5375 from hashicorp/phinze/doc-aws-sg-fo…

    …rcenew
    
    provider/aws docs: Mark ForceNew fields, note about description
    phinze committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    c47af4c View commit details
    Browse the repository at this point in the history
  13. README: link off to CONTRIBUTING for acctest info

    Acctest info in README was a bit stale since the enhanced contributing
    guide landed.
    phinze committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    cbd02dd View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#5378 from hashicorp/phinze/acctest-readme

    README: link off to CONTRIBUTING for acctest info
    phinze committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    b991541 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4fc1391 View commit details
    Browse the repository at this point in the history
  16. Merge pull request hashicorp#4446 from TimeIncOSS/f-schema-new-resource

    helper/schema: Allow identification of a new resource in update func
    radeksimko committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    8bdd921 View commit details
    Browse the repository at this point in the history
  17. provider/aws: Combine AWS Metrics Collection resource and AWS

    Autoscaling Group
    stack72 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    d3697fa View commit details
    Browse the repository at this point in the history
  18. Merge pull request hashicorp#4688 from stack72/aws-asg-metrics

    provider/aws: Autoscaling Metrics Collection resource
    stack72 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    ba5cdfe View commit details
    Browse the repository at this point in the history
  19. Update CHANGELOG.md

    stack72 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    1448b84 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. provider/openstack: Add test for ICMP SecGroup rules with type zero

    This is to just catch possible breakage in the future. The actual
    support was done in Gophercloud.
    
    Previously, values of 0 were not allowed since there's no such port
    as 0. However, there are ICMP codes of 0.
    jtopjian committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    9332a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b4341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a786d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc45f84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ca7325 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#5395 from TimeIncOSS/b-cw-even-target-role

    provider/aws: Allow recovering from failed CloudWatch Event Target creation
    radeksimko committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    528bad3 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    radeksimko committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    6016904 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#5218 from paybyphone/paybyphone_set_maxi…

    …tems
    
    Add MaxItems attribute to Schema
    apparentlymart committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    c1ce8ff View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    apparentlymart committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    c9e3b7f View commit details
    Browse the repository at this point in the history
  10. deps: update hcl to latest

    phinze committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    de97bad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae8627f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    361c1a0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request hashicorp#5400 from hashicorp/phinze/update-hcl

    deps: update hcl to latest
    phinze committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    3ee2e94 View commit details
    Browse the repository at this point in the history
  14. Update CHANGELOG.md

    phinze committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    a9d5903 View commit details
    Browse the repository at this point in the history
  15. Merge pull request hashicorp#5391 from jtopjian/openstack-secgroup-ic…

    …mp-zero
    
    provider/openstack: Allow ICMP Security Groups with values of zero
    jtopjian committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    986eefc View commit details
    Browse the repository at this point in the history
  16. 1 Configuration menu
    Copy the full SHA
    c6b350b View commit details
    Browse the repository at this point in the history
  17. docs(variables): redundant wording

    gamename committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    3bc09db View commit details
    Browse the repository at this point in the history
  18. Merge pull request hashicorp#5405 from gamename/master

    Updates to docs per request on mailer
    phinze committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    a7a9b14 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Configuration menu
    Copy the full SHA
    834bfcd View commit details
    Browse the repository at this point in the history
  2. provider/google: Fix VPN tunnel creation test

    The GCE API for creating VPN tunnels began validating the `peerIp` field
    and rejecting RFC5735 addresses. The previous test was using one of
    these addresses and failing as a result. This commit uses 8.8.8.8
    for the peerIp.
    evandbrown committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    87006d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d96ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#5433 from evandbrown/vpntest

    provider/google: Fix VPN tunnel creation test
    phinze committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    57bd4dc View commit details
    Browse the repository at this point in the history
  5. provider/google: Fix Pubsub acceptance tests

    Acceptance tests for Pubsub topics and subscriptions failed after
    incorrectly determining that resources were not deleted in the
    CheckDestroy phase.
    
    Fixes 5437
    evandbrown committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    2e958f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Merge pull request hashicorp#5439 from evandbrown/pubsub

    provider/google: Fix Pubsub acceptance tests
    phinze committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    8d31c93 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    76f203e View commit details
    Browse the repository at this point in the history
  2. Added a kms_key_id parameter which will allow you to encrypt objects …

    …that are put into a bucket.
    bigkraig committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    db91aeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#5432 from jtopjian/openstack-instance-te…

    …nantnet-403
    
    provider/openstack: Account for a 403 reply from os-tenant-networks
    jtopjian committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a786d3d View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    jtopjian committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    f11448c View commit details
    Browse the repository at this point in the history
  5. helper/resource: restore retval of resource.Retry on timeout

    In hashicorp#4700 while fixing a data race I made an incorrect assumption about
    the return value of StateChangeConf, and ended up changing the behavior
    in the timeout case to always return:
    
    > timeout while waiting for state to become '[success]'
    
    When it used to capture the "most recent error" from the function
    itself.
    
    It's much more useful to see that error bubbling up, so here we revert
    to pulling it out of the function as we did before, and we protect
    against the data race with a good old fashioned mutex.
    phinze committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    5160578 View commit details
    Browse the repository at this point in the history
  6. Return an error when conflicting etag & kms_key_id parameters are pro…

    …vided and now with ServerSideEncryption we can go back to the higher level PutObject.
    bigkraig committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    74de653 View commit details
    Browse the repository at this point in the history
  7. Fix DynamoDB stream attribute scope

    Stream information is at the table level and not at the LSI / GSI
    
    Reference: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_CreateTable.html
    
    Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
    marcosnils committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    cb9f1fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76373b7 View commit details
    Browse the repository at this point in the history
  9. Update remote.html.markdown

    these changes were added to reflect what was required to run the tutorial on my local machine. Below is my context for the above changes:
    ```shell
    [2016-03-04T18:22:44] micperez in terraform_test  
    λ terraform remote config -backend-config="name=puhrez/getting-started"
    missing 'access_token' configuration or ATLAS_TOKEN environmental variable
    
    If the error message above mentions requiring or modifying configuration
    options, these are set using the `-backend-config` flag. Example:
    -backend-config="name=foo" to set the `name` configuration
    [2016-03-04T18:23:27] micperez in terraform_test  
    λ export ATLAS_TOKEN=<REDACTED>
    [2016-03-04T18:24:12] micperez in terraform_test  
    λ terraform remote config -backend-config="name=puhrez/getting-started"
    Remote state management enabled
    Remote state configured and pulled.
    [2016-03-04T18:24:16] micperez in terraform_test  
    λ terraform push -name="puhrez/getting-started"
    An error has occurred while archiving the module for uploading:
    error detecting VCS: no VCS found for path: /Users/micperez/code/terraform_test
    [2016-03-04T18:24:39] micperez in terraform_test  
    λ git init
    Initialized empty Git repository in /Users/micperez/code/terraform_test/.git/
    [2016-03-04T18:25:09] micperez in terraform_test [git:master]  
    λ terraform push -name="puhrez/getting-started"
    An error has occurred while archiving the module for uploading:
    error getting git commit: exit status 128
    stdout: 
    stderr: fatal: bad default revision 'HEAD'
    
    [2016-03-04T18:25:12] micperez in terraform_test [git:master]  
    λ git status
    On branch master
    
    Initial commit
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
    
    	.terraform/
    	example.tf
    	terraform.tfstate.backup
    
    nothing added to commit but untracked files present (use "git add" to track)
    [2016-03-04T18:25:17] micperez in terraform_test [git:master]  
    λ git add example.tf
    [2016-03-04T18:25:24] micperez in terraform_test [git:master]  
    λ git commit -m "init commit"
    [master (root-commit) 34c4fa5] init commit
     1 file changed, 10 insertions(+)
     create mode 100644 example.tf
    [2016-03-04T18:25:32] micperez in terraform_test [git:master]  
    λ terraform push -name="puhrez/getting-started"
    Uploading Terraform configuration...
    Configuration "puhrez/getting-started" uploaded! (v1)
    ```
    Michael Perez committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    9c3917f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2016

  1. Bring usage docs up to date

    f440 committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    b7008ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#5468 from f440/update-command-example

    Bring usage docs up to date
    radeksimko committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    d86caf4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#5461 from marcosnils/dynamodb_stream_fix

    Fix DynamoDB stream attribute scope
    stack72 committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    75679a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d63166c View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#5469 from stack72/b-aws-kinesis-stream-s…

    …hardcount
    
    provider/aws: Adding a test for AWS Kinesis Stream Shard Count
    stack72 committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    eda1230 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#5401 from Originate/mb-fix-kinesis-strea…

    …m-shard-count
    
    provider/aws: Report the correct number of shards for Kinesis streams
    stack72 committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    b66b9c9 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    stack72 committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    304ccdf View commit details
    Browse the repository at this point in the history
  8. Vendor AWS APIGateway API

    nicolai86 committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    fdf0cfa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a73721d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ead800 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    032e608 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    91f5206 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1593dbe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4da8b3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b4c99f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8c59d08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6430fca View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Merge pull request hashicorp#4295 from nicolai86/feature/aws-api-gateway

    provider/aws: API Gateway resources
    radeksimko committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    ce5324b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    radeksimko committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    caaf9ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c5a0f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a338eae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b12d906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa0d6af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6c2752 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61d0d19 View commit details
    Browse the repository at this point in the history
  9. Merge pull request hashicorp#5470 from TimeIncOSS/f-api-gateway-cleanup

    provider/aws: Cleanup nitpicks in new API Gateway resources
    radeksimko committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    38078fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fbc94cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7d4aca View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#5475 from kjmkznr/fix-aws-docs-current

    website: Fix missing sidebar_current
    apparentlymart committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    cd38881 View commit details
    Browse the repository at this point in the history
  13. Merge pull request hashicorp#5466 from xbs13/patch-2

    Fix Atlas tutorial steps for currently released version
    jen20 committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    3eb0a95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c15284 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Return empty string when input empty S3 bucket policy

    Before:
    
    "" -> "Error parsing JSON: unexpected end of JSON input"
    
    After:
    
    "" -> ""
    kjmkznr committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    8d1292d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91204cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#5485 from dcgoss/patch-1

    Added disk_size_gb documentation to resource "google_compute_instance_template"
    radeksimko committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    53559ac View commit details
    Browse the repository at this point in the history
  4. fix indentation

    ijin committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    00288c3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#5488 from ijin/patch-1

    fix indentation in test
    jen20 committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    bda0c64 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#5476 from nicolai86/feature/docker-tag-h…

    …andling
    
    provider/docker fix image test assertions
    stack72 committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    122e9ac View commit details
    Browse the repository at this point in the history
  7. Merge pull request hashicorp#5474 from kjmkznr/skip-normalize-empty-p…

    …olicy
    
    provider/aws: Fix error parsing JSON in S3 bucket policy
    stack72 committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    46e4717 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    stack72 committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    642cf38 View commit details
    Browse the repository at this point in the history
  9. insert missing word

    Michael Mell committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    525fddf View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#5493 from mmell/patch-1

    insert missing word
    stack72 committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    2458bfe View commit details
    Browse the repository at this point in the history
  11. provider/aws: Add Elastic Beanstalk Application, Configuration Templa…

    …te, and Environment
    
    This adds support for Elastic Beanstalk Applications, Configuration Templates,
    and Environments.
    
    This is a combined work of @catsby, @dharrisio, @Bowbaq, and @jen20
    catsby committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    f0d3176 View commit details
    Browse the repository at this point in the history
  12. correct beanstalk godeps

    catsby committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    d3dff2a View commit details
    Browse the repository at this point in the history
  13. Merge pull request hashicorp#5460 from hashicorp/phinze/resource-retr…

    …y-retval
    
    helper/resource: restore retval of resource.Retry on timeout
    phinze committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    d8a072c View commit details
    Browse the repository at this point in the history
  14. Update CHANGELOG.md

    phinze committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    5d2f3a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2c698d2 View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    catsby committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    bcf1bca View commit details
    Browse the repository at this point in the history
  17. provider/google: Address flaky GCS acceptance tests.

    Acceptance tests for GCS that do rapid create/delete/create
    on GCS buckets using the same name sometimes fail as the
    bucket namespace is eventually consistent. This change makes
    tests use a random bucket name for each test (adapted from
    the existing ACL tests).
    evandbrown committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    aa5099f View commit details
    Browse the repository at this point in the history
  18. Merge pull request hashicorp#5482 from randomeizer/patch-1

    Added a cast to "(*schema.Provider)"
    phinze committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    ec5643f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Moving octet-stream to json for remote http backend

    Anubhav Mishra committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    f58290c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23af84c View commit details
    Browse the repository at this point in the history
  3. Added AWS KMS key & alias support

    philwitty authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    6648df7 View commit details
    Browse the repository at this point in the history
  4. Update AWS KMS with respect to key deletion features

    philwitty authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    5e18031 View commit details
    Browse the repository at this point in the history
  5. Added docs for kms

    philwitty authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    fd4be28 View commit details
    Browse the repository at this point in the history
  6. aws: kms resources - gofmt all the code

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    5466d69 View commit details
    Browse the repository at this point in the history
  7. aws: kms validation - Add missing placeholders for Errorf

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2b244e2 View commit details
    Browse the repository at this point in the history
  8. aws: kms resources - Simplify error handling

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    5c9fe66 View commit details
    Browse the repository at this point in the history
  9. aws: kms_alias - Remove unnecessary default ForceNew state

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    fccffbc View commit details
    Browse the repository at this point in the history
  10. aws: kms_key - Change field name (deletion_window -> deletion_window_…

    …in_days)
    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    4c1f8db View commit details
    Browse the repository at this point in the history
  11. aws: kms_key - add forgotten policy read call + normalize

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    ccedb36 View commit details
    Browse the repository at this point in the history
  12. aws: kms_key + kms_alias - Add acceptance tests

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    ff2d040 View commit details
    Browse the repository at this point in the history
  13. aws: kms_key - Iterate over all aliases (not just 50)

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    347913a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f8a9c0 View commit details
    Browse the repository at this point in the history
  15. kms: Treat keys in PendingDeletion state as deleted

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    d4d20a9 View commit details
    Browse the repository at this point in the history
  16. Vendor kms dependencies

    radeksimko authored and Radek Simko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    dde91b8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c030745 View commit details
    Browse the repository at this point in the history
  18. Merge pull request hashicorp#5504 from TimeIncOSS/docs-eb-fix

    docs: Make a separate Elastic Beanstalk section in sidebar
    radeksimko committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    a73c4d9 View commit details
    Browse the repository at this point in the history
  19. provider/aws: Randomize tests more to reduce conflicts

    - ASG placement tests
    - Randomize DynamoDB names in tests
    - tag the sg created in this test to help identify in the console
    - randomize policy and role names
    catsby committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    5dc3873 View commit details
    Browse the repository at this point in the history
  20. Merge pull request hashicorp#5506 from hashicorp/b-aws-acc-test-updates

    provider/aws: Randomize more things in the acceptance tests
    catsby committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2c48a7c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    92d5352 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4a3dbef View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c29e1f2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5d9637a View commit details
    Browse the repository at this point in the history
  25. core: Encode Targets in saved Planfile

    When a user specifies `-target`s on a `terraform plan` and stores
    the resulting diff in a plan file using `-out` - it usually works just
    fine since the diff is scoped based on the targets.
    
    When there are tainted resources in the state, however, graph nodes to
    destroy them were popping back into the plan when it was being loaded
    from a file. This was because Targets weren't being stored in the
    Planfile, so Terraform didn't know to filter them out. (In the
    non-Planfile scenario, we still had the Targets loaded directly from the
    flags.)
    
    By encoding Targets in with the Planfile we can ensure that the same
    filters are always applied.
    
    Backwards compatibility should be fine here, since we're just adding a
    field. The gob encoder/decoder will just do the right thing (ignore/skip
    the field) with planfiles stored w/ versions that don't know about
    Targets.
    
    Fixes hashicorp#5183
    phinze committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    f882dd1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8aadf1d View commit details
    Browse the repository at this point in the history
  27. Update rds_cluster.html.markdown

    Add documentation around the `storage_encrypted` parameter
    Brandon Siegel committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    8a60c68 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b3864db View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0085bf6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fc7e9fc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cad550e View commit details
    Browse the repository at this point in the history
  32. Merge pull request hashicorp#5523 from stack72/f-aws-ebi-description

    provider/aws: Add support for `description` to `aws_network_interface` resource
    stack72 committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    33dd9e1 View commit details
    Browse the repository at this point in the history
  33. Update CHANGELOG.md

    stack72 committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    ed1126e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Merge pull request hashicorp#5520 from bsiegel/aws_rds_cluster_encryp…

    …tion
    
    Add storage_encrypted as an optional parameter to aws_rds_cluster
    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    b5e6cb5 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    98afaf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c5ab40 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#5524 from stack72/f-aws-ecr-repository_name

    provider/aws: `repository_url` is computed for `aws_ecr_repository`
    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    4601d37 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    8905a05 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#4834 from erobert-c/gce_instance_templat…

    …e_preemptible
    
    Fix Google instance template creation for preemptible VM
    lwander committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    b0d53a9 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    lwander committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    8d051ef View commit details
    Browse the repository at this point in the history
  8. provider/aws: Fix EC2 Classic SG Rule issue

    Fixes an issue where security groups would fail to update after applying an
    initial security_group, because we were improperly saving the id of the group
    and not the name (EC2 Classic only).
    
    This is a PR combining hashicorp#4983 and
    hashicorp#5184 . It's majority
    @ephemeralsnow's work.
    ephemeralsnow authored and catsby committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    54cb5ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e0bac6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#5535 from Originate/mb-fix-rds-publicly-…

    …accessible-read
    
    provider/aws: aws_db_instance doesn't read publicly_accessible from AWS
    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    edbf310 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    0e50c7a View commit details
    Browse the repository at this point in the history
  12. provider/aws: Fix all pointer RetryError returns

    All of these RetryErrors were meant to fail right away, but instead
    caused retry looping because the typecheck in the implementation of
    `resource.Retry()` only catches the value type, and not the pointer
    type.
    
    Refs hashicorp#5537
    phinze committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    de65694 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23c42cd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d9126b View commit details
    Browse the repository at this point in the history
  15. Merge pull request hashicorp#5515 from hashicorp/b-aws-acc-test-updates

    provider/aws: Retry DB Creation on IAM propigation error
    catsby committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    d14920a View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    catsby committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    3679d79 View commit details
    Browse the repository at this point in the history
  17. Merge pull request hashicorp#5539 from hashicorp/b-route-docs

    Make aws_route and aws_route_table docs consistent
    jen20 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    13a3387 View commit details
    Browse the repository at this point in the history
  18. update comments

    catsby committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    f96ec46 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16f94ed View commit details
    Browse the repository at this point in the history
  20. Fixing noop differences in aws_route.

    BSick7 authored and stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    3f41515 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'BSick7-b/4311'

    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    c5ea6d0 View commit details
    Browse the repository at this point in the history
  22. Update CHANGELOG.md

    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    a4c8d86 View commit details
    Browse the repository at this point in the history
  23. Merge pull request hashicorp#5538 from hashicorp/phinze/retryerror-po…

    …inters-are-evil
    
    provider/aws: Fix all pointer RetryError returns
    phinze committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    ffa5db4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8e48698 View commit details
    Browse the repository at this point in the history
  25. Merge pull request hashicorp#5376 from stack72/b-aws-ELBListner

    provider/aws: Fixes the use of Uppercase chars in ELB Listeners
    jen20 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    7436cf7 View commit details
    Browse the repository at this point in the history
  26. Update CHANGELOG.md

    jen20 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    4ba230c View commit details
    Browse the repository at this point in the history
  27. Merge pull request hashicorp#5546 from ricardclau/add_vsphere_folder_…

    …in_layout
    
    Documentation: Link to vsphere_folder resource missing in vsphere provider layout
    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    18df661 View commit details
    Browse the repository at this point in the history
  28. Merge pull request hashicorp#5193 from innossh/f-aws-instance-securit…

    …y-groups-updates
    
    provider/aws: Support additional changes to security groups of instance without forcing new
    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    ab075bc View commit details
    Browse the repository at this point in the history
  29. Update CHANGELOG.md

    stack72 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    a9fd7b4 View commit details
    Browse the repository at this point in the history
  30. builtin: Refactor resource.Retry to clarify return

    Change the `RetryFunc` from a plain `error` return type to a
    specialized `RetryError` which must decide whether it is
    retryable or not.
    
    Add `RetryableError` / `NonRetryableError` factory functions that
    callers are meant to use to build up these errors.
    
    This makes it eminently clear whether or not a given error is
    retryable from inside the client code.
    
    Goal here is to _not_ change any behavior, simply reflect the
    existing behavior with the new, clearer, API.
    phinze committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    108ccf0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b3ecf8e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Merge pull request hashicorp#5543 from hashicorp/phinze/retryerror-po…

    …inters-are-evil
    
    builtin: Refactor resource.Retry to clarify return
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    f8c6781 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    f691b89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#3928 from TimeIncOSS/aws-kms

    provider/aws: Add support for KMS
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    d129447 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    5abc514 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#5497 from evandbrown/flakeygcs

    provider/google: Address flaky GCS acceptance tests.
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    c1f8dda View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#5501 from evandbrown/vpnval

    provider/google: Validate VPN tunnel peer_ip
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    5ece31d View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    3508ff9 View commit details
    Browse the repository at this point in the history
  8. fix spelling

    afomi committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    1d3ba5b View commit details
    Browse the repository at this point in the history
  9. Providing a more informative error message when combining kms_key_id …

    …and etag as well as using aws_kms_key to test aws_s3_bucket's kms_key_id.
    bigkraig committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    76b3c74 View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#5548 from afomi/minor-spelling

    docs: fix spelling
    jen20 committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    2dc1c02 View commit details
    Browse the repository at this point in the history
  11. Adding support for Lambda function updates

    robzienert authored and Radek Simko committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    4aeb5bb View commit details
    Browse the repository at this point in the history
  12. aws_lambda_function: Force code update on SHA sum mismatch

    Chris Marchesi authored and Radek Simko committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    b5c7521 View commit details
    Browse the repository at this point in the history
  13. provider/aws: Simplify update logic for Lambda function

    Radek Simko committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    fdc21aa View commit details
    Browse the repository at this point in the history
  14. provider/aws: Add tests for Lambda function updates

    Radek Simko committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    d777141 View commit details
    Browse the repository at this point in the history
  15. provider/aws: Document lambda_function updates

    Radek Simko committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    9f6b487 View commit details
    Browse the repository at this point in the history
  16. helper/resource: Fix TestRetry

    Radek Simko committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    8582f4d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    034287f View commit details
    Browse the repository at this point in the history
  18. Merge pull request hashicorp#5553 from TimeIncOSS/b-fix-retry-err-bug

    helper/resource: Error shouldn't be returned in case of success
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    cadd0c5 View commit details
    Browse the repository at this point in the history
  19. Update CHANGELOG.md

    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    0b9537b View commit details
    Browse the repository at this point in the history
  20. Merge pull request hashicorp#5533 from hashicorp/pr-5184

    provider/aws: Fix EC2 Classic SG Rule issue
    catsby committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    239b3e4 View commit details
    Browse the repository at this point in the history
  21. Update CHANGELOG.md

    catsby committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    eb7f821 View commit details
    Browse the repository at this point in the history
  22. Merge pull request hashicorp#5512 from serbaut/cs-vpc-domain

    provider/cloudstack docs: add vpc.network_domain
    catsby committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    5b6637e View commit details
    Browse the repository at this point in the history
  23. Merge pull request hashicorp#5495 from nicolai86/bugfix/aws_security_…

    …group-protocol-case-sensitivity
    
    provider/aws Always transform aws_security_group protocol to lower case
    catsby committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    99ddea5 View commit details
    Browse the repository at this point in the history
  24. Fix create/delete statuses in load balancing resources for openstack …

    …provider.
    Paul Frybarger committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    d8c9e44 View commit details
    Browse the repository at this point in the history
  25. Specialized client for interacting with Consul keys

    This deals with some of the quirks of interacting with the Consul API,
    with the goal of making the consul_keys resource implementation, and
    later the consul_keys data source, less noisy to read.
    apparentlymart committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    df2ce58 View commit details
    Browse the repository at this point in the history
  26. Treat each consul key as having its own lifecycle

    Previously this resource managed the set of keys as a whole rather than
    the individual keys, and so it was unable to recognize when a particular
    managed key is removed and delete just that one key from Consul.
    
    Here this is addressed by recognizing that each key actually has its own
    lifecycle, and detecting when individual keys are added and removed
    without replacing the entire consul_keys instance.
    
    Additionally this restores the behavior of updating the "value" attribute
    on read, but restricts it only to blocks that already had a value so as
    to avoid the quirkiness seen previously when we updated blocks that were
    intended to be read-only. Updating the value is important now, because we
    rely on this to detect and repair discrepancies between values stored in
    Consul and values given in the configuration.
    
    This change produces a change in the handling of the "delete" attribute.
    Before it was considered only when the entire consul_keys resource was
    deleted, but now it is considered also when a particular key block is
    removed from within a resource.
    apparentlymart committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    2e33f53 View commit details
    Browse the repository at this point in the history
  27. Merge pull request hashicorp#5210 from apparentlymart/consul-keys-revamp

    Make consul_keys behavior less surprising
    apparentlymart committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    ec87a1b View commit details
    Browse the repository at this point in the history
  28. Update CHANGELOG.md

    apparentlymart committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    01b3e21 View commit details
    Browse the repository at this point in the history
  29. provider/template: warn when template specified as path

    Turns out the BC code allowed users to move from `filename` to
    `template` to squash the warning without having to switch from template
    paths to template contents.
    
    Here we warn when `template` is specified as a path so we can remove the
    functionality in the future and remove this source of confusion.
    
    refs hashicorp#3732
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    0036db8 View commit details
    Browse the repository at this point in the history
  30. provider/google: Mark next_hop_network as read only.

    Lars Wander committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    f8784df View commit details
    Browse the repository at this point in the history
  31. Merge pull request hashicorp#5516 from hashicorp/phinze/tainted-targe…

    …t-bug
    
    core: Encode Targets in saved Planfile
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    ad0836b View commit details
    Browse the repository at this point in the history
  32. Update CHANGELOG.md

    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    e6a62d0 View commit details
    Browse the repository at this point in the history
  33. Merge pull request hashicorp#5563 from hashicorp/phinze/deprecate-tem…

    …plate-path
    
    provider/template: warn when template specified as path
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    4e9e0ec View commit details
    Browse the repository at this point in the history
  34. Update CHANGELOG.md

    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    914fd48 View commit details
    Browse the repository at this point in the history
  35. Merge pull request hashicorp#5564 from lwander/b-gcp-route-network

    provider/google: Mark next_hop_network as read only.
    lwander committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    0254f95 View commit details
    Browse the repository at this point in the history
  36. Update CHANGELOG.md

    lwander committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    bac9385 View commit details
    Browse the repository at this point in the history
  37. Update CHANGELOG.md

    lwander committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    e0d489f View commit details
    Browse the repository at this point in the history
  38. provider/aws: More Acc test updates

    Working on the green
    
    - randomize some Autoscaling lifecycle hook test names
    - use vpc_security_group_ids for this test
    catsby committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    02ba1bf View commit details
    Browse the repository at this point in the history
  39. Revert "provider/aws: Support additional changes to security groups o…

    …f instance without forcing new"
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    e9c4d4f View commit details
    Browse the repository at this point in the history
  40. Merge pull request hashicorp#5570 from hashicorp/b-aws-acc-test-updates

    provider/aws: More Acc test updates
    catsby committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    7c58f14 View commit details
    Browse the repository at this point in the history
  41. Merge pull request hashicorp#5571 from hashicorp/revert-5193-f-aws-in…

    …stance-security-groups-updates
    
    Revert "provider/aws: Support additional changes to security groups of instance without forcing new"
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    5ce68fd View commit details
    Browse the repository at this point in the history
  42. Merge pull request hashicorp#5453 from bigkraig/aws-s3-kms-key

    provider/aws: Support KMS encryption of S3 objects
    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    82765ea View commit details
    Browse the repository at this point in the history
  43. Update CHANGELOG.md

    phinze committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    b8b10c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. deps: Update vendored aws-sdk-go to v1.1.9

    We had actually caught mismatched deps versions between the `kms`
    package and others, so `godep restore` was not working on master.
    
    Fixing it requires a `godep update` so I figured we might as well update
    to the latest release.
    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    1d74bfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#5576 from hashicorp/phinze/updateawssdkgo

    deps: Update vendored aws-sdk-go to v1.1.9
    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ededbb5 View commit details
    Browse the repository at this point in the history
  3. core: Add uuid() interpolate function.

    Utilizes hashicorp's go-uuid library for proper random seeding setup.
    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    1e0b8ea View commit details
    Browse the repository at this point in the history
  4. deps: vendor go-uuid

    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    13fc7b8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#5499 from anubhavmishra/master

    Moving octet-stream to json for remote http backend
    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    f45f981 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    618fc43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d447eac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14ca7e3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request hashicorp#5557 from pfrybar/master

    provider/openstack: Fix create/delete statuses in load balancing resources for openstack provider.
    jtopjian committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    edb30d5 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    jtopjian committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    51b308b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a087b29 View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG.md

    radeksimko committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    b0dee7f View commit details
    Browse the repository at this point in the history
  13. Merge pull request hashicorp#5580 from seanknox/master

    Fix contradictory aws_autoscaling_group doc
    catsby committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    65024db View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#5575 from hashicorp/phinze/uuid

    core: Add uuid() interpolate function.
    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ece259f View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

    phinze committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    065fb8a View commit details
    Browse the repository at this point in the history
  16. Merge pull request hashicorp#5239 from TimeIncOSS/f-aws-lambda-func-u…

    …pdates
    
    provider/aws: Add support for updating Lambda function
    radeksimko committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    d8b3653 View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG.md

    radeksimko committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    38ab16a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bb806fa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    66eb7c6 View commit details
    Browse the repository at this point in the history
  20. Merge pull request hashicorp#5593 from hashicorp/b-aws-redshift-endpo…

    …int-guard
    
    provider/aws: Guard against Nil Reference in Redshift Endpoints
    catsby committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    cca96be View commit details
    Browse the repository at this point in the history
  21. Update CHANGELOG.md

    catsby committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    a303156 View commit details
    Browse the repository at this point in the history
  22. Merge pull request hashicorp#5591 from hashicorp/r53-docs

    provider/aws: Document set_identifer requirement for Route53 weighted and failover types
    catsby committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ba45f44 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. Configuration menu
    Copy the full SHA
    e1223b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2016

  1. Configuration menu
    Copy the full SHA
    8612cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25383ad View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#5603 from TimeIncOSS/fix/4913

    aws: Fix CloudFormation update for parameters & capabilities if not modified
    radeksimko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    0929c88 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    radeksimko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    d361802 View commit details
    Browse the repository at this point in the history
  5. Updated google instance docs with custom instance type

    Pradeep Chhetri committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    19c9e14 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#5604 from pradeepchhetri/upgrade-google-…

    …instance-docs
    
    Updated google instance docs with custom instance type
    radeksimko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    830ce7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc0c2c0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#5605 from nicolai86/bugfix/verify-ecs-el…

    …b-count
    
    provider/aws validate number of load_balancers before creating aws_ecs_service
    radeksimko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    189e9b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    693b5de View commit details
    Browse the repository at this point in the history
  10. helper/schema: implement ComputedWhen

    ComputedWhen is a long `TODO`d schema feature that allows any field to
    be marked as computed when some terget field changes.
    
    Right now Terraform has no way of invalidating a field until it sees
    _that_ field changes, but there are plenty of examples of scenarios
    where one field changing implies that another field is going to be
    assigned a new value.
    phinze authored and radeksimko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    71fca46 View commit details
    Browse the repository at this point in the history
  11. Make use of ComputedWhen in aws_s3_bucket_object

    Radek Simko authored and radeksimko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    341c294 View commit details
    Browse the repository at this point in the history