Skip to content

Commit

Permalink
fix tests and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jansiwy committed Jan 23, 2024
1 parent 1d3db1f commit e526c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "sns-to-rollbar" {
tags = {
app = "some-service"
env = "production"
env = "test"
}
}
```
4 changes: 2 additions & 2 deletions _test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ provider "aws" {
region = "local"
}

module "athena" {
module "sns-to-rollbar" {
source = "./.."

name = "example"
Expand All @@ -18,6 +18,6 @@ module "athena" {

tags = {
app = "some-service"
env = "production"
env = "test"
}
}

0 comments on commit e526c27

Please sign in to comment.