Skip to content

Commit

Permalink
dev: fix all issues with example
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 17, 2023
1 parent 1132ca5 commit 8bcc3da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/fixtures/policy.rego
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default results = {
},
}

results = {
result = {
"action": "block",
"block": {"reason": "rate limit exceeded"},
} {
Expand Down
10 changes: 10 additions & 0 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
docker = {
source = "kreuzwerker/docker"
}
}
}

0 comments on commit 8bcc3da

Please sign in to comment.