Joshua Carp
a8e68ab25e
Add partition to remaining ARN builders.
2016-10-08 00:52:50 -04:00
Paul Stack
5c0662f0eb
provider/aws: Change the way ARNs are built ( #7151 )
...
ARNs used to be build using the iamconn.GetUser func call. This wouldn't
work on some scenarios and was changed so that we can expose the
AccountId and Region via meta
This commit just changes the build ARN funcs to use this new way of
doing things
2016-08-07 17:36:00 +10:00
Paul Stack
aa00d38a10
provider/aws: Support Import aws_rds_cluster_parameter_group
( #7360 )
...
* provider/aws: Support Import `aws_rds_cluster_parameter_group`
```
make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSDBClusterParameterGroup_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /vendor/)
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSDBClusterParameterGroup_ -timeout 120m
=== RUN TestAccAWSDBClusterParameterGroup_importBasic
--- PASS: TestAccAWSDBClusterParameterGroup_importBasic (29.60s)
=== RUN TestAccAWSDBClusterParameterGroup_basic
--- PASS: TestAccAWSDBClusterParameterGroup_basic (47.27s)
=== RUN TestAccAWSDBClusterParameterGroup_disappears
--- PASS: TestAccAWSDBClusterParameterGroup_disappears (21.58s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 98.483s
```
* Update import_aws_rds_cluster_parameter_group_test.go
2016-06-27 08:42:55 -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
stack72
21a65fd085
provider/aws: Refreshing the state when DBParameterGroupNotFound
...
happens
2016-05-18 14:10:32 +01:00
protomouse
e9ce2b3a20
remove partial mode handling
2016-04-11 10:44:28 +02:00
protomouse
b45e941144
add resource aws_rds_cluster_parameter_group
2016-04-11 10:26:47 +02:00