stack72
|
806c000dbb
|
provider/aws: Support Policy DiffSuppression in `aws_kms_key` policy
Fixes #7495
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSKmsKey_policy'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/06 10:44:20 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSKmsKey_policy
-timeout 120m
=== RUN TestAccAWSKmsKey_importBasic
--- PASS: TestAccAWSKmsKey_importBasic (166.19s)
=== RUN TestAccAWSKmsKey_basic
--- PASS: TestAccAWSKmsKey_basic (215.33s)
=== RUN TestAccAWSKmsKey_policy
--- PASS: TestAccAWSKmsKey_policy (116.81s)
=== RUN TestAccAWSKmsKey_isEnabled
--- PASS: TestAccAWSKmsKey_isEnabled (1008.31s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws
1689.957s
```
|
2016-09-12 09:44:07 +01:00 |
Radek Simko
|
8fa75ea383
|
provider/aws: Allow import of KMS key (#7599)
|
2016-07-12 08:49:33 +01:00 |
Radek Simko
|
d4d20a9f5a
|
kms: Treat keys in PendingDeletion state as deleted
|
2016-03-08 09:30:47 +00:00 |
Radek Simko
|
6f8a9c0f77
|
aws: kms_key - Add support for is_enabled + enable_key_rotation
|
2016-03-08 09:30:47 +00:00 |
Radek Simko
|
ccedb36a86
|
aws: kms_key - add forgotten policy read call + normalize
|
2016-03-08 09:30:47 +00:00 |
Radek Simko
|
4c1f8db32d
|
aws: kms_key - Change field name (deletion_window -> deletion_window_in_days)
|
2016-03-08 09:30:47 +00:00 |
Radek Simko
|
5c9fe668f5
|
aws: kms resources - Simplify error handling
|
2016-03-08 09:30:47 +00:00 |
Radek Simko
|
2b244e21bc
|
aws: kms validation - Add missing placeholders for Errorf
|
2016-03-08 09:30:47 +00:00 |
Radek Simko
|
5466d69450
|
aws: kms resources - gofmt all the code
|
2016-03-08 09:30:47 +00:00 |
Philip Witty
|
5e18031367
|
Update AWS KMS with respect to key deletion features
|
2016-03-08 09:30:47 +00:00 |
Philip Witty
|
6648df7acc
|
Added AWS KMS key & alias support
|
2016-03-08 09:30:47 +00:00 |