providers.tf 45 B

123
  1. provider "aws" {
  2. region = var.aws_region
  3. }