There was an error while loading. Please reload this page.
2 parents 1aadb27 + c7c532f commit 3a4d95aCopy full SHA for 3a4d95a
1 file changed
examples/on-demand/example.tf
@@ -50,7 +50,7 @@ module "public_subnets" {
50
51
module "ssh" {
52
source = "clouddrove/security-group/aws"
53
- version = "2.0.0"
+ version = "2.0.2"
54
55
name = "${local.name}-ssh"
56
environment = local.environment
@@ -79,7 +79,7 @@ module "ssh" {
79
#tfsec:ignore:aws-ec2-no-public-egress-sgr
80
module "http_https" {
81
82
83
84
name = "${local.name}-http-https"
85
0 commit comments