Files
opentf/website/source/docs/providers
Jake Champlin e97900aef2 provider/aws: Update calling_identity
Updates `aws_caller_identity` data source to actually include the correct attributes from the `GetCallerIdentity` API function.

```
$ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSCallerIdentity_basic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/27 09:26:13 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSCallerIdentity_basic -timeout 120m
=== RUN   TestAccAWSCallerIdentity_basic
--- PASS: TestAccAWSCallerIdentity_basic (12.74s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    12.767s
```
2017-03-27 09:32:31 -04:00
..
2017-03-27 09:32:31 -04:00
2017-03-15 18:28:03 -04:00
2017-03-20 13:15:27 -04:00
2017-03-24 12:29:27 +02:00
2017-03-27 12:50:39 +03:00
2017-02-22 22:57:16 +02:00
2017-02-16 08:42:16 -08:00
2017-03-07 14:50:57 +02:00
2017-03-14 21:15:42 +01:00