Merge pull request #20377 from henninge/patch-1

Only path-style S3 URLs are supported.
This commit is contained in:
James Bardin 2019-02-22 14:46:48 -05:00 committed by GitHub
commit b8be1d0114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" {