From 9f3ed9ddf21f0c1a3d92f72deeb48cdc3fe9d1a7 Mon Sep 17 00:00:00 2001 From: henninge Date: Mon, 18 Feb 2019 15:05:21 +0100 Subject: [PATCH] Only path-style S3 URLs are supported. The go-getter library that is used by the module loader validates S3 URLs in the parseURL function. That function assumes path-style URLs and fails on virtual-hosted-style URLs. --- website/docs/modules/sources.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/modules/sources.html.markdown b/website/docs/modules/sources.html.markdown index 587092bbf..7c8f6357a 100644 --- a/website/docs/modules/sources.html.markdown +++ b/website/docs/modules/sources.html.markdown @@ -331,7 +331,7 @@ module "vpc" { You can use archives stored in S3 as module sources using the special `s3::` 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 module "consul" {