@@ -1,6 +1,7 @@
provider "aws" {
region = var.region
profile = var.profile
+ version = "~> 2.67"
}
module "vpc" {