provider.tf 72 B

12345
  1. ## AWS Provider Configuration
  2. provider "aws" {
  3. region = var.region
  4. }