Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieudolci committed Dec 3, 2019
1 parent 5366e2b commit a3d747f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ By doing so we can then download the command zip file for a release and use it w
```hcl
module "rdscheck-copy" {
source = "github.com/techdroplabs/rdscheck//terraform?ref=v0.0.1"
source = "github.com/techdroplabs/rdscheck//terraform?ref=v0.0.8"
lambda_rate = "rate(1 day)"
release_version = "v0.0.1"
release_version = "v0.0.8"
command = "copy"
lambda_env_vars {
variables = {
Expand All @@ -81,10 +80,10 @@ module "rdscheck-copy" {
```hcl
module "rdscheck-check" {
source = "github.com/techdroplabs/rdscheck//terraform?ref=v0.0.1"
source = "github.com/techdroplabs/rdscheck//terraform?ref=v0.0.8"
lambda_rate = "rate(30 minutes)"
release_version = "v0.0.1"
release_version = "v0.0.8"
command = "check"
subnet_ids = ["subnet-12345,subnet-6789"]
security_group_ids = ["sg-1234,sg-5678"]
Expand Down

0 comments on commit a3d747f

Please sign in to comment.