Paul Stack
|
0c16031556
|
provider/aws: Support Import `aws_elasticache_parameter_group` resource (#7336)
* provider/aws: Support Import `aws_elasticache_parameter_group` resource
```
make testacc TEST=./builtin/providers/aws
TESTARGS='-run=TestAccAWSElasticacheParameterGroup_'
==> Checking that code complies with gofmt requirements...
2016/06/26 19:46:35 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSElasticacheParameterGroup_ -timeout 120m
=== RUN TestAccAWSElasticacheParameterGroup_importBasic
--- PASS: TestAccAWSElasticacheParameterGroup_importBasic (22.42s)
=== RUN TestAccAWSElasticacheParameterGroup_basic
--- PASS: TestAccAWSElasticacheParameterGroup_basic (39.08s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 61.520s
```
* Update import_aws_elasticache_parameter_group_test.go
|
2016-06-28 10:02:43 -05:00 |
Joshua Spence
|
c193cbdc03
|
Add default description
Closes #6100. Set the default value for the `description` field to be "Managed by Terraform".
|
2016-05-23 06:46:45 +10:00 |
KOJIMA Kazunori
|
2476dcbcae
|
provider/aws: Fix typo in error message (#6518)
|
2016-05-06 09:57:04 -05:00 |
Ian Duffy
|
47ac10d66b
|
Change resource.StateChangeConf to use an array for target states
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
|
2016-01-21 01:20:41 +00:00 |
Clint Shryock
|
579ccbefea
|
provider/aws: Update source to comply with upstream breaking change
|
2015-07-28 15:29:46 -05:00 |
Sam Clinckspoor
|
c92b7a980c
|
fixed possibly incorrectly returning destroyed
|
2015-06-26 20:16:21 +02:00 |
Sam Clinckspoor
|
7f9c4e45ea
|
added test
|
2015-06-08 22:43:39 +02:00 |
Sam Clinckspoor
|
14b7dd3477
|
add resource file
|
2015-06-08 21:05:25 +02:00 |