Jake Champlin
|
8ac89c7860
|
provider/aws: Improve documentation for the cloudformation_stack resource.
Fixes: #8483
|
2017-04-25 18:15:28 -04:00 |
|
Max Riveiro
|
137fcfb5de
|
Massively add HCL source tag in docs Markdown files
Signed-off-by: Max Riveiro <kavu13@gmail.com>
|
2017-04-17 13:17:54 +03:00 |
|
Paul Stack
|
78768e00f2
|
provider/aws: Add support to set iam_role_arn on cloudformation Stack (#12547)
Fixes: #11266
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSCloudFormation_basic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/09 01:39:16 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSCloudFormation_basic -timeout 120m
=== RUN TestAccAWSCloudFormation_basic
--- PASS: TestAccAWSCloudFormation_basic (89.38s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 89.416s
```
|
2017-03-28 15:54:28 +03:00 |
|
George Christou
|
61277c0dbd
|
website/docs: Run terraform fmt on code examples (#12075)
* docs/vsphere: Fix code block
* docs: Convert `...` to `# ...` to allow `terraform fmt`ing
* docs: Trim trailing whitespace
* docs: First-pass run of `terraform fmt` on code examples
|
2017-02-19 00:48:50 +02:00 |
|
Jamie Starke
|
184e3ce8ad
|
Fixed the parameters structure
Removed the `=` from the parameters structure, and changed the `VPCCidrParameter` to match `VPCCidr` in the Cloudformation template.
|
2016-10-23 19:13:45 -07:00 |
|
Jamie Starke
|
3ba46b2a9b
|
Added a Parameter example
|
2016-10-22 17:23:38 -07:00 |
|
qivers
|
9cc21d62f2
|
Correcting arn output to id (#6586)
Using `arn` as an output doesn't work, `id` does.
|
2016-05-10 22:32:07 +01:00 |
|
Radek Simko
|
61948f35d2
|
provider/aws: Add docs for aws_cloudformation_stack
|
2015-10-13 22:55:09 +02:00 |
|