diff --git a/README.md b/README.md index d70b91d..3edec1e 100644 --- a/README.md +++ b/README.md @@ -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 = { @@ -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"]