diff --git a/_example/ec2-network-mode-awsvpc/main.tf b/_example/ec2-network-mode-awsvpc/main.tf index 6a6bdf6..48f19bd 100644 --- a/_example/ec2-network-mode-awsvpc/main.tf +++ b/_example/ec2-network-mode-awsvpc/main.tf @@ -181,7 +181,7 @@ data "aws_iam_policy_document" "default" { ####---------------------------------------------------------------------------------- module "acm" { source = "clouddrove/acm/aws" - version = "1.3.0" + version = "1.4.1" name = "certificate" environment = "test"