Skip to content

Commit

Permalink
Fix tf lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Jul 20, 2023
1 parent 67ed3e9 commit 2a4371d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/runtime/chappy/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
source = "terraform-aws-modules/vpc/aws"
version = "4.0.2"

name = "${module.env.module_name}-chappydev-${var.region_name}-${module.env.stage}"
Expand Down

0 comments on commit 2a4371d

Please sign in to comment.