terraform/website/source/docs/providers/aws/d
Paul Stack 2276e981ee provider/aws: Add new aws_db_snapshot data source (#10291)
* 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
2017-05-15 20:17:26 +03:00
..
acm_certificate.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
alb.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
alb_listener.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
ami.html.markdown Add `aws_ami_ids` and `aws_ebs_snapshot_ids` resources (#13844) 2017-04-21 16:37:26 +03:00
ami_ids.html.markdown provider/aws: Sort AMI and snapshot IDs (#13866) 2017-04-25 15:11:21 -07:00
autoscaling_groups.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
availability_zone.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
availability_zones.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
billing_service_account.html.markdown Added missing datasources and resources in panel list (#14235) 2017-05-05 15:40:53 +03:00
caller_identity.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
canonical_user_id.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
cloudformation_stack.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
db_instance.html.markdown provider/aws: Add replica_source_db to the aws_db_instance datasource (#13842) 2017-04-21 14:23:48 +03:00
db_snapshot.html.markdown provider/aws: Add new aws_db_snapshot data source (#10291) 2017-05-15 20:17:26 +03:00
ebs_snapshot.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
ebs_snapshot_ids.html.markdown provider/aws: Sort AMI and snapshot IDs (#13866) 2017-04-25 15:11:21 -07:00
ebs_volume.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
ecs_cluster.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
ecs_container_definition.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
ecs_task_definition.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
efs_file_system.html.markdown provider/aws: Add documentation for the EFS File System DataSource 2017-04-29 11:38:10 +12:00
eip.html.markdown Massively add HCL source tag in docs Markdown files 2017-04-17 13:17:54 +03:00
elb_hosted_zone_id.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
elb_service_account.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
iam_account_alias.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
iam_policy_document.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
iam_role.html.markdown Added missing datasources and resources in panel list (#14235) 2017-05-05 15:40:53 +03:00
iam_server_certificate.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
instance.html.markdown Document the data attribute that allows you to get at an instance's IPv6 address(es) 2017-05-14 21:42:18 +01:00
ip_ranges.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
kinesis_stream.html.markdown provider/aws: Add aws_kinesis_stream data source (#13562) 2017-04-20 22:13:39 +03:00
kms_alias.html.markdown provider/aws: Add aws_kms_alias datasource (#13669) 2017-04-18 15:29:14 +03:00
kms_secret.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
partition.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
prefix_list.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
redshift_service_account.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
region.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
route53_zone.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
route_table.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
s3_bucket_object.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
security_group.html.markdown add docs 2017-05-05 13:58:15 -04:00
sns_topic.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
subnet.html.markdown provider/aws: Add IPv6 outputs to aws_subnet datasource (#13841) 2017-04-21 16:54:55 +03:00
subnet_ids.html.markdown Document that data sources support meta parameters such as count (#14143) 2017-05-02 15:05:50 +01:00
vpc.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
vpc_endpoint.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
vpc_endpoint_service.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
vpc_peering_connection.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00
vpn_gateway.html.markdown docs: Update AWS Data Source docs to have HCL formatted examples (#13467) 2017-04-07 10:54:28 -05:00