X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-vpc%2Fexample%2Fproviders.tf;fp=fdio.infra.terraform%2Fterraform-aws-vpc%2Fexample%2Fproviders.tf;h=5ff54f0d6509faa38dd3547791517c0660c460dd;hp=0000000000000000000000000000000000000000;hb=c5181ae1627fed20b79a829bf2330f3ee9d8a0f6;hpb=dc28d6ba2adc598699a71fc5757f08325840d358 diff --git a/fdio.infra.terraform/terraform-aws-vpc/example/providers.tf b/fdio.infra.terraform/terraform-aws-vpc/example/providers.tf new file mode 100644 index 0000000000..5ff54f0d65 --- /dev/null +++ b/fdio.infra.terraform/terraform-aws-vpc/example/providers.tf @@ -0,0 +1,3 @@ +provider "aws" { + region = var.region +} \ No newline at end of file