Skip to content

Commit

Permalink
Provider change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Nas committed Aug 12, 2021
1 parent cbecef6 commit a67a34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data "aws_region" "current" {}
#####################
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.53"
version = "3.30"
name = var.namespace
cidr = var.vpc_cidr
azs = ["us-west-2a", "us-west-2b", "us-west-2c"]
Expand Down

0 comments on commit a67a34a

Please sign in to comment.