Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AgusPk committed Oct 12, 2023
1 parent 96201b1 commit 2bd772a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/core/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "vpc" {
tags = module.label.tags
enable_nat_gateway = true
single_nat_gateway = true
region = var.region
region = var.region
}

output "ssm_parameter_vpc_id" {
Expand Down

0 comments on commit 2bd772a

Please sign in to comment.