Skip to content

Commit

Permalink
fix: remove config duplicada
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansouzaa3 committed Oct 8, 2024
1 parent aaa990f commit 15f599a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions deployment/infrastructure/terraform-lambda/provider.tf
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
provider "aws" {
region = var.region
}
terraform {
required_version = ">= 1.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49"
}
tls = {
source = "hashicorp/tls"
version = ">= 3.0"
}
}
backend "s3" {
key = "terraform/terraform.tfstate"
region = "us-east-1"
encrypt = true
}
}


data "aws_caller_identity" "current" {}

0 comments on commit 15f599a

Please sign in to comment.