Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit a01da6e

Browse files
committed
update source line
1 parent ebdb271 commit a01da6e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ Say you want to configure an S3 bucket as redirecting website. You can use
1515
```hcl
1616
1717
module "target_url" {
18-
source = "../terraform-null-url-parser"
19-
# you should set a version
18+
source = "TechNative-B-V/terraform-null-url-parser/null"
19+
version = "0.1.0"
20+
2021
url = "https://registry.terraform.io/namespaces/TechNative-B-V"
2122
}
2223
2324
resource "aws_s3_bucket_website_configuration" "bucket_webconf" {
2425
25-
#...
26+
...
2627
2728
routing_rules = <<EOF
2829
[{

0 commit comments

Comments
 (0)