2276e981ee
* provider/aws: Add ability to create AWS DB Snapshots * provider/aws: Add AWS DB Snapshot resource acceptance tests ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSDBSnapshot_ ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/11/22 18:24:05 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSDBSnapshot_ -timeout 120m === RUN TestAccAWSDBSnapshot_basic --- PASS: TestAccAWSDBSnapshot_basic (892.75s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 892.773s ``` * provider/aws: Add new aws_db_snapshot data source * docs/aws: Add documentation for aws_db_snapshot resource * provider/aws: Add datasource for aws_db_snapshot acceptance tests ``` % make testacc TEST=./builtin/providers/aws % TESTARGS='-run=TestAccAWSDbSnapshotDataSource_' 2 ↵ ✭ ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/11/22 18:55:08 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSDbSnapshotDataSource_ -timeout 120m === RUN TestAccAWSDbSnapshotDataSource_basic --- PASS: TestAccAWSDbSnapshotDataSource_basic (966.68s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws966.699s ``` * docs/aws: Adding documentation for aws_db_snapshot datasource |
||
---|---|---|
.. | ||
backends | ||
commands | ||
configuration | ||
enterprise | ||
import | ||
internals | ||
modules | ||
plugins | ||
providers | ||
provisioners | ||
state | ||
index.html.markdown |