feat(robot): Infra action
[csit.git] / terraform-aws-elastic-beanstalk-environment / example / providers.tf
1 provider "aws" {
2   region = var.region
3 }