feat(terraform): AWS VPC
[csit.git] / fdio.infra.terraform / terraform-aws-vpc / example / providers.tf
1 provider "aws" {
2   region = var.region
3 }