Skip to content

Commit

Permalink
docs(metricstream): fix typo in module name (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jta authored and obs-gh-justindaines committed Nov 15, 2024
1 parent d1b7c42 commit e2f80d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/metricstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_s3_bucket" "this" {
}
module "metric_stream" {
source = "observeinc/cloudformation/aws//modules/metricstream"
source = "observeinc/collection/aws//modules/metricstream"
name = random_pet.this.id
bucket_arn = aws_s3_bucket.this.arn
}
Expand Down

0 comments on commit e2f80d3

Please sign in to comment.