Files
opentf/website/source/docs/providers
Paul Stack f4015b43c5 provider/aws: Support aws_instance and volume tagging on creation (#13945)
Fixes: #13173

We now tag at instance creation and introduced `volume_tags` that can be
set so that all devices created on instance creation will receive those
tags

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSInstance_volumeTags'                      2 ↵ ✚ ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/26 06:30:48 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSInstance_volumeTags -timeout 120m
=== RUN   TestAccAWSInstance_volumeTags
--- PASS: TestAccAWSInstance_volumeTags (214.31s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	214.332s
```
2017-04-26 10:12:38 +12:00
..
2017-04-06 14:09:11 -04:00
2017-04-06 14:09:12 -04:00
2017-04-10 12:09:04 -04:00
2017-04-10 12:11:27 -04:00
2017-04-10 12:12:22 -04:00
2017-04-10 12:12:48 -04:00
2017-04-10 12:15:08 -04:00
2017-04-10 12:15:47 -04:00
2017-04-10 12:19:36 -04:00
2017-04-10 12:20:16 -04:00
2017-04-10 12:20:42 -04:00
2017-04-10 12:22:13 -04:00
2017-04-10 12:22:31 -04:00
2017-04-21 19:44:25 +03:00
2017-04-10 12:28:09 -04:00
2017-04-25 15:23:35 -04:00
2017-04-18 15:08:18 +00:00