Skip to content

Commit 8fc94fe

Browse files
committed
Add output usage
1 parent b5646af commit 8fc94fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module "s3-subdomain-takeover" {
2121
2222
subdomain = "subdomain.example.com"
2323
}
24+
25+
output "s3_website_endpoint" {
26+
value = module.s3-subdomain-takeover.s3_website_endpoint
27+
}
2428
```
2529
## Author
2630
Module managed by https://github.com/iganbold

0 commit comments

Comments
 (0)