Browse Source

set min version

Chris Mague 4 years ago
parent
commit
6b04049ba3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.tf

+ 1 - 0
main.tf

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