terraform/website/source
Paul Stack 58c324676d provider/aws: Add support for `encryption` and `kms_key_id` to `aws_ami` (#7181)
This fixes #7157. It doesn't change the way aws_ami works

```
make testacc TEST=./builtin/providers/aws
TESTARGS='-run=TestAccAWSAMICopy'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /vendor/)
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSAMICopy
-timeout 120m
=== RUN   TestAccAWSAMICopy
--- PASS: TestAccAWSAMICopy (479.75s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    479.769s
```
2016-07-05 09:50:48 -05:00
..
assets Merge pull request #6672 from apparentlymart/random-provider 2016-05-29 11:58:42 -07:00
docs provider/aws: Add support for `encryption` and `kms_key_id` to `aws_ami` (#7181) 2016-07-05 09:50:48 -05:00
intro provider/aws: Update documentation to use t2.micro, provide Classic options (#6801) 2016-05-20 16:19:01 -05:00
layouts provider/atlas: Add a Atlas Artifact Data Source (#7419) 2016-07-01 10:29:53 -05:00
.gitignore
404.html.erb
community.html.erb Add note about paid training 2016-05-16 16:45:47 -04:00
downloads.html.erb Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary 2016-05-10 14:40:11 -04:00
index.html.erb
robots.txt
sitemap.xml.builder