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

V1.46.0 patched lifeomic #3

Closed
wants to merge 4,684 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 2, 2018

  1. resource/aws_emr_cluster: Only pass autoscaling_policy through to JSO…

    …N parser if non-empty string
    bflad committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    f3ef761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ccd7b1 View commit details
    Browse the repository at this point in the history
  3. deps: aws/aws-sdk-go@v1.15.68

    Updated via: `govendor fetch github.com/aws/aws-sdk-go/...@v1.15.68`
    bflad committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    07682c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#6345 from terraform-providers/v-aws-sdk-…

    …go-v1.15.68
    
    deps: aws/aws-sdk-go@v1.15.68
    bflad authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    0bd8c1a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    3c3e136 View commit details
    Browse the repository at this point in the history
  2. added tests for force delete path

    Rick Burgess committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    51191b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Refactor: moved all delete behaviours into seperate functions

    This makes the force delete flow more obvious and allows for easier reordering or parallelisation of delete behaviours
    Rick Burgess committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    e4631a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#6338 from terraform-providers/td-unparam

    tests/provider: Fix unparam Linting Issues and Enable in TravisCI Testing
    bflad authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    09e8156 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. docs/resource/aws_security_group*: Add note and link to AWS documenta…

    …tion about VPC peering restrictions
    bflad committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    6e23bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5808e View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#6342 from ewbankkit/issue-6244

    Allow parallel running of DX VIF acceptance tests
    bflad authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    392022a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/delete-public-ssh-keys-on-iam_user-force-destro…

    …y' of https://github.com/nodefortytwo/terraform-provider-aws into nodefortytwo-feature/delete-public-ssh-keys-on-iam_user-force-destroy
    bflad committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0ed5637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eb1360 View commit details
    Browse the repository at this point in the history
  6. tests/resource/aws_iam_user: Add coverage for force_destroy with Acce…

    …ss Keys and Login Profiles
    
    ```
    --- PASS: TestAccAWSUser_disappears (7.15s)
    --- PASS: TestAccAWSUser_ForceDestroy_SSHKey (9.38s)
    --- PASS: TestAccAWSUser_importBasic (9.49s)
    --- PASS: TestAccAWSUser_ForceDestroy_AccessKey (9.55s)
    --- PASS: TestAccAWSUser_ForceDestroy_LoginProfile (9.78s)
    --- PASS: TestAccAWSUser_pathChange (13.74s)
    --- PASS: TestAccAWSUser_nameChange (13.80s)
    --- PASS: TestAccAWSUser_basic (13.94s)
    --- PASS: TestAccAWSUser_permissionsBoundary (31.21s)
    ```
    bflad committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    6fe2250 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e20efd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4148c39 View commit details
    Browse the repository at this point in the history
  9. tests/resource/aws_iam_user: Enable TestAccAWSUser_ForceDestroy_MFADe…

    …vice
    
    Changes:
    
    * `govendor fetch github.com/pquerna/otp/totp`
    * Implement MFA device code generation for acceptance testing
    
    ```
    --- PASS: TestAccAWSUser_ForceDestroy_MFADevice (9.16s)
    ```
    bflad committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    20d3dcd View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#6358 from terraform-providers/d-aws_secu…

    …rity_group_rule-vpc-peering-restrictions
    
    docs/resource/aws_security_group*: Add note and link to AWS documentation about VPC peering restrictions
    bflad authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    7ede94d View commit details
    Browse the repository at this point in the history
  11. Merge pull request hashicorp#6362 from terraform-providers/t-aws_iam_…

    …user-mfa
    
    tests/resource/aws_iam_user: Enable TestAccAWSUser_ForceDestroy_MFADevice
    bflad authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    7187221 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Update acmpca_certificate_authority.html.markdown

    Usage of wrong attribute of aws_s3_bucket
    Jacob authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    8b55c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10f074 View commit details
    Browse the repository at this point in the history
  3. service/efs: Add File System ARN attributes

    Changes:
    * data-source/aws_efs_file_system: Add `arn` attribute
    * data-source/aws_efs_mount_target: Add `file_system_arn` attribute
    * resource/aws_efs_file_system: Add `arn` attribute
    * resource/aws_efs_mount_target: Add `file_system_arn` attribute
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccDataSourceAwsEfsFileSystem (23.38s)
    --- PASS: TestAccAWSEFSFileSystem_basic (47.76s)
    --- PASS: TestAccDataSourceAwsEfsMountTargetByMountTargetId (220.04s)
    --- PASS: TestAccAWSEFSMountTarget_basic (399.10s)
    ```
    bflad committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    c558397 View commit details
    Browse the repository at this point in the history
  4. fixed fmt errors

    tracypholmes committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    dc45f77 View commit details
    Browse the repository at this point in the history
  5. almost there fmt errors

    tracypholmes committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    488b758 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b18f21d View commit details
    Browse the repository at this point in the history
  7. resource/aws_dlm_lifecycle_policy: Address hashicorp#5558 PR feedback

    ```
    --- PASS: TestAccAWSDlmLifecyclePolicy_Basic (15.16s)
    --- PASS: TestAccAWSDlmLifecyclePolicy_Full (20.28s)
    ```
    bflad committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5185e50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9905f85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1040c9f View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#6371 from terraform-providers/f-efs-file…

    …-system-arn
    
    service/efs: Add File System ARN attributes
    bflad authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    8a3ff81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd3b55d View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#6368 from jverhoeks/patch-1

    Update acmpca_certificate_authority.html.markdown
    bflad authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    75066a8 View commit details
    Browse the repository at this point in the history
  13. fix typo

    Jeff Wozniak committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    44718e3 View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#6359 from saravanan30erd/issue-6306

    create new resource during short_name update in aws_opsworks_application
    bflad authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1f94deb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fa4d163 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e7f9882 View commit details
    Browse the repository at this point in the history
  17. Merge pull request hashicorp#6317 from travispaul/patch-1

    aws_ssm_parameter data source doesn't allow you to store a parameter
    bflad authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9955962 View commit details
    Browse the repository at this point in the history
  18. resource/aws_flow_log: Automatically trim :* suffix from log_destinat…

    …ion argument
    
    `aws_cloudwatch_log_group` `arn` attribute references will automatically contain `:*` due to the CloudWatch Logs API implementation. While we may in the future trim that attribute in the `aws_cloudwatch_log_group` resource in a major release, this provides a quick band aid for issues when using it with this resource.
    
    Changes:
    * resource/aws_flow_log: Automatically trim `:*` suffix from `log_destination` argument
    * tests/resource/aws_flow_log: Switch acceptance testing to `resource.ParallelTest()`
    
    ```
    --- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (25.45s)
    --- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (28.20s)
    --- PASS: TestAccAWSFlowLog_SubnetID (30.30s)
    --- PASS: TestAccAWSFlowLog_VPCID (41.48s)
    ```
    bflad committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1434b97 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    8466569 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#6377 from terraform-providers/b-aws_flow…

    …_log-trim-log_destination-wildcard
    
    resource/aws_flow_log: Automatically trim :* suffix from log_destination argument
    bflad authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f80af60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c2ec1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#6344 from ewbankkit/issue-6340

    r/aws_s3_bucket: Fix 'Error putting S3 replication configuration: MalformedXML' error
    bflad authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    197d49f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a772578 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d49287 View commit details
    Browse the repository at this point in the history
  7. tests/resource/aws_kinesis_analytics_application: Use resource.Parall…

    …elTest() and randomize naming
    
    ```
    --- PASS: TestAccAWSKinesisAnalyticsApplication_basic (11.06s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_update (17.23s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_addCloudwatchLoggingOptions (25.38s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_referenceDataSource (30.47s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_updateCloudwatchLoggingOptions (38.74s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_referenceDataSourceUpdate (54.39s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_outputsKinesisStream (87.98s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_inputsKinesisStream (88.00s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_outputsAdd (94.81s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_inputsAdd (110.65s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_outputsUpdateKinesisStream (172.40s)
    --- PASS: TestAccAWSKinesisAnalyticsApplication_inputsUpdateKinesisStream (172.42s)
    ```
    bflad committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ff8b029 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2a76be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    637fbab View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#6378 from ndench/docs-codebuild-webook-p…

    …roject-name
    
    Fix typo in aws_codebuild_webook docs
    bflad authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2963a50 View commit details
    Browse the repository at this point in the history
  11. Update flow_log.html.markdown

    Amine authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7cfa2d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    981b785 View commit details
    Browse the repository at this point in the history
  13. Remove logging calls.

    fbreckle committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    de20326 View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#6385 from amine250/patch-1

    Update flow_log.html.markdown
    bflad authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f48859d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bdfc595 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b3a755 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    788011d View commit details
    Browse the repository at this point in the history
  18. Fix acceptance tests

    mbamber committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2e49b7d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    23199dc View commit details
    Browse the repository at this point in the history
  20. Merge pull request hashicorp#6372 from terraform-providers/d-format_d…

    …oc_examples
    
    D format doc examples
    tracypholmes authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    8985d91 View commit details
    Browse the repository at this point in the history
  21. resource/aws_rds_cluster: Prevent InvalidParameterCombination error…

    … with `engine_version` and `snapshot_identifier` on creation
    
    This is a similar refactoring to the `aws_db_instance` resource that has occurred recently over a few iterations. The refactoring prevents a class of potential bugs related to unexpected update errors or an extraneous update after restoring from snapshot or S3. Instead we should be left with "requires two applies" type issues, which are more workable.
    
    Changes:
    * resource/aws_rds_cluster: Refactor Create function to call ModifyDBCluster directly instead of Update function
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSRDSCluster_BacktrackWindow (177.25s)
    --- PASS: TestAccAWSRDSCluster_backupsUpdate (194.40s)
    --- PASS: TestAccAWSRDSCluster_basic (123.91s)
    --- PASS: TestAccAWSRDSCluster_DeletionProtection (195.88s)
    --- PASS: TestAccAWSRDSCluster_encrypted (124.72s)
    --- PASS: TestAccAWSRDSCluster_EncryptedCrossRegionReplication (1578.13s)
    --- PASS: TestAccAWSRDSCluster_EngineMode (378.92s)
    --- PASS: TestAccAWSRDSCluster_EngineMode_ParallelQuery (128.98s)
    --- PASS: TestAccAWSRDSCluster_EngineVersion (137.07s)
    --- PASS: TestAccAWSRDSCluster_EngineVersionWithPrimaryInstance (1117.06s)
    --- PASS: TestAccAWSRDSCluster_generatedName (145.47s)
    --- PASS: TestAccAWSRDSCluster_iamAuth (156.83s)
    --- PASS: TestAccAWSRDSCluster_importBasic (128.64s)
    --- PASS: TestAccAWSRDSCluster_kmsKey (143.46s)
    --- PASS: TestAccAWSRDSCluster_missingUserNameCausesError (2.34s)
    --- PASS: TestAccAWSRDSCluster_namePrefix (123.69s)
    --- PASS: TestAccAWSRDSCluster_Port (297.06s)
    --- PASS: TestAccAWSRDSCluster_s3Restore (1391.94s)
    --- PASS: TestAccAWSRDSCluster_ScalingConfiguration (281.57s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier (364.76s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_DeletionProtection (490.59s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_EncryptedRestore (426.54s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_EngineMode_ParallelQuery (366.46s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_EngineMode_Provisioned (355.81s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_EngineVersion_Different (386.44s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_EngineVersion_Equal (407.85s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_PreferredBackupWindow (355.70s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_PreferredMaintenanceWindow (386.74s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_Tags (364.61s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_VpcSecurityGroupIds (362.35s)
    --- PASS: TestAccAWSRDSCluster_SnapshotIdentifier_VpcSecurityGroupIds_Tags (463.75s)
    --- PASS: TestAccAWSRDSCluster_takeFinalSnapshot (186.68s)
    --- PASS: TestAccAWSRDSCluster_updateCloudwatchLogsExports (163.99s)
    --- PASS: TestAccAWSRDSCluster_updateIamRoles (143.56s)
    --- PASS: TestAccAWSRDSCluster_updateTags (163.35s)
    ```
    bflad committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    211fa61 View commit details
    Browse the repository at this point in the history
  22. v1.43.0

    tf-release-bot authored and TeamCity committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    27a4010 View commit details
    Browse the repository at this point in the history
  23. Cleanup after v1.43.0 release

    tf-release-bot authored and TeamCity committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    653b622 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    26c3ddc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f928949 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. resource/aws_vpc: Wait for IPv6 association on Create

    Changes:
    * resource/aws_vpc: Add IPv6 CIDR block association waiter during VPC creation
    * resource/aws_vpc: Refactor IPv6 CIDR block association waiters into separate functions
    * tests/resource/aws_vpc: Stronger IPv6 checks and general refactoring
    
    ```
    --- PASS: TestAccAWSVpc_coreMismatchedDiffs (22.74s)
    --- PASS: TestAccAWSVpc_DisabledDnsSupport (27.42s)
    --- PASS: TestAccAWSVpc_classiclinkOptionSet (28.19s)
    --- PASS: TestAccAWSVpc_classiclinkDnsSupportOptionSet (28.40s)
    --- PASS: TestAccAWSVpc_basic (28.41s)
    --- PASS: TestAccAWSVpc_bothDnsOptionsSet (36.09s)
    --- PASS: TestAccAWSVpc_update (40.07s)
    --- PASS: TestAccAWSVpc_tags (45.86s)
    --- PASS: TestAccAWSVpc_AssignGeneratedIpv6CidrBlock (64.86s)
    --- PASS: TestAccAWSVpc_Tenancy (65.81s)
    ```
    bflad committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    2b41d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dfa533 View commit details
    Browse the repository at this point in the history
  3. resource/aws_ebs_volume: Set tags on creation

    ```
    --- PASS: TestAccAWSEBSVolume_basic (23.19s)
    --- PASS: TestAccAWSEBSVolume_withTags (23.28s)
    --- PASS: TestAccAWSEBSVolume_NoIops (23.31s)
    --- PASS: TestAccAWSEBSVolume_updateIops (43.79s)
    --- PASS: TestAccAWSEBSVolume_updateType (43.95s)
    --- PASS: TestAccAWSEBSVolume_updateSize (44.21s)
    --- PASS: TestAccAWSEBSVolume_kmsKey (52.88s)
    --- PASS: TestAccAWSEBSVolume_updateAttachedEbsVolume (167.64s)
    ```
    bflad committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    3d44f91 View commit details
    Browse the repository at this point in the history
  4. tests/resource/aws_ebs_volume: Consolidate import test, enhance basic…

    … test, and refactor for current practices
    
    ```
    --- PASS: TestAccAWSEBSVolume_basic (23.19s)
    --- PASS: TestAccAWSEBSVolume_withTags (23.28s)
    --- PASS: TestAccAWSEBSVolume_NoIops (23.31s)
    --- PASS: TestAccAWSEBSVolume_updateIops (43.79s)
    --- PASS: TestAccAWSEBSVolume_updateType (43.95s)
    --- PASS: TestAccAWSEBSVolume_updateSize (44.21s)
    --- PASS: TestAccAWSEBSVolume_kmsKey (52.88s)
    --- PASS: TestAccAWSEBSVolume_updateAttachedEbsVolume (167.64s)
    ```
    bflad committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d0ea6e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a25525c View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#6394 from terraform-providers/b-aws_vpc-…

    …ipv6-on-create
    
    resource/aws_vpc: Wait for IPv6 association on Create
    bflad authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d5c454c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63055f0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#6391 from terraform-providers/b-aws_rds_…

    …cluster-snapshot-version
    
    resource/aws_rds_cluster: Prevent `InvalidParameterCombination` error with `engine_version` and `snapshot_identifier` on creation
    bflad authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    0d170aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfd9d94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb82fd6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d29f14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28b96c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d24f4f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    087fb3e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    930f8b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e345665 View commit details
    Browse the repository at this point in the history
  17. Merge pull request hashicorp#6400 from terraform-providers/d-aws_iam_…

    …policy_document-more-clarification
    
    docs/service/iam: Further clarify issues with aws_iam_policy_attachment resource
    bflad authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    368dfc3 View commit details
    Browse the repository at this point in the history
  18. gosimple: Fix validator

    YakDriver committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    814478c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b1894b2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    20e26dc View commit details
    Browse the repository at this point in the history
  21. resource/aws_cloudwatch_metric_alarm: Accept EC2 automate reboot ARN

    Previously:
    
    ```
    --- FAIL: TestAccAWSCloudWatchMetricAlarm_AlarmActions_EC2Automate (9.08s)
        testing.go:538: Step 0 error: Error planning: 2 errors occurred:
            	* aws_cloudwatch_metric_alarm.test: "alarm_actions.0" doesn't look like a valid ARN ("^arn:[\\w-]+:([a-zA-Z0-9\\-])+:([a-z]{2}-(gov-)?[a-z]+-\\d{1})?:(\\d{12})?:(.*)$"): "arn:aws:automate:us-west-2:ec2:reboot"
            	* aws_cloudwatch_metric_alarm.test: "alarm_actions.0" does not match EC2 automation ARN ("^arn:[\\w-]+:automate:[\\w-]+:ec2:(recover|stop|terminate)$"): "arn:aws:automate:us-west-2:ec2:reboot"
    ```
    
    ```
    --- PASS: TestAccAWSCloudWatchMetricAlarm_AlarmActions_EC2Automate (194.97s)
    ```
    bflad committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    965300d View commit details
    Browse the repository at this point in the history
  22. deps: aws/aws-sdk-go@v1.15.72

    Updated via: `govendor fetch github.com/aws/aws-sdk-go/...@v1.15.72`
    bflad committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    f352379 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. resource/aws_security_group_rule: Properly handle updating descriptio…

    …n when protocol is -1/ALL
    
    Previously:
    
    ```
    --- FAIL: TestAccAWSSecurityGroupRule_Description_AllPorts (21.74s)
        testing.go:538: Step 2 error: Error applying: 1 error occurred:
            	* aws_security_group_rule.test: 1 error occurred:
            	* aws_security_group_rule.test: Error updating security group sg-0b6f5a54297754be3 rule description: InvalidParameterValue: When protocol is ALL, you cannot specify from-port.
    ```
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSSecurityGroupRule_Description_AllPorts (36.84s)
    --- PASS: TestAccAWSSecurityGroupRule_Egress (21.08s)
    --- PASS: TestAccAWSSecurityGroupRule_EgressDescription (21.13s)
    --- PASS: TestAccAWSSecurityGroupRule_EgressDescription_updates (33.23s)
    --- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidCIDR (1.77s)
    --- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidTypeError (1.72s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Classic (20.29s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Ipv6 (42.93s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Protocol (41.24s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_VPC (20.04s)
    --- PASS: TestAccAWSSecurityGroupRule_IngressDescription (20.98s)
    --- PASS: TestAccAWSSecurityGroupRule_IngressDescription_updates (35.99s)
    --- PASS: TestAccAWSSecurityGroupRule_Issue5310 (20.12s)
    --- PASS: TestAccAWSSecurityGroupRule_MultiDescription (82.07s)
    --- PASS: TestAccAWSSecurityGroupRule_MultiIngress (22.57s)
    --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_basic (47.79s)
    --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_Source (44.23s)
    --- PASS: TestAccAWSSecurityGroupRule_PrefixListEgress (51.97s)
    --- PASS: TestAccAWSSecurityGroupRule_Race (274.72s)
    --- PASS: TestAccAWSSecurityGroupRule_SelfReference (40.94s)
    --- PASS: TestAccAWSSecurityGroupRule_SelfSource (41.11s)
    ```
    bflad committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    524d6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6f005 View commit details
    Browse the repository at this point in the history
  3. resource/aws_lambda_function: Handle slower code uploads on creation …

    …with configurable timeout
    
    Tested by adding a deliberate 2 minute sleep inside the first `resource.Retry()` function before the CreateFunction call.
    
    Previously:
    
    ```
    --- FAIL: TestAccAWSLambdaFunction_basic (104.02s)
        testing.go:538: Step 0 error: Error applying: 1 error occurred:
            	* aws_lambda_function.lambda_function_test: 1 error occurred:
            	* aws_lambda_function.lambda_function_test: Error creating Lambda function: timeout while waiting for state to become 'success' (timeout: 1m0s)
    ```
    
    Now:
    
    ```
    --- PASS: TestAccAWSLambdaFunction_basic (113.77s)
    ```
    bflad committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    8503bc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b6dc1f View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#6405 from terraform-providers/b-aws_clou…

    …dwatch_metric_alarm-ec2-automate-reboot
    
    resource/aws_cloudwatch_metric_alarm: Accept EC2 automate reboot ARN
    bflad authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b987318 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b798289 View commit details
    Browse the repository at this point in the history
  7. tests/resource/aws_security_group_rule: Add from_port/protocol/to_por…

    …t attribute checks in TestAccAWSSecurityGroupRule_Description_AllPorts
    
    ```
    --- PASS: TestAccAWSSecurityGroupRule_Description_AllPorts (25.78s)
    ```
    bflad committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    6ffadc9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#6409 from terraform-providers/b-aws_lamb…

    …da_function-slow-uploads
    
    resource/aws_lambda_function: Handle slower code uploads on creation with configurable timeout
    bflad authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    87a3d7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    212e91f View commit details
    Browse the repository at this point in the history
  10. Merge pull request hashicorp#6407 from terraform-providers/b-aws_secu…

    …rity_rule_rule-all-update-description
    
    resource/aws_security_group_rule: Properly handle updating description when protocol is -1/ALL
    bflad authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    fb4e02b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecc1c85 View commit details
    Browse the repository at this point in the history
  12. v1.43.1

    tf-release-bot authored and TeamCity committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    707d414 View commit details
    Browse the repository at this point in the history
  13. Cleanup after v1.43.1 release

    tf-release-bot authored and TeamCity committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1ff6d0a View commit details
    Browse the repository at this point in the history
  14. Merge pull request hashicorp#6406 from terraform-providers/v-aws-sdk-…

    …go-v1.15.72
    
    deps: aws/aws-sdk-go@v1.15.72
    bflad authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c5a6f80 View commit details
    Browse the repository at this point in the history
  15. resource/aws_ebs_snapshot: Allow retries for `SnapshotCreationPerVolu…

    …meRateExceeded` errors on creation
    
    Found via acceptance testing:
    
    ```
    --- FAIL: TestAccAWSEbsSnapshotDataSource_MostRecent (27.42s)
        testing.go:538: Step 0 error: Error applying: 1 error occurred:
            	* aws_ebs_snapshot.test: 1 error occurred:
            	* aws_ebs_snapshot.test: SnapshotCreationPerVolumeRateExceeded: The maximum per volume CreateSnapshot request rate has been exceeded. Use an increasing or variable sleep interval between requests.
    ```
    
    ```
    --- PASS: TestAccAWSEBSSnapshot_withDescription (26.62s)
    --- PASS: TestAccAWSEbsSnapshotDataSource_basic (28.90s)
    --- PASS: TestAccAWSEbsSnapshotDataSource_Filter (43.31s)
    --- PASS: TestAccAWSEBSSnapshot_withKms (67.28s)
    --- PASS: TestAccAWSEbsSnapshotDataSource_MostRecent (68.51s)
    --- PASS: TestAccAWSEBSSnapshot_basic (85.15s)
    ```
    bflad committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    550a140 View commit details
    Browse the repository at this point in the history
  16. data-source/aws_ebs_snapshot: Fix most_recent ordering and add coveri…

    …ng acceptance test
    
    Also refactors the testing to be region agnostic.
    
    ```
    --- PASS: TestAccAWSEbsSnapshotDataSource_basic (28.90s)
    --- PASS: TestAccAWSEbsSnapshotDataSource_Filter (43.31s)
    --- PASS: TestAccAWSEbsSnapshotDataSource_MostRecent (68.51s)
    ```
    bflad committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2b80d65 View commit details
    Browse the repository at this point in the history
  17. 0.12 fmt chkpnt

    tracypholmes committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    f70ec5d View commit details
    Browse the repository at this point in the history
  18. 0.12 fmt done 🙌

    tracypholmes committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    241085c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    23ca94d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a141281 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. resource/aws_security_group_rule: Prevent crash when reading rules fr…

    …om groups containing an ALL/-1 protocol rule
    
    The rule searching logic was missing `nil` checks. This crash was only triggered under the context of other rules existing in the group having `FromPort` and `ToPort` in comparison to the local rule not having `FromPort` and `ToPort`.
    
    This also prevents an errant difference when `to_port` is specified as 65535 in an ALL/-1 protocol rule, which is allowed by the API and previously supported in Terraform without this difference.
    
    ```
    --- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidTypeError (1.53s)
    --- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidCIDR (1.70s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_VPC (22.23s)
    --- PASS: TestAccAWSSecurityGroupRule_EgressDescription (21.89s)
    --- PASS: TestAccAWSSecurityGroupRule_Egress (25.56s)
    --- PASS: TestAccAWSSecurityGroupRule_MultipleRuleSearching_AllProtocolCrash (26.06s)
    --- PASS: TestAccAWSSecurityGroupRule_Issue5310 (26.90s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Classic (27.31s)
    --- PASS: TestAccAWSSecurityGroupRule_Description_AllPorts (34.32s)
    --- PASS: TestAccAWSSecurityGroupRule_Description_AllPorts_ToPort65535 (36.12s)
    --- PASS: TestAccAWSSecurityGroupRule_IngressDescription_updates (35.41s)
    --- PASS: TestAccAWSSecurityGroupRule_EgressDescription_updates (37.68s)
    --- PASS: TestAccAWSSecurityGroupRule_IngressDescription (39.34s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Ipv6 (41.93s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Protocol (42.58s)
    --- PASS: TestAccAWSSecurityGroupRule_SelfReference (43.87s)
    --- PASS: TestAccAWSSecurityGroupRule_SelfSource (45.94s)
    --- PASS: TestAccAWSSecurityGroupRule_MultiIngress (25.31s)
    --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_Source (48.62s)
    --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_basic (51.84s)
    --- PASS: TestAccAWSSecurityGroupRule_PrefixListEgress (57.50s)
    --- PASS: TestAccAWSSecurityGroupRule_MultiDescription (88.64s)
    --- PASS: TestAccAWSSecurityGroupRule_Race (274.35s)
    ```
    bflad committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    31183e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#6419 from terraform-providers/b-aws_secu…

    …rity_group_rule-matching-panic
    
    resource/aws_security_group_rule: Prevent crash when reading rules from groups containing an ALL/-1 protocol rule
    bflad authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    ec84ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036ceb5 View commit details
    Browse the repository at this point in the history
  4. v1.43.2

    tf-release-bot authored and TeamCity committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    3784fd0 View commit details
    Browse the repository at this point in the history
  5. Cleanup after v1.43.2 release

    tf-release-bot authored and TeamCity committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    bb30267 View commit details
    Browse the repository at this point in the history
  6. resource/aws_security_group_rule: Support all non-zero from_port an…

    …d `to_port` configurations with `protocol` ALL/-1
    
    This completely suppresses `from_port` and `to_port` differences when `protocol` is `ALL` or `-1`. The API ignores them in this scenario, so previously it was possible to specify whatever non-zero values you wished (-1 for both, 0 and 65535, etc), but previously the logic was not showing the difference.
    
    Previously:
    
    ```
    --- FAIL: TestAccAWSSecurityGroupRule_Description_AllPorts_NonZeroPorts (16.96s)
        testing.go:538: Step 0 error: After applying this step and refreshing, the plan was not empty:
    
            DIFF:
    
            DESTROY/CREATE: aws_security_group_rule.test
              cidr_blocks.#:            "1" => "1"
              cidr_blocks.0:            "0.0.0.0/0" => "0.0.0.0/0"
              description:              "description1" => "description1"
              from_port:                "0" => "-1" (forces new resource)
              protocol:                 "-1" => "-1"
              security_group_id:        "sg-04722579708a472f8" => "sg-04722579708a472f8"
              self:                     "false" => "false"
              source_security_group_id: "" => "<computed>"
              to_port:                  "0" => "-1" (forces new resource)
              type:                     "ingress" => "ingress"
    ```
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidTypeError (1.70s)
    --- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidCIDR (1.84s)
    --- PASS: TestAccAWSSecurityGroupRule_MultiIngress (23.08s)
    --- PASS: TestAccAWSSecurityGroupRule_EgressDescription (23.84s)
    --- PASS: TestAccAWSSecurityGroupRule_Issue5310 (24.41s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Classic (24.04s)
    --- PASS: TestAccAWSSecurityGroupRule_MultipleRuleSearching_AllProtocolCrash (25.85s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_VPC (27.91s)
    --- PASS: TestAccAWSSecurityGroupRule_IngressDescription (28.45s)
    --- PASS: TestAccAWSSecurityGroupRule_Description_AllPorts_NonZeroPorts (30.69s)
    --- PASS: TestAccAWSSecurityGroupRule_Egress (36.77s)
    --- PASS: TestAccAWSSecurityGroupRule_IngressDescription_updates (37.11s)
    --- PASS: TestAccAWSSecurityGroupRule_SelfSource (42.98s)
    --- PASS: TestAccAWSSecurityGroupRule_EgressDescription_updates (43.95s)
    --- PASS: TestAccAWSSecurityGroupRule_SelfReference (44.43s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Ipv6 (45.83s)
    --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_Source (50.10s)
    --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_basic (51.93s)
    --- PASS: TestAccAWSSecurityGroupRule_Description_AllPorts (52.00s)
    --- PASS: TestAccAWSSecurityGroupRule_PrefixListEgress (57.10s)
    --- PASS: TestAccAWSSecurityGroupRule_Ingress_Protocol (37.05s)
    --- PASS: TestAccAWSSecurityGroupRule_MultiDescription (89.38s)
    --- PASS: TestAccAWSSecurityGroupRule_Race (275.19s)
    ```
    bflad committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    a1a56a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. resource/aws_codebuild_project: Support source `report_build_status…

    …` for Bitbucket
    
    ```
    --- PASS: TestAccAWSCodeBuildProject_Artifacts_EncryptionDisabled (31.71s)
    --- PASS: TestAccAWSCodeBuildProject_BadgeEnabled (19.70s)
    --- PASS: TestAccAWSCodeBuildProject_basic (20.21s)
    --- PASS: TestAccAWSCodeBuildProject_BuildTimeout (26.73s)
    --- PASS: TestAccAWSCodeBuildProject_Cache (50.39s)
    --- PASS: TestAccAWSCodeBuildProject_Description (30.49s)
    --- PASS: TestAccAWSCodeBuildProject_EncryptionKey (47.71s)
    --- PASS: TestAccAWSCodeBuildProject_Environment_Certificate (32.76s)
    --- PASS: TestAccAWSCodeBuildProject_Environment_EnvironmentVariable_Type (28.80s)
    --- PASS: TestAccAWSCodeBuildProject_importBasic (22.80s)
    --- PASS: TestAccAWSCodeBuildProject_SecondaryArtifacts (31.29s)
    --- PASS: TestAccAWSCodeBuildProject_SecondarySources_CodeCommit (32.24s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Auth (32.05s)
    --- PASS: TestAccAWSCodeBuildProject_Source_GitCloneDepth (30.16s)
    --- PASS: TestAccAWSCodeBuildProject_Source_InsecureSSL (29.03s)
    --- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_Bitbucket (36.98s)
    --- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_GitHub (37.17s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Type_Bitbucket (22.15s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Type_CodeCommit (28.85s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Type_CodePipeline (28.08s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Type_GitHubEnterprise (22.01s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Type_NoSource (22.26s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Type_NoSourceInvalid (8.84s)
    --- PASS: TestAccAWSCodeBuildProject_Source_Type_S3 (22.34s)
    --- PASS: TestAccAWSCodeBuildProject_Tags (39.12s)
    --- PASS: TestAccAWSCodeBuildProject_VpcConfig (55.53s)
    ```
    bflad committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    0ebfc48 View commit details
    Browse the repository at this point in the history
  2. resource/aws_codebuild_webhook: Test and document Bitbucket support

    ```
    --- PASS: TestAccAWSCodeBuildWebhook_Bitbucket (36.75s)
    --- PASS: TestAccAWSCodeBuildWebhook_BranchFilter (35.13s)
    --- PASS: TestAccAWSCodeBuildWebhook_GitHub (26.14s)
    --- PASS: TestAccAWSCodeBuildWebhook_GitHubEnterprise (36.14s)
    ```
    bflad committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    deb3386 View commit details
    Browse the repository at this point in the history
  3. tests/resource/aws_codebuild_project: Adjust copypasta for testAccAWS…

    …CodeBuildBitbucketSourceLocationFromEnv comment
    bflad committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    44aa119 View commit details
    Browse the repository at this point in the history
  4. add validateTypeStringNullableFloat unit tests; fix error

    Adam H. Leventhal committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    69103e8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into metric_transform

    Adam H. Leventhal committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    48914e6 View commit details
    Browse the repository at this point in the history
  6. New Resource: aws_glacier_vault_lock

    ```
    --- PASS: TestAccAWSGlacierVaultLock_basic (18.63s)
    --- PASS: TestAccAWSGlacierVaultLock_CompleteLock (19.02s)
    ```
    bflad committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    3e6c082 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    1cbe263 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#6423 from terraform-providers/b-aws_secu…

    …rity_group_rule-diffsuppressfunc
    
    resource/aws_security_group_rule: Support all non-zero `from_port` and `to_port` configurations with `protocol` ALL/-1
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    561ed3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    761927f View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#6426 from terraform-providers/f-aws_code…

    …build_project-bitbucket-reportbuildstatus
    
    service/codebuild: Enable Bitbucket Report Build Status and Document Bitbucket Webhooks
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    cfe0e7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c656e70 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#6408 from YakDriver/gosimple-cloudfront

    gosimple: Fix CloudFront-related issues
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    94ee586 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db7189e View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#6417 from terraform-providers/0.12-examp…

    …les-format
    
    0.12 examples format
    tracypholmes authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    93d9804 View commit details
    Browse the repository at this point in the history
  9. Merge pull request hashicorp#6396 from terraform-providers/f-aws_ebs_…

    …volume-tag-on-create
    
    resource/aws_ebs_volume: Switch to tagging on creation, update acceptance testing
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    16a8189 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fcf1069 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52251f8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request hashicorp#6432 from terraform-providers/f-aws_glac…

    …ier_vault_lock_policy
    
    New Resource: aws_glacier_vault_lock
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    36310a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21ace26 View commit details
    Browse the repository at this point in the history
  14. Fix copy/paste print issue

    Co-Authored-By: MagicMicky <Micky0304@gmail.com>
    bflad and MagicMicky authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    9780fcf View commit details
    Browse the repository at this point in the history
  15. Merge pull request hashicorp#6436 from MagicMicky/bugfix-snsplatforma…

    …pp-notfound
    
    Fix NotFound not detected during a read on aws sns platform applications
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    3b1e9f4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d5b67d2 View commit details
    Browse the repository at this point in the history
  17. resource/aws_lambda_event_source_mapping: Add starting_position_times…

    …tamp argument
    
    This argument, like `starting_position`, is only used during resource creation and thereforce cannot be updated or read from the Lambda API.
    
    ```
    --- PASS: TestAccAWSLambdaEventSourceMapping_sqs_withFunctionName (43.90s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_disappears (85.32s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_import (87.35s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_StartingPositionTimestamp (87.99s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_removeBatchSize (92.56s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_basic (94.66s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_sqs_basic (108.48s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_sqsDisappears (121.69s)
    --- PASS: TestAccAWSLambdaEventSourceMapping_changesInEnabledAreDetected (122.55s)
    ```
    bflad committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    aeeee42 View commit details
    Browse the repository at this point in the history
  18. Merge pull request hashicorp#6402 from YakDriver/gosimple-waf

    gosimple: Fix WAF-related issues
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    9d152f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6407e62 View commit details
    Browse the repository at this point in the history
  20. validators: Fix panic with validateIotThingTypeDescription

    Previously:
    
    ```
    === CONT  TestAccAWSIotThingType_full
    
    ------- Stderr: -------
    panic: regexp: Compile(`[\p{Graph}\x20]*`): error parsing regexp: invalid character class range: `\p{Graph}`
    
    goroutine 93 [running]:
    regexp.MustCompile(0x38c7549, 0x10, 0x2e74900)
    	/opt/goenv/versions/1.11.1/src/regexp/regexp.go:245 +0x171
    github.com/terraform-providers/terraform-provider-aws/aws.validateIotThingTypeDescription(0x2e74900, 0xc000219c00, 0xc000b38920, 0x18, 0x0, 0x0, 0x316e5a0, 0xc000b3892d, 0xc000700dc0, 0x10)
    	/opt/teamcity-agent/work/2e10e023da0c7520/src/github.com/terraform-providers/terraform-provider-aws/aws/validators.go:1786 +0x9b
    ```
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSIotThingType_basic (311.32s)
    --- PASS: TestAccAWSIotThingType_importBasic (313.29s)
    --- PASS: TestAccAWSIotThingType_full (323.47s)
    ```
    bflad committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    9baf664 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    727c101 View commit details
    Browse the repository at this point in the history
  22. Merge pull request hashicorp#6403 from YakDriver/gosimple-structure

    gosimple: Fix issues with structure.go
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    36a3598 View commit details
    Browse the repository at this point in the history
  23. Merge pull request hashicorp#6388 from mbamber/f-aws-elastic-transcod…

    …er-imports
    
    Elastic Transcoder imports
    bflad authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    0767b04 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7637f5c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d0254d7 View commit details
    Browse the repository at this point in the history
  26. tests/resource/aws_ses_receipt_rule_test: Fix build error and add imp…

    …ort testing to other acceptance tests
    
    ```
    --- PASS: TestAccAWSSESReceiptRule_actions (12.99s)
    --- PASS: TestAccAWSSESReceiptRule_basic (12.99s)
    --- PASS: TestAccAWSSESReceiptRule_order (16.54s)
    --- PASS: TestAccAWSSESReceiptRule_s3Action (28.28s)
    ```
    bflad committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    84155ba View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bb211e8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7b55151 View commit details
    Browse the repository at this point in the history
  29. deps: aws/aws-sdk-go@v1.15.74

    Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.74
    bflad committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    2f2542a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Merge pull request hashicorp#6439 from terraform-providers/v-aws-sdk-…

    …go-v1.15.74
    
    deps: aws/aws-sdk-go@v1.15.74
    bflad authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4b33184 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#6437 from terraform-providers/f-aws_lamb…

    …da_event_source_mapping-starting_position_timestamp
    
    resource/aws_lambda_event_source_mapping: Add starting_position_timestamp argument
    bflad authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    81fbf28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48cbecf View commit details
    Browse the repository at this point in the history
  4. Add copy_tags option to the resource_aws_dlm_lifecycle_policy

    Chris Greatbanks committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    7dfc47c View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#6414 from terraform-providers/b-aws_ebs_…

    …snapshot-most_recent
    
    data-source/aws_ebs_snapshot: Fix most_recent ordering and add covering acceptance test
    bflad authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ecadfe0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b51af78 View commit details
    Browse the repository at this point in the history
  7. Include testing copy_tag false and true

    Update documention to include copy_tag option
    Chris Greatbanks committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    a1437ca View commit details
    Browse the repository at this point in the history
  8. Merge pull request hashicorp#6445 from cgreatbanks/dlm_copy_tags_option

    Add copy_tags option to the resource_aws_dlm_lifecycle_policy
    bflad authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    c9a3bee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9513991 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e2496d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1556c1b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d93e34 View commit details
    Browse the repository at this point in the history
  13. data-source/aws_eip: Refactoring after merging hashicorp#3505, hashic…

    …orp#3522, and hashicorp#3525
    
    ```
    --- PASS: TestAccDataSourceAwsEip_PublicIP_EC2Classic (8.56s)
    --- PASS: TestAccDataSourceAwsEip_PublicIP_VPC (11.76s)
    --- PASS: TestAccDataSourceAwsEip_Id (11.79s)
    --- PASS: TestAccDataSourceAwsEip_Tags (12.45s)
    --- PASS: TestAccDataSourceAwsEip_Filter (12.58s)
    ```
    bflad committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    180fcee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2298754 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cf6a1ba View commit details
    Browse the repository at this point in the history
  16. Merge pull request hashicorp#5933 from ahl/metric_transform

    Fixes hashicorp#2384 aws_cloudwatch_log_metric_filter: default_value is automatically set to 0
    bflad authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    864c46a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    814c1b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b1ecb View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#6456 from praveensastry/master

    Add constraint information for WAF Rule metric name
    bflad authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    aa080a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15bb262 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7f5009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa8de46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d742724 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df85f2f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'Guimove-master'

    bflad committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    98bee7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e3f377 View commit details
    Browse the repository at this point in the history
  11. Feedback fixes

    Hinidu committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    6a33f46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1256563 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ada8036 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    704805e View commit details
    Browse the repository at this point in the history
  15. docs/resource/aws_route53_health_check: Improve examples and note val…

    …id search_string usage
    bflad committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    66649c6 View commit details
    Browse the repository at this point in the history
  16. resource/aws_route53_health_check: Provide plan-time validation for t…

    …ype and properly read child_healthchecks into Terraform state
    bflad committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    70c68ff View commit details
    Browse the repository at this point in the history
  17. tests/resource/aws_route53_health_check: Verify resource import in al…

    …l acceptance tests
    
    ```
    --- PASS: TestAccAWSRoute53HealthCheck_IpConfig (11.58s)
    --- PASS: TestAccAWSRoute53HealthCheck_withChildHealthChecks (13.70s)
    --- PASS: TestAccAWSRoute53HealthCheck_withHealthCheckRegions (15.13s)
    --- PASS: TestAccAWSRoute53HealthCheck_CloudWatchAlarmCheck (17.18s)
    --- PASS: TestAccAWSRoute53HealthCheck_basic (17.91s)
    --- PASS: TestAccAWSRoute53HealthCheck_withSearchString (18.99s)
    --- PASS: TestAccAWSRoute53HealthCheck_withSNI (32.58s)
    ```
    bflad committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    19fe71e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    433e968 View commit details
    Browse the repository at this point in the history
  19. tests/resource/aws_gamelift_game_session_queue: Handle deletion event…

    …ual consistency in testAccCheckAWSGameliftGameSessionQueueDestroy
    
    Previously:
    
    ```
    --- FAIL: TestAccAWSGameliftGameSessionQueue_basic (19.00s)
        testing.go:599: Error destroying resource! WARNING: Dangling resources
            may exist. The full state and error is shown below.
    
            Error: Check failed: gamelift Session Queue still exists
    
            State: <no state>
    ```
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSGameliftGameSessionQueue_basic (21.46s)
    ```
    bflad committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    c25828f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d5cf7c8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9ba9718 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5df2e9a View commit details
    Browse the repository at this point in the history
  23. Merge pull request hashicorp#3586 from domdom82/tags_timeout_from_res…

    …ource
    
    tags should retry without time bounds on EC2 throttling
    bflad authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    c3c296c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    137cd3c View commit details
    Browse the repository at this point in the history
  25. Merge pull request hashicorp#6460 from terraform-providers/f-aws_rout…

    …e53_health_check-type-validation
    
    resource/aws_route53_health_check: Various small improvements
    bflad authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    46763ff View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7fb25e6 View commit details
    Browse the repository at this point in the history
  27. v1.44.0

    tf-release-bot authored and TeamCity committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    fa5fb2f View commit details
    Browse the repository at this point in the history
  28. Cleanup after v1.44.0 release

    tf-release-bot authored and TeamCity committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e0d4082 View commit details
    Browse the repository at this point in the history
  29. Review comments addressed

    gthole committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    520ab35 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. deps: aws/aws-sdk-go@v1.15.76

    Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.76
    bflad committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    d673b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b4e6cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#6465 from terraform-providers/f-aws_auto…

    …scaling_group-mixed_instances_policy
    
    resource/aws_autoscaling_group: Mixed Instances Policy support
    bflad authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a9c8508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d562a39 View commit details
    Browse the repository at this point in the history
  5. v1.45.0

    tf-release-bot authored and TeamCity committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    1955934 View commit details
    Browse the repository at this point in the history
  6. Cleanup after v1.45.0 release

    tf-release-bot authored and TeamCity committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    e191bef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a68eabc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Merge pull request hashicorp#6483 from tylerpearson/patch-1

    Fix misspelling in auto_scaling_group docs
    bflad authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    df597fd View commit details
    Browse the repository at this point in the history
  2. deps: aws/aws-sdk-go@v1.15.77

    Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.77
    bflad committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f22b11e View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#6484 from terraform-providers/v-aws-sdk-…

    …go-v1.15.77
    
    deps: aws/aws-sdk-go@v1.15.77
    bflad authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    11e8c8f View commit details
    Browse the repository at this point in the history
  4. service/ecs: Tagging support and aws_ecs_cluster refactoring

    `aws_ecs_cluster` resource refactoring was due to it not performing `Read` after `Create`.
    
    Changes:
    * resource/aws_ecs_cluster: Add `tags` argument
    * resource/aws_ecs_service: Add `tags` argument
    * resource/aws_ecs_task_definition: Add `tags` argument
    * resource/aws_ecs_cluster: Refactoring to call `Read` after `Create` to ensure proper creation
    * tests/resource/aws_ecs_cluster: Add `_disappears` acceptance test
    * tests/resource/aws_ecs_cluster: Ensure `testAccCheckAWSEcsClusterExists` actually checks existence in API
    
    Without account setting update to newer ARNs (test failure expected):
    
    ```
    --- PASS: TestAccAWSEcsCluster_basic (11.17s)
    --- PASS: TestAccAWSEcsCluster_disappears (7.16s)
    --- PASS: TestAccAWSEcsCluster_Tags (26.76s)
    --- PASS: TestAccAWSEcsDataSource_ecsCluster (31.49s)
    --- PASS: TestAccAWSEcsDataSource_ecsContainerDefinition (41.57s)
    --- PASS: TestAccAWSEcsDataSource_ecsTaskDefinition (13.08s)
    --- PASS: TestAccAWSEcsService_basicImport (26.50s)
    --- PASS: TestAccAWSEcsService_disappears (34.44s)
    --- PASS: TestAccAWSEcsService_healthCheckGracePeriodSeconds (348.42s)
    --- PASS: TestAccAWSEcsService_withAlb (389.07s)
    --- PASS: TestAccAWSEcsService_withARN (48.69s)
    --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategy (40.07s)
    --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategySetDeploymentMinimum (17.27s)
    --- PASS: TestAccAWSEcsService_withDeploymentMinimumZeroMaximumOneHundred (39.65s)
    --- PASS: TestAccAWSEcsService_withDeploymentValues (16.66s)
    --- PASS: TestAccAWSEcsService_withEcsClusterName (14.49s)
    --- PASS: TestAccAWSEcsService_withFamilyAndRevision (46.79s)
    --- PASS: TestAccAWSEcsService_withIamRole (115.51s)
    --- PASS: TestAccAWSEcsService_withLaunchTypeEC2AndNetworkConfiguration (76.90s)
    --- PASS: TestAccAWSEcsService_withLaunchTypeFargate (154.78s)
    --- PASS: TestAccAWSEcsService_withLbChanges (220.54s)
    --- PASS: TestAccAWSEcsService_withPlacementConstraints (41.21s)
    --- PASS: TestAccAWSEcsService_withPlacementConstraints_emptyExpression (29.47s)
    --- PASS: TestAccAWSEcsService_withPlacementStrategy (78.79s)
    --- PASS: TestAccAWSEcsService_withRenamedCluster (56.19s)
    --- PASS: TestAccAWSEcsService_withReplicaSchedulingStrategy (40.89s)
    --- PASS: TestAccAWSEcsService_withServiceRegistries (42.00s)
    --- PASS: TestAccAWSEcsService_withServiceRegistries_container (50.34s)
    --- PASS: TestAccAWSEcsService_withUnnormalizedPlacementStrategy (30.06s)
    
    --- FAIL: TestAccAWSEcsService_Tags (6.57s)
        testing.go:538: Step 0 error: Error applying: 1 error occurred:
              * aws_ecs_service.test: 1 error occurred:
              * aws_ecs_service.test: InvalidParameterException: The new ARN and resource ID format must be enabled to add tags to the service. Opt in to the new format and try again.
    
    --- PASS: TestAccAWSEcsServiceDataSource_basic (42.88s)
    --- PASS: TestAccAWSEcsTaskDefinition_arrays (10.51s)
    --- PASS: TestAccAWSEcsTaskDefinition_basic (16.31s)
    --- PASS: TestAccAWSEcsTaskDefinition_changeVolumesForcesNewResource (17.57s)
    --- PASS: TestAccAWSEcsTaskDefinition_constraint (10.68s)
    --- PASS: TestAccAWSEcsTaskDefinition_ExecutionRole (10.89s)
    --- PASS: TestAccAWSEcsTaskDefinition_Fargate (13.56s)
    --- PASS: TestAccAWSEcsTaskDefinition_Inactive (17.45s)
    --- PASS: TestAccAWSEcsTaskDefinition_Tags (24.18s)
    --- PASS: TestAccAWSEcsTaskDefinition_withDockerVolume (10.60s)
    --- PASS: TestAccAWSEcsTaskDefinition_withDockerVolumeMinimalConfig (9.50s)
    --- PASS: TestAccAWSEcsTaskDefinition_withEcsService (71.29s)
    --- PASS: TestAccAWSEcsTaskDefinition_withNetworkMode (11.40s)
    --- PASS: TestAccAWSEcsTaskDefinition_withScratchVolume (10.58s)
    --- PASS: TestAccAWSEcsTaskDefinition_withTaskRoleArn (11.65s)
    --- PASS: TestAccAWSEcsTaskDefinition_withTaskScopedDockerVolume (9.24s)
    ```
    
    With account settings update to newer ARNs:
    
    ```
    --- PASS: TestAccAWSEcsCluster_basic (11.24s)
    --- PASS: TestAccAWSEcsCluster_disappears (6.97s)
    --- PASS: TestAccAWSEcsCluster_Tags (25.11s)
    --- PASS: TestAccAWSEcsDataSource_ecsCluster (41.26s)
    --- PASS: TestAccAWSEcsDataSource_ecsContainerDefinition (77.07s)
    --- PASS: TestAccAWSEcsDataSource_ecsTaskDefinition (13.00s)
    --- PASS: TestAccAWSEcsService_basicImport (33.62s)
    --- PASS: TestAccAWSEcsService_disappears (20.62s)
    --- PASS: TestAccAWSEcsService_healthCheckGracePeriodSeconds (260.87s)
    --- PASS: TestAccAWSEcsService_Tags (40.60s)
    --- PASS: TestAccAWSEcsService_withAlb (251.52s)
    --- PASS: TestAccAWSEcsService_withARN (37.32s)
    --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategy (28.73s)
    --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategySetDeploymentMinimum (17.14s)
    --- PASS: TestAccAWSEcsService_withDeploymentMinimumZeroMaximumOneHundred (25.08s)
    --- PASS: TestAccAWSEcsService_withDeploymentValues (40.52s)
    --- PASS: TestAccAWSEcsService_withEcsClusterName (41.37s)
    --- PASS: TestAccAWSEcsService_withFamilyAndRevision (47.26s)
    --- PASS: TestAccAWSEcsService_withIamRole (131.40s)
    --- PASS: TestAccAWSEcsService_withLaunchTypeEC2AndNetworkConfiguration (85.49s)
    --- PASS: TestAccAWSEcsService_withLaunchTypeFargate (157.27s)
    --- PASS: TestAccAWSEcsService_withLbChanges (220.89s)
    --- PASS: TestAccAWSEcsService_withPlacementConstraints (40.17s)
    --- PASS: TestAccAWSEcsService_withPlacementConstraints_emptyExpression (75.42s)
    --- PASS: TestAccAWSEcsService_withPlacementStrategy (100.87s)
    --- PASS: TestAccAWSEcsService_withRenamedCluster (57.42s)
    --- PASS: TestAccAWSEcsService_withReplicaSchedulingStrategy (40.44s)
    --- PASS: TestAccAWSEcsService_withServiceRegistries (50.57s)
    --- PASS: TestAccAWSEcsService_withServiceRegistries_container (54.97s)
    --- PASS: TestAccAWSEcsService_withUnnormalizedPlacementStrategy (19.74s)
    --- PASS: TestAccAWSEcsServiceDataSource_basic (34.22s)
    --- PASS: TestAccAWSEcsTaskDefinition_arrays (11.26s)
    --- PASS: TestAccAWSEcsTaskDefinition_basic (33.55s)
    --- PASS: TestAccAWSEcsTaskDefinition_changeVolumesForcesNewResource (24.14s)
    --- PASS: TestAccAWSEcsTaskDefinition_constraint (9.49s)
    --- PASS: TestAccAWSEcsTaskDefinition_ExecutionRole (10.83s)
    --- PASS: TestAccAWSEcsTaskDefinition_Fargate (14.78s)
    --- PASS: TestAccAWSEcsTaskDefinition_Inactive (17.59s)
    --- PASS: TestAccAWSEcsTaskDefinition_Tags (24.01s)
    --- PASS: TestAccAWSEcsTaskDefinition_withDockerVolume (22.39s)
    --- PASS: TestAccAWSEcsTaskDefinition_withDockerVolumeMinimalConfig (9.48s)
    --- PASS: TestAccAWSEcsTaskDefinition_withEcsService (70.93s)
    --- PASS: TestAccAWSEcsTaskDefinition_withNetworkMode (10.23s)
    --- PASS: TestAccAWSEcsTaskDefinition_withScratchVolume (13.30s)
    --- PASS: TestAccAWSEcsTaskDefinition_withTaskRoleArn (10.80s)
    --- PASS: TestAccAWSEcsTaskDefinition_withTaskScopedDockerVolume (14.35s)
    ```
    bflad committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f911b10 View commit details
    Browse the repository at this point in the history
  5. Fix Kinesis Analytics typo

    gthole committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    bfe0c0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae157c5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request hashicorp#6486 from terraform-providers/f-ecs-tagg…

    …ing-and-arns
    
    service/ecs: Tagging support
    bflad authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    6df8feb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d82e39b View commit details
    Browse the repository at this point in the history
  9. support tags for iam user

    kl4w committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    24a16cb View commit details
    Browse the repository at this point in the history
  10. update docs

    kl4w committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    dd9ae3b View commit details
    Browse the repository at this point in the history
  11. fix linter

    kl4w committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    ac26c14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e03912c View commit details
    Browse the repository at this point in the history
  13. Add missing data prefix to documentation

    Using the data attribute requires the data prefix
    mmartinsky authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    da0786b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3a82652 View commit details
    Browse the repository at this point in the history
  15. docs/r/aws_autoscaling_group: Update docs to specify mixed_instances_…

    …policy
    Siddarth Prakash committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    6a9960d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. deps: aws/aws-sdk-go@v1.15.77

    Sunil Kumar Mohanty committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    0c39128 View commit details
    Browse the repository at this point in the history
  2. Update "aws_cloudfront_web_distribution"

    Remove "web_" so the text reference matched the resource name and documentation URL.
    ehershey authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    67dd6c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Merge pull request hashicorp#6513 from sunilkumarmohanty/v-aws-sdk-go…

    …-v1.15.78
    
    deps: aws/aws-sdk-go@v1.15.78
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    d7ff7c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#6495 from gthole/analytics-typo

    Fix Kinesis Analytics typo
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    2bb8ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    549c638 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#6500 from hryamzik/aws_dlm_lifecycle_pol…

    …icy_docs
    
    aws_dlm_lifecycle_policy: improved example in docs
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ec081c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hashicorp#6501 from mmartinsky/patch-1

    Add missing data prefix to documentation
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    7e7ec5b View commit details
    Browse the repository at this point in the history
  6. Merge pull request hashicorp#6505 from sidprak/6504

    docs/r/aws_autoscaling_group: Update docs to specify mixed_instances_policy
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    b0e9150 View commit details
    Browse the repository at this point in the history
  7. Merge pull request hashicorp#6514 from ehershey/patch-1

    Update "aws_cloudfront_web_distribution"
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e1723d7 View commit details
    Browse the repository at this point in the history
  8. Add support for ECS IPC Mode/PID Mode

    Sunil Kumar Mohanty committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    03ced11 View commit details
    Browse the repository at this point in the history
  9. skip existing tags

    kl4w committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    6325011 View commit details
    Browse the repository at this point in the history
  10. api call when count > 0

    kl4w committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    74562b3 View commit details
    Browse the repository at this point in the history
  11. support tags for iam role

    kl4w committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    383f365 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    855173c View commit details
    Browse the repository at this point in the history
  13. Merge pull request hashicorp#6502 from ewbankkit/issue-6491

    Add support for Amazon SNS server-side encryption
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e76a14b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8be8a8e View commit details
    Browse the repository at this point in the history
  15. Merge pull request hashicorp#6497 from kl4w/iam-user-tags

    r/iam_user: support tags
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ae8491a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    abab878 View commit details
    Browse the repository at this point in the history
  17. Merge pull request hashicorp#6499 from kl4w/iam-role-tags

    r/iam_role: support for tags
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    7f0c9b7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e1537e7 View commit details
    Browse the repository at this point in the history
  19. add extra computed attributes

    kl4w authored and mhorbul committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    b6416b3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e68471e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7da2761 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2cb6da0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dd83d71 View commit details
    Browse the repository at this point in the history
  24. add validation for ipcmode and pidmode for ecs task definition

    Sunil Kumar Mohanty committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    b9ddb02 View commit details
    Browse the repository at this point in the history
  25. fix typos

    Sunil Kumar Mohanty committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    1f84b6c View commit details
    Browse the repository at this point in the history
  26. Merge pull request hashicorp#6518 from mhorbul/byoip-support-for-eip

    r/eip, d/eip: add extra computed attributes and BYOIP feature support
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    01491a1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7ea2fe2 View commit details
    Browse the repository at this point in the history
  28. Merge pull request hashicorp#6515 from sunilkumarmohanty/ecs

    Ecs-Add support for ECS IPC Mode/PID Mode
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    b10a1e9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b4c824b View commit details
    Browse the repository at this point in the history
  30. Merge pull request hashicorp#6520 from flauflauf/master

    Use correct hash to check lambda source zip in Lambda example
    bflad authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    255af2d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Merge pull request hashicorp#6449 from gthole/data-apig-api-key

    Add API Gateway API Key data source
    bflad authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    cca4fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d02e7 View commit details
    Browse the repository at this point in the history
  3. deps: aws/aws-sdk-go@v1.15.79

    Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.79
    bflad committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    716f5b2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#6524 from terraform-providers/v-aws-sdk-…

    …go-v1.15.79
    
    deps: aws/aws-sdk-go@v1.15.79
    bflad authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    3bc2e05 View commit details
    Browse the repository at this point in the history
  5. v1.46.0

    tf-release-bot authored and TeamCity committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    12bc2b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Adds scripts to build project inside Docker

    Taylor Steinberg committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    620b674 View commit details
    Browse the repository at this point in the history