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

New Resource: ECR Lifecycle Policy #1869

Closed
wants to merge 196 commits into from

Commits on Oct 1, 2017

  1. Add AWS SES DKIM resource

    arr-dev committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    231b0f8 View commit details
    Browse the repository at this point in the history
  2. If default cloudfront certificate is used, ignore minimum_protocol_ve…

    …rsion
    
    Fixes #407
    Eugene Dementiev committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    52ad2b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Wrap DkimTokens in aws.StringValueSlice to make sure it's saved

    Add Importer
    
    Remove `arn` attribute
    arr-dev committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    5a038e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Support SMS in SNS Topic Subscription protocols

    Since June 2016 SMS recipients no longer need to opt-in to SNS. See also
    
    https://aws.amazon.com/blogs/aws/new-worldwide-delivery-of-amazon-sns-messages-via-sms/
    icy committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    2a22dd1 View commit details
    Browse the repository at this point in the history
  2. resource/aws_alb_target_group: Add support for target_type

    Fixes: hashicorp#1588
    
    ```
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSALBTargetGroup_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -run=TestAccAWSALBTargetGroup_ -timeout 120m
    === RUN   TestAccAWSALBTargetGroup_basic
    --- PASS: TestAccAWSALBTargetGroup_basic (73.55s)
    === RUN   TestAccAWSALBTargetGroup_namePrefix
    --- PASS: TestAccAWSALBTargetGroup_namePrefix (72.26s)
    === RUN   TestAccAWSALBTargetGroup_generatedName
    --- PASS: TestAccAWSALBTargetGroup_generatedName (74.94s)
    === RUN   TestAccAWSALBTargetGroup_changeNameForceNew
    --- PASS: TestAccAWSALBTargetGroup_changeNameForceNew (129.78s)
    === RUN   TestAccAWSALBTargetGroup_changeProtocolForceNew
    --- PASS: TestAccAWSALBTargetGroup_changeProtocolForceNew (151.66s)
    === RUN   TestAccAWSALBTargetGroup_changePortForceNew
    --- PASS: TestAccAWSALBTargetGroup_changePortForceNew (129.73s)
    === RUN   TestAccAWSALBTargetGroup_changeVpcForceNew
    --- PASS: TestAccAWSALBTargetGroup_changeVpcForceNew (112.48s)
    === RUN   TestAccAWSALBTargetGroup_tags
    --- PASS: TestAccAWSALBTargetGroup_tags (124.72s)
    === RUN   TestAccAWSALBTargetGroup_updateHealthCheck
    --- PASS: TestAccAWSALBTargetGroup_updateHealthCheck (122.61s)
    === RUN   TestAccAWSALBTargetGroup_updateSticknessEnabled
    --- PASS: TestAccAWSALBTargetGroup_updateSticknessEnabled (170.23s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	1161.982s
    ```
    stack72 committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    7e2a397 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Using self false icw cidr_blocks should be valid

    It’s a valid combination to set `self false` and `cidr_blocks`. So changing the validation to reflect this as currently you cannot actively set `self` to `false` without getting a validation error.
    Sander van Harmelen committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    10ed381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7e7e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    f81c3dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12d480e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Changes the default minimum_protocol_version to TLSv1 and updates the…

    … documentation to fall in line with changes in AWS
    JamesBelchamber committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    e331386 View commit details
    Browse the repository at this point in the history
  2. Update ELB create to align with 4000s idle timeout

    AWS has updated the idle connection timeout to 4000 seconds (http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html).  This change is to bring the provider current with that setting.
    jbruett committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d736b3c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Make file

    atsushi-ishibashi committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    da762b1 View commit details
    Browse the repository at this point in the history
  2. Add link to AWS documentation

    Link to Elastic Beanstalk Supported Platforms documentation for solution
    stack name reference.
    iiska committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    25a2820 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#1861 from jbruett/patch-1

    Update ELB create to align with 4000s idle timeout
    Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    823468f View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    536f593 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#1871 from iiska/doc/solution-stacks-link

    website: Add AWS documentation link to elastic_beanstalk_solution_stack datasource
    Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    cece5ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbd3504 View commit details
    Browse the repository at this point in the history
  7. Merge pull request hashicorp#1847 from mikekap/iib-for-fleets

    resource/aws_spot_fleet_request: Add support for instance_interruption_behaviour
    Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    22426e0 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    be4f724 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8f1e38 View commit details
    Browse the repository at this point in the history
  10. Specify kinesis stream as the source of a aws_kinesis_firehose_delive…

    …ry_stream (hashicorp#1605)
    
    * First attempt at resolving hashicorp#1601
    
    * Removing unused method
    
    * Add acceptance test for aws_kinesis_firehose_delivery_stream using Kinesis Stream as source
    
    * Updated "source_configuration" to be "kinesis_source_configuration"
    pleschev authored and Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    de474a8 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    cce6922 View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#1875 from martinssipenko/patch-1

    Added missing attribute in db_option_group documentation
    Ninir committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    32d32f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    efcd9a9 View commit details
    Browse the repository at this point in the history
  14. Indicate that ipv6 addresses are exported

    aws_instance resources export ipv6_addresses which may be used like:
    ```
     value  = "${element(aws_instance.consul_server.*.ipv6_addresses[0], count.index)}"
    ```
    meangrape committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    450e421 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    d3d22d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3fc3a View commit details
    Browse the repository at this point in the history
  3. Check VPC array size

    andreaTP committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    3da6863 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Merge pull request hashicorp#1849 from terraform-providers/b-vpn-conn…

    …-route-waiters
    
    r/vpn_connection_route: Wait until route is available/deleted
    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    d40e668 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    8e7ff53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b5774 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28c9fc8 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    6a94aee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    445f5bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e833133 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#1785 from ekini/default_certificate

    If default cloudfront certificate is used, ignore minimum_protocol_version
    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    a45d3a5 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    9d416b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f3f1f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68f9358 View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#1878 from jayed/aws_instance_doc_ipv6

    Indicate that ipv6 addresses are exported
    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    ab72b39 View commit details
    Browse the repository at this point in the history
  13. Merge pull request hashicorp#1881 from ApsOps/clarify-kinesis-deliver…

    …y-stream-errors
    
    Log complete error while creating Kinesis Firehose Delivery Stream
    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    4db5c35 View commit details
    Browse the repository at this point in the history
  14. Update CHANGELOG.md

    radeksimko committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    1995248 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c43dfcd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Update CHANGELOG.md

    radeksimko committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    4fc6d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8bedbd View commit details
    Browse the repository at this point in the history
  3. Spot Instance Request: handle "closed" requests

    For one-time spot instance requests, when the instance is terminated,
    the request is automatically marked as "closed" and removed by aws after
    some time. This is same as "cancelled" requests. This change handles
    "closed" state scenario and treats the request as deleted.
    darkowlzz committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    fd5f541 View commit details
    Browse the repository at this point in the history
  4. Clarify Documentation on Application AutoScaling Policy Resource

    Updated the description of the `policy_type` argument of the
    Application AutoScaling Policy resource to include DynamoDB support.
    brandonstevens committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    00fd7e9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#1903 from darkowlzz/1327-handle-closed-s…

    …pot-request
    
    Spot Instance Request: handle "closed" requests
    radeksimko committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    3089ed0 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    radeksimko committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    f16302c View commit details
    Browse the repository at this point in the history
  7. Merge pull request hashicorp#1904 from brandonstevens/appautoscaling-…

    …docs
    
    Clarify Documentation on Application AutoScaling Policy Resource
    radeksimko committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    0e82c15 View commit details
    Browse the repository at this point in the history
  8. add vendoring for aws service budget (hashicorp#1898)

    * add vendoring for aws service budget
    
    [hashicorp#753]
    
    * bump aws budgets package vendor version
    xchapter7x authored and radeksimko committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    ca67ee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Add default value

    koooge committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    247737a View commit details
    Browse the repository at this point in the history
  2. Add aws-sdk-go/service/shield package (hashicorp#1901)

    * Add aws-sdk-go/service/shield package
    
    * Specify shield@v1.12.8
    atsushi-ishibashi authored and radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    eaf717c View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#1906 from koooge/master

    [Doc]Add default value
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    004c845 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#1843 from ryno75/master

    Adding vpc_id to aws_security_group resource md (fixes hashicorp#1670)
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    c206aec View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#1839 from svanharmelen/f-security-group-…

    …rule
    
    Using `self false` icw `cidr_blocks` should be allowed
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    1492516 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5cd548b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea5fb39 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#1882 from andreaTP/checkVPCSPresence

    Check VPC array size
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    aa626d6 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    12d5b1a View commit details
    Browse the repository at this point in the history
  10. v1.1.0

    tf-release-bot committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    0baded9 View commit details
    Browse the repository at this point in the history
  11. Cleanup after v1.1.0 release

    tf-release-bot committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    0fe93ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ff38ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9c86d16 View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#1908 from terraform-providers/docs-add-m…

    …issing-link
    
    docs: Add missing link to d/s3_bucket
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a2a895d View commit details
    Browse the repository at this point in the history
  15. Merge pull request hashicorp#1891 from terraform-providers/b-elastica…

    …che-prm-grp-return
    
    r/elasticache_parameter_group: Add missing return to retry logic
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    be2418b View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    029107d View commit details
    Browse the repository at this point in the history
  17. Merge pull request hashicorp#1892 from terraform-providers/b-batch-de…

    …letion-state
    
    r/batch_job_queue: Wait for update completion when disabling
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    fb52fc7 View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a953b20 View commit details
    Browse the repository at this point in the history
  19. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    736e244 View commit details
    Browse the repository at this point in the history
  20. Merge pull request hashicorp#1894 from terraform-providers/b-snapshot…

    …-vol-perm-timeout
    
    r/snapshot_create_volume_permission: Raise timeout
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    c365570 View commit details
    Browse the repository at this point in the history
  21. Merge pull request hashicorp#1896 from terraform-providers/b-kms-alia…

    …s-retry-creation
    
    r/kms_alias: Retry creation on NotFoundException
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    8a3c35a View commit details
    Browse the repository at this point in the history
  22. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    285aa91 View commit details
    Browse the repository at this point in the history
  23. Merge pull request hashicorp#1900 from terraform-providers/b-kms-key-…

    …retry-tags
    
    r/kms_key: Retry reading tags on NotFoundException
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    cc5cc25 View commit details
    Browse the repository at this point in the history
  24. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    20eb39b View commit details
    Browse the repository at this point in the history
  25. Merge pull request hashicorp#1905 from terraform-providers/b-db-snaps…

    …hot-retry-timeout
    
    r/db_snapshot: Raise creation timeout to 20mins
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    595e265 View commit details
    Browse the repository at this point in the history
  26. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    572d93c View commit details
    Browse the repository at this point in the history
  27. Update CHANGELOG.md

    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    64f5506 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f18bb98 View commit details
    Browse the repository at this point in the history
  29. Merge pull request hashicorp#1915 from terraform-providers/vendor-aws…

    …-direct-connect
    
    vendor: github.com/aws/aws-sdk-go/service/directconnect
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    befa952 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    14a240c View commit details
    Browse the repository at this point in the history
  31. Merge pull request hashicorp#1916 from atsushi-ishibashi/vendor-works…

    …paces
    
    Add aws-sdk-go/service/workspaces@v1.12.8
    radeksimko committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5eb6320 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Update README.md

    * Add instructions for running tests
    ApsOps committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    43605cb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Merge pull request hashicorp#1926 from ApsOps/patch-1

    Update README.md
    radeksimko committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    5f2d99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c65f31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e82313f View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#1950 from handlerbot/vendor-elasticsearch

    Add aws-sdk-go/service/...@v1.12.12
    radeksimko committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    d6b12ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e0b0e0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#1943 from darkowlzz/sg-description

    data_source_aws_security_group: add description
    Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    c33cd2f View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    a2f482a View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#1856 from JamesBelchamber/cloudfront-new…

    …-minimum-protocol-versions
    
    Change the default minimum_protocol_version to TLSv1
    Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    1b6527c View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    8d21069 View commit details
    Browse the repository at this point in the history
  10. Adding servicecatalog_portfolio resource (hashicorp#1694)

    * adding servicecatalog portfolio resource
    
    * updates per code review
    
    * adding documentation for service catalog portfolio
    
    * fixing documentation names for service catalog
    
    * update service catalog documentation
    
    * adding destroy and dissapear test
    
    * update loggin messages for consistency
    
    * update sidebar
    
    * updates based on code review
    
    * adding support for tags
    
    * adding tests for tags
    
    * formatting
    
    * update name
    
    * updated to consistent names
    
    * adding created time and arn
    bw-intuit authored and Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    79826aa View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    6618107 View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#1813 from icyfork/enable_sms_topic_subsc…

    …ription
    
    Support SMS in SNS Topic Subscription protocols
    Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    7bbe54f View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    Ninir committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    b17bb9f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

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

Commits on Oct 20, 2017

  1. Bump AWS SDK to v1.12.14.

    ewbankkit committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    2aac7e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#1984 from ewbankkit/bump-aws-sdk-1.12.14

    Bump AWS SDK to v1.12.14
    radeksimko committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    a61d2ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecee8f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#1956 from terraform-providers/b-nlb-eip

    r/aws_lb: Allow assigning EIP to network LB
    radeksimko committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    3056b04 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    radeksimko committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    f956e2f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Configuration menu
    Copy the full SHA
    0c0da38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#1997 from abinashmeher999/route53-docs

    Fix typo in d/route53_zone.html
    radeksimko committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    5f36ce7 View commit details
    Browse the repository at this point in the history
  3. rm vendor update

    atsushi-ishibashi committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    424a5a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

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

Commits on Oct 23, 2017

  1. Merge pull request hashicorp#2006 from dtan4/kms-key-usage-doc

    Modify aws_kms_key.key_usage default value in doc
    radeksimko committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    db0414b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ed12f View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#1786 from arr-dev/b-ses-dkim

    Add AWS SES DKIM resource
    radeksimko committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    20bdb38 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    radeksimko committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    d36dbee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95359b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50ad29a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    230b696 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#2008 from terraform-providers/b-s3-bucke…

    …t-retry-op-aborted
    
    r/s3_bucket: Retry tagging on OperationAborted
    radeksimko committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    99c4355 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    radeksimko committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    6717b27 View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#863 from Ninir/f-cognito-ip-roles-attach…

    …ment
    
    Cognito: Added Identity Pool Roles Attachment
    Ninir committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    88876bd View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    Ninir committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    fa7f424 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    f1a572e View commit details
    Browse the repository at this point in the history
  2. Those id needs to be arn

    ROunofF committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    0da2f01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#2022 from alex1x/master

    Documentation fix in api_gateway_integration example - fixes hashicorp#1934
    Ninir committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    4427885 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#2015 from Ninir/b-cognito-refresh

    resource/aws_cognito_identity_pool: Fixed refresh of providers
    Ninir committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    c6e3d86 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Ninir committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    ef7086e View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#2025 from ROunofF/patch-1

    Documentation fix for aws_billing_service_account - Those id needs to be arn
    Ninir committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    b5bb97c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Minor inconsistent indentation correction

    Correct indentation for argument `timeouts`
    abinashmeher999 committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    f081c8e View commit details
    Browse the repository at this point in the history
  2. Fix typo in changelog

    abinashmeher999 committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    27fe2af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1bd5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0476f80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#2045 from abinashmeher999/doc_changes

    r/ami doc update and few typo and indentation fixes
    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    03c0ae7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baa5d8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96093dd View commit details
    Browse the repository at this point in the history
  8. Add 'tags' support to aws_spot_fleet_request (hashicorp#2042)

    * Added 'tags' support to aws_spot_fleet_request
    
    * Fixed error on non-existent tags block in spot fleet request
    
    * r/spot_fleet_request: Add acc test for tags
    jekh authored and radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    6514cc5 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    960b309 View commit details
    Browse the repository at this point in the history
  10. Fix hashicorp#2031 - DHCP Options Set docs should explain how to main…

    …tain default AWS DNS
    alex1x committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    a538b06 View commit details
    Browse the repository at this point in the history
  11. Merge pull request hashicorp#2047 from terraform-providers/b-spot-fle…

    …et-bid-price
    
    r/spot_fleet_request: Raise bid price in acceptance test
    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    1f6df30 View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#2048 from terraform-providers/b-elastica…

    …che-rg-raise-timeout
    
    r/elasticache_replication_group: Raise creation timeout to 50mins
    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    ccb49f6 View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    6c5775c View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#2049 from terraform-providers/b-snapshot…

    …-vol-perm-timeout
    
    r/snapshot_create_volume_permission: Raise creation timeout to 20mins
    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    a1c3c62 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    4e6b0a9 View commit details
    Browse the repository at this point in the history
  16. Add instructions on using the plugin

    Adds instructions to use the plugin after you've built it.
    Joe Winter authored and Joe Winter committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    d90eaac View commit details
    Browse the repository at this point in the history
  17. Merge pull request hashicorp#2052 from jwinter/README-using-the-provider

    Add instructions on using the provider
    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    4bebf54 View commit details
    Browse the repository at this point in the history
  18. Merge pull request hashicorp#2033 from alex1x/master

    resource/vpc_dhcp_options: Updated documentation about how to maintain default AWS DNS servers
    Ninir committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    1be222f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    80a2af5 View commit details
    Browse the repository at this point in the history
  20. Add s3_backup_mode option in Firehose Redshift destination (hashicorp…

    …#1830)
    
    * Add s3_backup_mode option in Firehose Redshift destination
    
    * Update docs for Firehose Redshift destination configuration
    
    * Changes as per review comments
    
    * Don't export a private function
    ApsOps authored and radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    44edced View commit details
    Browse the repository at this point in the history
  21. Update CHANGELOG.md

    radeksimko committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    79e0138 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ab0d139 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    328c3b3 View commit details
    Browse the repository at this point in the history
  2. Update subnet_ids.html.markdown (hashicorp#2058)

    Super small tweak to documentation, took me a couple times to understand what this sentence was originally trying to say.
    icebourg authored and radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    8ef6def View commit details
    Browse the repository at this point in the history
  3. Support VPC configuration of aws_elasticsearch_domain resources. (has…

    …hicorp#1958)
    
    * Support VPC configuration of aws_elasticsearch_domain resources.
    
    * Elasticsearch VPC support: creation/endpoint bugfixes; VPC acceptance tests.
    
    * Elasticsearch VPC support: PR feedback
    
    * Elasticsearch VPC support: 2nd PR feedback
    
    * Elasticsearch VPC support: 3rd PR feedback.
    
    - If creating an ES domain in VPC, create IAM service-linked role if
      not already existing.
    - Randomize domain name during basic create/destroy test for ES in VPC.
    - Add create/update test for ES in VPC.
    
    * Simplify error handling + retry on missing service role
    handlerbot authored and radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    5659df1 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    968a752 View commit details
    Browse the repository at this point in the history
  5. Update aws_appautoscaling_target and aws_appautoscaling_policy resour…

    …ce documentation (hashicorp#2000)
    
    * Update aws_appautoscaling_target and aws_appautoscaling_policy resource documentation
    
    * Use step_scaling_policy_configuration in ECS service autoscaling policy example, fixes hashicorp#1933
    * Add DynamoDB table autoscaling examples
    * Add EMR information to policy
    * Provide more readable and verbose table of values for resource_id and scalable_dimension
    * Use nested list for service_namespace
    
    * Point to AWS Application Auto Scaling documentation regarding resource_id/scalable_dimension/service_namespace
    bflad authored and radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    d0af71f View commit details
    Browse the repository at this point in the history
  6. remove "id" fields from schema definitions (hashicorp#1626)

    * remove "id" fields from schema definitions
    
    The "id" field is built-in and not required in the schema. Future
    updates to helper/schema will cause these to fail validation.
    
    * replace Set and Get of "id" with Id and SetId
    
    Replace Set and Get with "id" keys with SetId and Id, and remove
    redundant uses of these.
    
    Remove a few more stray "id" fields in schemas. The few remaining are
    not at the top level and don't represent "resources" in their own.
    
    * Put Optional 'id' fields back to data sources
    jbardin authored and radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    aa72c27 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    f41ccb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfcdb83 View commit details
    Browse the repository at this point in the history
  9. travis: Bump go to 1.9.1

    radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    bee254a View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#2067 from terraform-providers/dep-travis…

    …-go-1.9.1
    
    travis: Bump go to 1.9.1
    radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    925af31 View commit details
    Browse the repository at this point in the history
  11. Merge pull request hashicorp#2065 from terraform-providers/b-servicec…

    …atalog-id-field-removal
    
    Remove id field from aws_servicecatalog_portfolio
    radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    6b2f18b View commit details
    Browse the repository at this point in the history
  12. Fixed wrong method name usage

    Ninir committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    191b3ef View commit details
    Browse the repository at this point in the history
  13. Merge pull request hashicorp#1589 from stack72/f-aws-alb-target-group…

    …-type
    
    resource/aws_alb_target_group: Add support for `target_type`
    Ninir committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    8d66014 View commit details
    Browse the repository at this point in the history
  14. Update CHANGELOG.md

    Ninir committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    2b4343e View commit details
    Browse the repository at this point in the history
  15. Add NatGateway data source (hashicorp#1294)

    * copied vpn_gateway to nat_gateway
    
    * replaced VpnGateway with NatGateway
    
    * replaced avalability_zone with subnet_id
    
    * replaced attached_vpc_id with vpc_id
    
    * removed attachment.state and attachment.vpc references
    
    * replaced s/VPN/NAT in logs/debugs/prints and s/vgw/ngw in var names
    
    * removed attachment loop
    
    * replaced s/VpnGateway/NatGateway
    
    * replaced s/vpn/nat
    
    * removed references to attached/unattached
    
    * ran go fmt
    
    * changed s/Filters/Filter
    
    * fixed returns, removed tags reference
    
    * fixed var names to be capital
    
    * removed unused import
    
    * added loop to set address variables
    
    * Made NatGatewayAddresses plural
    
    * changed empty string check
    
    * Correct resource references in acctest config
    
    * Add NGW to aws datasource list
    
    * Add EIP, VPC, and Subnet to test fixture
    
    * Working test fixture config - added IGW, removed tagging on NGW
    
    * s/VPN/NAT/
    
    * added missing rInt arg
    
    * added aws_nat_gateway to sidebar
    
    * created documentation page for nat gateway
    
    * changed logic for building req
    
    * removed comment about EIP search
    
    * reran make fmt
    
    * fixed copy paste typos
    
    * added tags to schema and moved log statement
    
    * removed plus signs
    
    * removed escape characters in title
    
    * renamed id and removed extra spaces
    
    * ran make fmt
    
    * made attributes and documentation similar to nat gateway resource
    shadycuz authored and Ninir committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    ab9e3e6 View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    Ninir committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    0bfaf6c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    63a3f68 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    10866b4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8e159e3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    107fab8 View commit details
    Browse the repository at this point in the history
  21. Merge pull request hashicorp#2055 from terraform-providers/t-kinesis-…

    …tests-refactoring
    
    r/kinesis_firehose_delivery_stream: Use data source instead of acc ID in tests
    radeksimko committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    95ef257 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Configuration menu
    Copy the full SHA
    dca0899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    918be14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#2079 from Ninir/b-firehosestreamsource-a…

    …ccountid
    
    resource/aws_kinesis_firehose_delivery_stream_test: Fixed ExternalId being a random int
    Ninir committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    b3c6f76 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Ninir committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    35fe15d View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#2076 from Ninir/b-usageplan-ratelimit

    resource/aws_api_gateway_usag_plan: Fixed setting of rate_limit
    Ninir committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    b66f6b6 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Ninir committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    c95887e View commit details
    Browse the repository at this point in the history
  7. Merge pull request hashicorp#2062 from bflad/dynamodb_table_data_source

    New Data Source: aws_dynamodb_table
    Ninir committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    0e1dc39 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    Ninir committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    c162ebb View commit details
    Browse the repository at this point in the history
  9. Add 'aws_cloudtrail_service_account' data source.

    Kit Ewbank authored and radeksimko committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    3177675 View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#1774 from ewbankkit/add-data_source_clou…

    …dtrail_service_account
    
    Add 'aws_cloudtrail_service_account' data source
    radeksimko committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    6371b04 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    radeksimko committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    59afb0a View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#1987 from ewbankkit/issue-1983

    Add support for SQS queue tags
    radeksimko committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    39611c5 View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    radeksimko committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a710eab View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#2054 from terraform-providers/b-spot-ins…

    …tance-subnet-id
    
    r/spot_instances_request: Fix failing acceptance test (SubnetId)
    radeksimko committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    1bf1537 View commit details
    Browse the repository at this point in the history
  15. Merge pull request hashicorp#2066 from terraform-providers/vendor-tf-…

    …latest
    
    vendor: Update hashicorp/terraform to latest
    radeksimko committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    1258982 View commit details
    Browse the repository at this point in the history
  16. Fix TestAccAWSEMRCluster_terminationProtected (hashicorp#2091)

    * some test config cleanups
    
    * refactor to re-use the same config
    catsby committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    8026b18 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Make file

    atsushi-ishibashi committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    aa1ec0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06f861 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6fc1f View commit details
    Browse the repository at this point in the history
  4. reflect reviews

    atsushi-ishibashi committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    d1b30b6 View commit details
    Browse the repository at this point in the history
  5. r/aws_{ami,ami_copy,ami_from_instance}: Configurable timeouts. (hashi…

    …corp#1811)
    
    * r/aws_{ami,ami_copy,ami_from_instance}: Configurable timeouts.
    
    * r/aws_{ami,ami_copy,ami_from_instance}: Configurable timeouts: pass timeout directly rather than entire `ResourceData`.
    jmehnle authored and radeksimko committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    177a198 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    radeksimko committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    2355a5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3ada8a View commit details
    Browse the repository at this point in the history
  8. Update lb_target_group.html.markdown

    jkodroff authored and radeksimko committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    6ef0e9d View commit details
    Browse the repository at this point in the history
  9. Update lb.html.markdown

    jkodroff authored and radeksimko committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    0a57a38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b042fdb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Make file

    atsushi-ishibashi committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    0b74ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62e784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24b30e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5e865c View commit details
    Browse the repository at this point in the history