Merge pull request #20377 from henninge/patch-1
Only path-style S3 URLs are supported.
This commit is contained in:
commit
b8be1d0114
|
@ -331,7 +331,7 @@ module "vpc" {
|
||||||
|
|
||||||
You can use archives stored in S3 as module sources using the special `s3::`
|
You can use archives stored in S3 as module sources using the special `s3::`
|
||||||
prefix, followed by
|
prefix, followed by
|
||||||
[an S3 bucket object URL](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro).
|
[a path-style S3 bucket object URL](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro).
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
module "consul" {
|
module "consul" {
|
||||||
|
|
Loading…
Reference in New Issue