-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Nov 2, 2018
-
resource/aws_emr_cluster: Only pass autoscaling_policy through to JSO…
…N parser if non-empty string
Configuration menu - View commit details
-
Copy full SHA for f3ef761 - Browse repository at this point
Copy the full SHA f3ef761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ccd7b1 - Browse repository at this point
Copy the full SHA 2ccd7b1View commit details -
Updated via: `govendor fetch github.com/aws/aws-sdk-go/...@v1.15.68`
Configuration menu - View commit details
-
Copy full SHA for 07682c3 - Browse repository at this point
Copy the full SHA 07682c3View commit details -
Merge pull request hashicorp#6345 from terraform-providers/v-aws-sdk-…
…go-v1.15.68 deps: aws/aws-sdk-go@v1.15.68
Configuration menu - View commit details
-
Copy full SHA for 0bd8c1a - Browse repository at this point
Copy the full SHA 0bd8c1aView commit details
Commits on Nov 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3c3e136 - Browse repository at this point
Copy the full SHA 3c3e136View commit details -
added tests for force delete path
Rick Burgess committedNov 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 51191b6 - Browse repository at this point
Copy the full SHA 51191b6View commit details
Commits on Nov 4, 2018
-
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 committedNov 4, 2018 Configuration menu - View commit details
-
Copy full SHA for e4631a3 - Browse repository at this point
Copy the full SHA e4631a3View commit details -
Merge pull request hashicorp#6338 from terraform-providers/td-unparam
tests/provider: Fix unparam Linting Issues and Enable in TravisCI Testing
Configuration menu - View commit details
-
Copy full SHA for 09e8156 - Browse repository at this point
Copy the full SHA 09e8156View commit details
Commits on Nov 5, 2018
-
docs/resource/aws_security_group*: Add note and link to AWS documenta…
…tion about VPC peering restrictions
Configuration menu - View commit details
-
Copy full SHA for 6e23bd2 - Browse repository at this point
Copy the full SHA 6e23bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5808e - Browse repository at this point
Copy the full SHA fa5808eView commit details -
Merge pull request hashicorp#6342 from ewbankkit/issue-6244
Allow parallel running of DX VIF acceptance tests
Configuration menu - View commit details
-
Copy full SHA for 392022a - Browse repository at this point
Copy the full SHA 392022aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0ed5637 - Browse repository at this point
Copy the full SHA 0ed5637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb1360 - Browse repository at this point
Copy the full SHA 3eb1360View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 6fe2250 - Browse repository at this point
Copy the full SHA 6fe2250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e20efd - Browse repository at this point
Copy the full SHA 1e20efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4148c39 - Browse repository at this point
Copy the full SHA 4148c39View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 20d3dcd - Browse repository at this point
Copy the full SHA 20d3dcdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7ede94d - Browse repository at this point
Copy the full SHA 7ede94dView commit details -
Merge pull request hashicorp#6362 from terraform-providers/t-aws_iam_…
…user-mfa tests/resource/aws_iam_user: Enable TestAccAWSUser_ForceDestroy_MFADevice
Configuration menu - View commit details
-
Copy full SHA for 7187221 - Browse repository at this point
Copy the full SHA 7187221View commit details
Commits on Nov 6, 2018
-
Update acmpca_certificate_authority.html.markdown
Usage of wrong attribute of aws_s3_bucket
Jacob authoredNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 8b55c6c - Browse repository at this point
Copy the full SHA 8b55c6cView commit details -
Fix diffTags to actually create a diff instead of unnecessarily recre…
…ating existing tags.
Configuration menu - View commit details
-
Copy full SHA for b10f074 - Browse repository at this point
Copy the full SHA b10f074View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for c558397 - Browse repository at this point
Copy the full SHA c558397View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc45f77 - Browse repository at this point
Copy the full SHA dc45f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488b758 - Browse repository at this point
Copy the full SHA 488b758View commit details -
Merge branch 'dlm-lifecycle-policy-resource' of https://github.com/to…
…melliff/terraform-provider-aws into tomelliff-dlm-lifecycle-policy-resource
Configuration menu - View commit details
-
Copy full SHA for b18f21d - Browse repository at this point
Copy the full SHA b18f21dView commit details -
resource/aws_dlm_lifecycle_policy: Address hashicorp#5558 PR feedback
``` --- PASS: TestAccAWSDlmLifecyclePolicy_Basic (15.16s) --- PASS: TestAccAWSDlmLifecyclePolicy_Full (20.28s) ```
Configuration menu - View commit details
-
Copy full SHA for 5185e50 - Browse repository at this point
Copy the full SHA 5185e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9905f85 - Browse repository at this point
Copy the full SHA 9905f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1040c9f - Browse repository at this point
Copy the full SHA 1040c9fView commit details -
Merge pull request hashicorp#6371 from terraform-providers/f-efs-file…
…-system-arn service/efs: Add File System ARN attributes
Configuration menu - View commit details
-
Copy full SHA for 8a3ff81 - Browse repository at this point
Copy the full SHA 8a3ff81View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3b55d - Browse repository at this point
Copy the full SHA fd3b55dView commit details -
Merge pull request hashicorp#6368 from jverhoeks/patch-1
Update acmpca_certificate_authority.html.markdown
Configuration menu - View commit details
-
Copy full SHA for 75066a8 - Browse repository at this point
Copy the full SHA 75066a8View commit details -
Jeff Wozniak committed
Nov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 44718e3 - Browse repository at this point
Copy the full SHA 44718e3View commit details -
Merge pull request hashicorp#6359 from saravanan30erd/issue-6306
create new resource during short_name update in aws_opsworks_application
Configuration menu - View commit details
-
Copy full SHA for 1f94deb - Browse repository at this point
Copy the full SHA 1f94debView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4d163 - Browse repository at this point
Copy the full SHA fa4d163View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f9882 - Browse repository at this point
Copy the full SHA e7f9882View commit details -
Merge pull request hashicorp#6317 from travispaul/patch-1
aws_ssm_parameter data source doesn't allow you to store a parameter
Configuration menu - View commit details
-
Copy full SHA for 9955962 - Browse repository at this point
Copy the full SHA 9955962View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 1434b97 - Browse repository at this point
Copy the full SHA 1434b97View commit details
Commits on Nov 7, 2018
-
Merge branch 'kinesis-analytics-application' of https://github.com/kl…
…4w/terraform-provider-aws into kl4w-kinesis-analytics-application
Configuration menu - View commit details
-
Copy full SHA for 8466569 - Browse repository at this point
Copy the full SHA 8466569View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f80af60 - Browse repository at this point
Copy the full SHA f80af60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2ec1c - Browse repository at this point
Copy the full SHA 0c2ec1cView commit details -
Merge pull request hashicorp#6344 from ewbankkit/issue-6340
r/aws_s3_bucket: Fix 'Error putting S3 replication configuration: MalformedXML' error
Configuration menu - View commit details
-
Copy full SHA for 197d49f - Browse repository at this point
Copy the full SHA 197d49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a772578 - Browse repository at this point
Copy the full SHA a772578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d49287 - Browse repository at this point
Copy the full SHA 9d49287View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for ff8b029 - Browse repository at this point
Copy the full SHA ff8b029View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a76be - Browse repository at this point
Copy the full SHA e2a76beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 637fbab - Browse repository at this point
Copy the full SHA 637fbabView commit details -
Merge pull request hashicorp#6378 from ndench/docs-codebuild-webook-p…
…roject-name Fix typo in aws_codebuild_webook docs
Configuration menu - View commit details
-
Copy full SHA for 2963a50 - Browse repository at this point
Copy the full SHA 2963a50View commit details -
Amine authored
Nov 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 7cfa2d5 - Browse repository at this point
Copy the full SHA 7cfa2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981b785 - Browse repository at this point
Copy the full SHA 981b785View commit details -
Configuration menu - View commit details
-
Copy full SHA for de20326 - Browse repository at this point
Copy the full SHA de20326View commit details -
Merge pull request hashicorp#6385 from amine250/patch-1
Update flow_log.html.markdown
Configuration menu - View commit details
-
Copy full SHA for f48859d - Browse repository at this point
Copy the full SHA f48859dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdfc595 - Browse repository at this point
Copy the full SHA bdfc595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3a755 - Browse repository at this point
Copy the full SHA 9b3a755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788011d - Browse repository at this point
Copy the full SHA 788011dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e49b7d - Browse repository at this point
Copy the full SHA 2e49b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23199dc - Browse repository at this point
Copy the full SHA 23199dcView commit details -
Merge pull request hashicorp#6372 from terraform-providers/d-format_d…
…oc_examples D format doc examples
Configuration menu - View commit details
-
Copy full SHA for 8985d91 - Browse repository at this point
Copy the full SHA 8985d91View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 211fa61 - Browse repository at this point
Copy the full SHA 211fa61View commit details -
tf-release-bot authored and TeamCity committed
Nov 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 27a4010 - Browse repository at this point
Copy the full SHA 27a4010View commit details -
tf-release-bot authored and TeamCity committed
Nov 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 653b622 - Browse repository at this point
Copy the full SHA 653b622View commit details -
Merge branch 'issue-688' of https://github.com/flosell/terraform-prov…
…ider-aws into flosell-issue-688
Configuration menu - View commit details
-
Copy full SHA for 26c3ddc - Browse repository at this point
Copy the full SHA 26c3ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f928949 - Browse repository at this point
Copy the full SHA f928949View commit details
Commits on Nov 8, 2018
-
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) ```
Configuration menu - View commit details
-
Copy full SHA for 2b41d36 - Browse repository at this point
Copy the full SHA 2b41d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfa533 - Browse repository at this point
Copy the full SHA 3dfa533View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 3d44f91 - Browse repository at this point
Copy the full SHA 3d44f91View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for d0ea6e0 - Browse repository at this point
Copy the full SHA d0ea6e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a25525c - Browse repository at this point
Copy the full SHA a25525cView commit details -
Merge pull request hashicorp#6394 from terraform-providers/b-aws_vpc-…
…ipv6-on-create resource/aws_vpc: Wait for IPv6 association on Create
Configuration menu - View commit details
-
Copy full SHA for d5c454c - Browse repository at this point
Copy the full SHA d5c454cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63055f0 - Browse repository at this point
Copy the full SHA 63055f0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0d170aa - Browse repository at this point
Copy the full SHA 0d170aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd9d94 - Browse repository at this point
Copy the full SHA bfd9d94View commit details -
Merge branch 'bugfix/ec2_diff_tags' of https://github.com/domwong/ter…
…raform-provider-aws into domwong-bugfix/ec2_diff_tags
Configuration menu - View commit details
-
Copy full SHA for eb82fd6 - Browse repository at this point
Copy the full SHA eb82fd6View commit details -
Merge branch 'master' of https://github.com/fbreckle/terraform-provid…
…er-aws into domwong-bugfix/ec2_diff_tags
Configuration menu - View commit details
-
Copy full SHA for 1d29f14 - Browse repository at this point
Copy the full SHA 1d29f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b96c1 - Browse repository at this point
Copy the full SHA 28b96c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d24f4f4 - Browse repository at this point
Copy the full SHA d24f4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087fb3e - Browse repository at this point
Copy the full SHA 087fb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 930f8b9 - Browse repository at this point
Copy the full SHA 930f8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e345665 - Browse repository at this point
Copy the full SHA e345665View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 368dfc3 - Browse repository at this point
Copy the full SHA 368dfc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814478c - Browse repository at this point
Copy the full SHA 814478cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1894b2 - Browse repository at this point
Copy the full SHA b1894b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e26dc - Browse repository at this point
Copy the full SHA 20e26dcView commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 965300d - Browse repository at this point
Copy the full SHA 965300dView commit details -
Updated via: `govendor fetch github.com/aws/aws-sdk-go/...@v1.15.72`
Configuration menu - View commit details
-
Copy full SHA for f352379 - Browse repository at this point
Copy the full SHA f352379View commit details
Commits on Nov 9, 2018
-
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) ```
Configuration menu - View commit details
-
Copy full SHA for 524d6e8 - Browse repository at this point
Copy the full SHA 524d6e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6f005 - Browse repository at this point
Copy the full SHA 2a6f005View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 8503bc9 - Browse repository at this point
Copy the full SHA 8503bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6dc1f - Browse repository at this point
Copy the full SHA 8b6dc1fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b987318 - Browse repository at this point
Copy the full SHA b987318View commit details -
Configuration menu - View commit details
-
Copy full SHA for b798289 - Browse repository at this point
Copy the full SHA b798289View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 6ffadc9 - Browse repository at this point
Copy the full SHA 6ffadc9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 87a3d7c - Browse repository at this point
Copy the full SHA 87a3d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212e91f - Browse repository at this point
Copy the full SHA 212e91fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fb4e02b - Browse repository at this point
Copy the full SHA fb4e02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc1c85 - Browse repository at this point
Copy the full SHA ecc1c85View commit details -
tf-release-bot authored and TeamCity committed
Nov 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 707d414 - Browse repository at this point
Copy the full SHA 707d414View commit details -
tf-release-bot authored and TeamCity committed
Nov 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 1ff6d0a - Browse repository at this point
Copy the full SHA 1ff6d0aView commit details -
Merge pull request hashicorp#6406 from terraform-providers/v-aws-sdk-…
…go-v1.15.72 deps: aws/aws-sdk-go@v1.15.72
Configuration menu - View commit details
-
Copy full SHA for c5a6f80 - Browse repository at this point
Copy the full SHA c5a6f80View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 550a140 - Browse repository at this point
Copy the full SHA 550a140View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 2b80d65 - Browse repository at this point
Copy the full SHA 2b80d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f70ec5d - Browse repository at this point
Copy the full SHA f70ec5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 241085c - Browse repository at this point
Copy the full SHA 241085cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ca94d - Browse repository at this point
Copy the full SHA 23ca94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a141281 - Browse repository at this point
Copy the full SHA a141281View commit details
Commits on Nov 10, 2018
-
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) ```
Configuration menu - View commit details
-
Copy full SHA for 31183e1 - Browse repository at this point
Copy the full SHA 31183e1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ec84ff0 - Browse repository at this point
Copy the full SHA ec84ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 036ceb5 - Browse repository at this point
Copy the full SHA 036ceb5View commit details -
tf-release-bot authored and TeamCity committed
Nov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 3784fd0 - Browse repository at this point
Copy the full SHA 3784fd0View commit details -
tf-release-bot authored and TeamCity committed
Nov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for bb30267 - Browse repository at this point
Copy the full SHA bb30267View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for a1a56a9 - Browse repository at this point
Copy the full SHA a1a56a9View commit details
Commits on Nov 11, 2018
-
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) ```
Configuration menu - View commit details
-
Copy full SHA for 0ebfc48 - Browse repository at this point
Copy the full SHA 0ebfc48View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for deb3386 - Browse repository at this point
Copy the full SHA deb3386View commit details -
tests/resource/aws_codebuild_project: Adjust copypasta for testAccAWS…
…CodeBuildBitbucketSourceLocationFromEnv comment
Configuration menu - View commit details
-
Copy full SHA for 44aa119 - Browse repository at this point
Copy the full SHA 44aa119View commit details -
add validateTypeStringNullableFloat unit tests; fix error
Adam H. Leventhal committedNov 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 69103e8 - Browse repository at this point
Copy the full SHA 69103e8View commit details -
Merge branch 'master' into metric_transform
Adam H. Leventhal committedNov 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 48914e6 - Browse repository at this point
Copy the full SHA 48914e6View commit details -
New Resource: aws_glacier_vault_lock
``` --- PASS: TestAccAWSGlacierVaultLock_basic (18.63s) --- PASS: TestAccAWSGlacierVaultLock_CompleteLock (19.02s) ```
Configuration menu - View commit details
-
Copy full SHA for 3e6c082 - Browse repository at this point
Copy the full SHA 3e6c082View commit details
Commits on Nov 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1cbe263 - Browse repository at this point
Copy the full SHA 1cbe263View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 561ed3e - Browse repository at this point
Copy the full SHA 561ed3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761927f - Browse repository at this point
Copy the full SHA 761927fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cfe0e7a - Browse repository at this point
Copy the full SHA cfe0e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c656e70 - Browse repository at this point
Copy the full SHA c656e70View commit details -
Merge pull request hashicorp#6408 from YakDriver/gosimple-cloudfront
gosimple: Fix CloudFront-related issues
Configuration menu - View commit details
-
Copy full SHA for 94ee586 - Browse repository at this point
Copy the full SHA 94ee586View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7189e - Browse repository at this point
Copy the full SHA db7189eView commit details -
Merge pull request hashicorp#6417 from terraform-providers/0.12-examp…
…les-format 0.12 examples format
Configuration menu - View commit details
-
Copy full SHA for 93d9804 - Browse repository at this point
Copy the full SHA 93d9804View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 16a8189 - Browse repository at this point
Copy the full SHA 16a8189View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcf1069 - Browse repository at this point
Copy the full SHA fcf1069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52251f8 - Browse repository at this point
Copy the full SHA 52251f8View commit details -
Merge pull request hashicorp#6432 from terraform-providers/f-aws_glac…
…ier_vault_lock_policy New Resource: aws_glacier_vault_lock
Configuration menu - View commit details
-
Copy full SHA for 36310a2 - Browse repository at this point
Copy the full SHA 36310a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ace26 - Browse repository at this point
Copy the full SHA 21ace26View commit details -
Co-Authored-By: MagicMicky <Micky0304@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9780fcf - Browse repository at this point
Copy the full SHA 9780fcfView commit details -
Merge pull request hashicorp#6436 from MagicMicky/bugfix-snsplatforma…
…pp-notfound Fix NotFound not detected during a read on aws sns platform applications
Configuration menu - View commit details
-
Copy full SHA for 3b1e9f4 - Browse repository at this point
Copy the full SHA 3b1e9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b67d2 - Browse repository at this point
Copy the full SHA d5b67d2View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for aeeee42 - Browse repository at this point
Copy the full SHA aeeee42View commit details -
Merge pull request hashicorp#6402 from YakDriver/gosimple-waf
gosimple: Fix WAF-related issues
Configuration menu - View commit details
-
Copy full SHA for 9d152f3 - Browse repository at this point
Copy the full SHA 9d152f3View commit details -
Merge branch 'gosimple-validator' of https://github.com/YakDriver/ter…
…raform-provider-aws into YakDriver-gosimple-validator
Configuration menu - View commit details
-
Copy full SHA for 6407e62 - Browse repository at this point
Copy the full SHA 6407e62View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 9baf664 - Browse repository at this point
Copy the full SHA 9baf664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727c101 - Browse repository at this point
Copy the full SHA 727c101View commit details -
Merge pull request hashicorp#6403 from YakDriver/gosimple-structure
gosimple: Fix issues with structure.go
Configuration menu - View commit details
-
Copy full SHA for 36a3598 - Browse repository at this point
Copy the full SHA 36a3598View commit details -
Merge pull request hashicorp#6388 from mbamber/f-aws-elastic-transcod…
…er-imports Elastic Transcoder imports
Configuration menu - View commit details
-
Copy full SHA for 0767b04 - Browse repository at this point
Copy the full SHA 0767b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7637f5c - Browse repository at this point
Copy the full SHA 7637f5cView commit details -
Merge branch 'feat/ses-import' of https://github.com/acburdine/terraf…
…orm-provider-aws into acburdine-feat/ses-import
Configuration menu - View commit details
-
Copy full SHA for d0254d7 - Browse repository at this point
Copy the full SHA d0254d7View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 84155ba - Browse repository at this point
Copy the full SHA 84155baView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb211e8 - Browse repository at this point
Copy the full SHA bb211e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b55151 - Browse repository at this point
Copy the full SHA 7b55151View commit details -
Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.74
Configuration menu - View commit details
-
Copy full SHA for 2f2542a - Browse repository at this point
Copy the full SHA 2f2542aView commit details
Commits on Nov 13, 2018
-
Merge pull request hashicorp#6439 from terraform-providers/v-aws-sdk-…
…go-v1.15.74 deps: aws/aws-sdk-go@v1.15.74
Configuration menu - View commit details
-
Copy full SHA for 4b33184 - Browse repository at this point
Copy the full SHA 4b33184View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 81fbf28 - Browse repository at this point
Copy the full SHA 81fbf28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cbecf - Browse repository at this point
Copy the full SHA 48cbecfView commit details -
Add copy_tags option to the resource_aws_dlm_lifecycle_policy
Chris Greatbanks committedNov 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 7dfc47c - Browse repository at this point
Copy the full SHA 7dfc47cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ecadfe0 - Browse repository at this point
Copy the full SHA ecadfe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51af78 - Browse repository at this point
Copy the full SHA b51af78View commit details -
Include testing copy_tag false and true
Update documention to include copy_tag option
Chris Greatbanks committedNov 13, 2018 Configuration menu - View commit details
-
Copy full SHA for a1437ca - Browse repository at this point
Copy the full SHA a1437caView commit details -
Merge pull request hashicorp#6445 from cgreatbanks/dlm_copy_tags_option
Add copy_tags option to the resource_aws_dlm_lifecycle_policy
Configuration menu - View commit details
-
Copy full SHA for c9a3bee - Browse repository at this point
Copy the full SHA c9a3beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9513991 - Browse repository at this point
Copy the full SHA 9513991View commit details -
Merge branch 'issue-3423' of https://github.com/vpadronblanco/terrafo…
…rm-provider-aws into f-aws_eip-filters-and-tags
Configuration menu - View commit details
-
Copy full SHA for 1e2496d - Browse repository at this point
Copy the full SHA 1e2496dView commit details -
Merge branch 'aws_eip_tags_3423' of https://github.com/richardbowden/…
…terraform-provider-aws into f-aws_eip-filters-and-tags
Configuration menu - View commit details
-
Copy full SHA for 1556c1b - Browse repository at this point
Copy the full SHA 1556c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d93e34 - Browse repository at this point
Copy the full SHA 0d93e34View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 180fcee - Browse repository at this point
Copy the full SHA 180fceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2298754 - Browse repository at this point
Copy the full SHA 2298754View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6a1ba - Browse repository at this point
Copy the full SHA cf6a1baView commit details -
Merge pull request hashicorp#5933 from ahl/metric_transform
Fixes hashicorp#2384 aws_cloudwatch_log_metric_filter: default_value is automatically set to 0
Configuration menu - View commit details
-
Copy full SHA for 864c46a - Browse repository at this point
Copy the full SHA 864c46aView commit details
Commits on Nov 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 814c1b6 - Browse repository at this point
Copy the full SHA 814c1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b1ecb - Browse repository at this point
Copy the full SHA c0b1ecbView commit details -
Merge pull request hashicorp#6456 from praveensastry/master
Add constraint information for WAF Rule metric name
Configuration menu - View commit details
-
Copy full SHA for aa080a9 - Browse repository at this point
Copy the full SHA aa080a9View commit details -
Merge branch 'update-docs-instance-types' of https://github.com/jmcar…
…p/terraform-provider-aws into jmcarp-update-docs-instance-types
Configuration menu - View commit details
-
Copy full SHA for 15bb262 - Browse repository at this point
Copy the full SHA 15bb262View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f5009 - Browse repository at this point
Copy the full SHA a7f5009View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa8de46 - Browse repository at this point
Copy the full SHA fa8de46View commit details -
Merge branch 'master' of https://github.com/Guimove/terraform-provide…
…r-aws into Guimove-master
Configuration menu - View commit details
-
Copy full SHA for d742724 - Browse repository at this point
Copy the full SHA d742724View commit details -
Configuration menu - View commit details
-
Copy full SHA for df85f2f - Browse repository at this point
Copy the full SHA df85f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bee7f - Browse repository at this point
Copy the full SHA 98bee7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3f377 - Browse repository at this point
Copy the full SHA 6e3f377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a33f46 - Browse repository at this point
Copy the full SHA 6a33f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1256563 - Browse repository at this point
Copy the full SHA 1256563View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada8036 - Browse repository at this point
Copy the full SHA ada8036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 704805e - Browse repository at this point
Copy the full SHA 704805eView commit details -
docs/resource/aws_route53_health_check: Improve examples and note val…
…id search_string usage
Configuration menu - View commit details
-
Copy full SHA for 66649c6 - Browse repository at this point
Copy the full SHA 66649c6View commit details -
resource/aws_route53_health_check: Provide plan-time validation for t…
…ype and properly read child_healthchecks into Terraform state
Configuration menu - View commit details
-
Copy full SHA for 70c68ff - Browse repository at this point
Copy the full SHA 70c68ffView commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for 19fe71e - Browse repository at this point
Copy the full SHA 19fe71eView commit details -
Merge branch 'gamelift-session-queue' of https://github.com/Hinidu/te…
…rraform-provider-aws into Hinidu-gamelift-session-queue
Configuration menu - View commit details
-
Copy full SHA for 433e968 - Browse repository at this point
Copy the full SHA 433e968View commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for c25828f - Browse repository at this point
Copy the full SHA c25828fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5cf7c8 - Browse repository at this point
Copy the full SHA d5cf7c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba9718 - Browse repository at this point
Copy the full SHA 9ba9718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df2e9a - Browse repository at this point
Copy the full SHA 5df2e9aView commit details -
Merge pull request hashicorp#3586 from domdom82/tags_timeout_from_res…
…ource tags should retry without time bounds on EC2 throttling
Configuration menu - View commit details
-
Copy full SHA for c3c296c - Browse repository at this point
Copy the full SHA c3c296cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 137cd3c - Browse repository at this point
Copy the full SHA 137cd3cView commit details -
Merge pull request hashicorp#6460 from terraform-providers/f-aws_rout…
…e53_health_check-type-validation resource/aws_route53_health_check: Various small improvements
Configuration menu - View commit details
-
Copy full SHA for 46763ff - Browse repository at this point
Copy the full SHA 46763ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb25e6 - Browse repository at this point
Copy the full SHA 7fb25e6View commit details -
tf-release-bot authored and TeamCity committed
Nov 14, 2018 Configuration menu - View commit details
-
Copy full SHA for fa5fb2f - Browse repository at this point
Copy the full SHA fa5fb2fView commit details -
tf-release-bot authored and TeamCity committed
Nov 14, 2018 Configuration menu - View commit details
-
Copy full SHA for e0d4082 - Browse repository at this point
Copy the full SHA e0d4082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520ab35 - Browse repository at this point
Copy the full SHA 520ab35View commit details
Commits on Nov 15, 2018
-
Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.76
Configuration menu - View commit details
-
Copy full SHA for d673b60 - Browse repository at this point
Copy the full SHA d673b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4e6cb - Browse repository at this point
Copy the full SHA 9b4e6cbView commit details -
Merge pull request hashicorp#6465 from terraform-providers/f-aws_auto…
…scaling_group-mixed_instances_policy resource/aws_autoscaling_group: Mixed Instances Policy support
Configuration menu - View commit details
-
Copy full SHA for a9c8508 - Browse repository at this point
Copy the full SHA a9c8508View commit details -
Configuration menu - View commit details
-
Copy full SHA for d562a39 - Browse repository at this point
Copy the full SHA d562a39View commit details -
tf-release-bot authored and TeamCity committed
Nov 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 1955934 - Browse repository at this point
Copy the full SHA 1955934View commit details -
tf-release-bot authored and TeamCity committed
Nov 15, 2018 Configuration menu - View commit details
-
Copy full SHA for e191bef - Browse repository at this point
Copy the full SHA e191befView commit details -
Configuration menu - View commit details
-
Copy full SHA for a68eabc - Browse repository at this point
Copy the full SHA a68eabcView commit details
Commits on Nov 16, 2018
-
Merge pull request hashicorp#6483 from tylerpearson/patch-1
Fix misspelling in auto_scaling_group docs
Configuration menu - View commit details
-
Copy full SHA for df597fd - Browse repository at this point
Copy the full SHA df597fdView commit details -
Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.77
Configuration menu - View commit details
-
Copy full SHA for f22b11e - Browse repository at this point
Copy the full SHA f22b11eView commit details -
Merge pull request hashicorp#6484 from terraform-providers/v-aws-sdk-…
…go-v1.15.77 deps: aws/aws-sdk-go@v1.15.77
Configuration menu - View commit details
-
Copy full SHA for 11e8c8f - Browse repository at this point
Copy the full SHA 11e8c8fView commit details -
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) ```
Configuration menu - View commit details
-
Copy full SHA for f911b10 - Browse repository at this point
Copy the full SHA f911b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe0c0f - Browse repository at this point
Copy the full SHA bfe0c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae157c5 - Browse repository at this point
Copy the full SHA ae157c5View commit details -
Merge pull request hashicorp#6486 from terraform-providers/f-ecs-tagg…
…ing-and-arns service/ecs: Tagging support
Configuration menu - View commit details
-
Copy full SHA for 6df8feb - Browse repository at this point
Copy the full SHA 6df8febView commit details -
Configuration menu - View commit details
-
Copy full SHA for d82e39b - Browse repository at this point
Copy the full SHA d82e39bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a16cb - Browse repository at this point
Copy the full SHA 24a16cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9ae3b - Browse repository at this point
Copy the full SHA dd9ae3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac26c14 - Browse repository at this point
Copy the full SHA ac26c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for e03912c - Browse repository at this point
Copy the full SHA e03912cView commit details -
Add missing data prefix to documentation
Using the data attribute requires the data prefix
Configuration menu - View commit details
-
Copy full SHA for da0786b - Browse repository at this point
Copy the full SHA da0786bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a82652 - Browse repository at this point
Copy the full SHA 3a82652View commit details -
docs/r/aws_autoscaling_group: Update docs to specify mixed_instances_…
…policy
Siddarth Prakash committedNov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 6a9960d - Browse repository at this point
Copy the full SHA 6a9960dView commit details
Commits on Nov 18, 2018
-
Sunil Kumar Mohanty committed
Nov 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 0c39128 - Browse repository at this point
Copy the full SHA 0c39128View commit details -
Update "aws_cloudfront_web_distribution"
Remove "web_" so the text reference matched the resource name and documentation URL.
Configuration menu - View commit details
-
Copy full SHA for 67dd6c7 - Browse repository at this point
Copy the full SHA 67dd6c7View commit details
Commits on Nov 19, 2018
-
Merge pull request hashicorp#6513 from sunilkumarmohanty/v-aws-sdk-go…
…-v1.15.78 deps: aws/aws-sdk-go@v1.15.78
Configuration menu - View commit details
-
Copy full SHA for d7ff7c7 - Browse repository at this point
Copy the full SHA d7ff7c7View commit details -
Merge pull request hashicorp#6495 from gthole/analytics-typo
Fix Kinesis Analytics typo
Configuration menu - View commit details
-
Copy full SHA for 2bb8ab0 - Browse repository at this point
Copy the full SHA 2bb8ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549c638 - Browse repository at this point
Copy the full SHA 549c638View commit details -
Merge pull request hashicorp#6500 from hryamzik/aws_dlm_lifecycle_pol…
…icy_docs aws_dlm_lifecycle_policy: improved example in docs
Configuration menu - View commit details
-
Copy full SHA for ec081c7 - Browse repository at this point
Copy the full SHA ec081c7View commit details -
Merge pull request hashicorp#6501 from mmartinsky/patch-1
Add missing data prefix to documentation
Configuration menu - View commit details
-
Copy full SHA for 7e7ec5b - Browse repository at this point
Copy the full SHA 7e7ec5bView commit details -
Merge pull request hashicorp#6505 from sidprak/6504
docs/r/aws_autoscaling_group: Update docs to specify mixed_instances_policy
Configuration menu - View commit details
-
Copy full SHA for b0e9150 - Browse repository at this point
Copy the full SHA b0e9150View commit details -
Merge pull request hashicorp#6514 from ehershey/patch-1
Update "aws_cloudfront_web_distribution"
Configuration menu - View commit details
-
Copy full SHA for e1723d7 - Browse repository at this point
Copy the full SHA e1723d7View commit details -
Add support for ECS IPC Mode/PID Mode
Sunil Kumar Mohanty committedNov 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 03ced11 - Browse repository at this point
Copy the full SHA 03ced11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6325011 - Browse repository at this point
Copy the full SHA 6325011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74562b3 - Browse repository at this point
Copy the full SHA 74562b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383f365 - Browse repository at this point
Copy the full SHA 383f365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855173c - Browse repository at this point
Copy the full SHA 855173cView commit details -
Merge pull request hashicorp#6502 from ewbankkit/issue-6491
Add support for Amazon SNS server-side encryption
Configuration menu - View commit details
-
Copy full SHA for e76a14b - Browse repository at this point
Copy the full SHA e76a14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be8a8e - Browse repository at this point
Copy the full SHA 8be8a8eView commit details -
Merge pull request hashicorp#6497 from kl4w/iam-user-tags
r/iam_user: support tags
Configuration menu - View commit details
-
Copy full SHA for ae8491a - Browse repository at this point
Copy the full SHA ae8491aView commit details -
Configuration menu - View commit details
-
Copy full SHA for abab878 - Browse repository at this point
Copy the full SHA abab878View commit details -
Merge pull request hashicorp#6499 from kl4w/iam-role-tags
r/iam_role: support for tags
Configuration menu - View commit details
-
Copy full SHA for 7f0c9b7 - Browse repository at this point
Copy the full SHA 7f0c9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1537e7 - Browse repository at this point
Copy the full SHA e1537e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6416b3 - Browse repository at this point
Copy the full SHA b6416b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e68471e - Browse repository at this point
Copy the full SHA e68471eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da2761 - Browse repository at this point
Copy the full SHA 7da2761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb6da0 - Browse repository at this point
Copy the full SHA 2cb6da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd83d71 - Browse repository at this point
Copy the full SHA dd83d71View commit details -
add validation for ipcmode and pidmode for ecs task definition
Sunil Kumar Mohanty committedNov 19, 2018 Configuration menu - View commit details
-
Copy full SHA for b9ddb02 - Browse repository at this point
Copy the full SHA b9ddb02View commit details -
Sunil Kumar Mohanty committed
Nov 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 1f84b6c - Browse repository at this point
Copy the full SHA 1f84b6cView commit details -
Merge pull request hashicorp#6518 from mhorbul/byoip-support-for-eip
r/eip, d/eip: add extra computed attributes and BYOIP feature support
Configuration menu - View commit details
-
Copy full SHA for 01491a1 - Browse repository at this point
Copy the full SHA 01491a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea2fe2 - Browse repository at this point
Copy the full SHA 7ea2fe2View commit details -
Merge pull request hashicorp#6515 from sunilkumarmohanty/ecs
Ecs-Add support for ECS IPC Mode/PID Mode
Configuration menu - View commit details
-
Copy full SHA for b10a1e9 - Browse repository at this point
Copy the full SHA b10a1e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c824b - Browse repository at this point
Copy the full SHA b4c824bView commit details -
Merge pull request hashicorp#6520 from flauflauf/master
Use correct hash to check lambda source zip in Lambda example
Configuration menu - View commit details
-
Copy full SHA for 255af2d - Browse repository at this point
Copy the full SHA 255af2dView commit details
Commits on Nov 20, 2018
-
Merge pull request hashicorp#6449 from gthole/data-apig-api-key
Add API Gateway API Key data source
Configuration menu - View commit details
-
Copy full SHA for cca4fbb - Browse repository at this point
Copy the full SHA cca4fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d02e7 - Browse repository at this point
Copy the full SHA 72d02e7View commit details -
Updated via: govendor fetch github.com/aws/aws-sdk-go/...@v1.15.79
Configuration menu - View commit details
-
Copy full SHA for 716f5b2 - Browse repository at this point
Copy the full SHA 716f5b2View commit details -
Merge pull request hashicorp#6524 from terraform-providers/v-aws-sdk-…
…go-v1.15.79 deps: aws/aws-sdk-go@v1.15.79
Configuration menu - View commit details
-
Copy full SHA for 3bc2e05 - Browse repository at this point
Copy the full SHA 3bc2e05View commit details -
tf-release-bot authored and TeamCity committed
Nov 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 12bc2b3 - Browse repository at this point
Copy the full SHA 12bc2b3View commit details
Commits on Nov 21, 2018
-
Adds scripts to build project inside Docker
Taylor Steinberg committedNov 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 620b674 - Browse repository at this point
Copy the full SHA 620b674View commit details