initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / tf_aws_vpc / version.tf
1 terraform {
2 required_version = ">= 0.9.11"
3 }
4