This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
lambda-boilerplate/infrastructure/app/providers.tf
renovate[bot] 351d3abb5b
chore(deps): update terraform aws to v4.38.0 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-05 14:29:20 -04:00

13 lines
160 B
HCL

terraform {
required_version = ">=1.0"
required_providers {
aws = "4.38.0"
}
}
provider "aws" {
profile = "default"
region = var.aws_region
}