Skip to content

Instantly share code, notes, and snippets.

@guivin
Created August 21, 2021 10:48
Show Gist options
  • Save guivin/be1be404a1769570517f258c3efd2620 to your computer and use it in GitHub Desktop.
Save guivin/be1be404a1769570517f258c3efd2620 to your computer and use it in GitHub Desktop.
terraform/modules/aws-ecs/providers.tf
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.45.0"
}
}
}
provider "aws" {
region = var.region
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment