Remove path-style specific wording in module sources doc
Follow up on wording added in https://github.com/hashicorp/terraform/pull/20377
This commit is contained in:
parent
1a30ef103c
commit
20026819dd
|
@ -357,7 +357,7 @@ information.
|
|||
|
||||
You can use archives stored in S3 as module sources using the special `s3::`
|
||||
prefix, followed by
|
||||
[a path-style S3 bucket object URL](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro).
|
||||
[a S3 bucket object URL](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro).
|
||||
|
||||
```hcl
|
||||
module "consul" {
|
||||
|
|
Loading…
Reference in New Issue