Skip to content

Instantly share code, notes, and snippets.

@cromyhector
Created June 14, 2022 04:36
Show Gist options
  • Save cromyhector/bd401883df085ca0acc48768590b0e95 to your computer and use it in GitHub Desktop.
Save cromyhector/bd401883df085ca0acc48768590b0e95 to your computer and use it in GitHub Desktop.
### --- dynamodb/providers.tf ---
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
}
}
required_version = ">= 0.14.9"
}
provider "aws" {
profile = "default"
region = var.aws_region
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment