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:
Kent 'picat' Gruber 2020-11-13 11:15:06 -05:00
parent 1a30ef103c
commit 20026819dd
1 changed files with 1 additions and 1 deletions

View File

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