Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-mohamed-zaghloul authored Oct 9, 2024
1 parent 0632da7 commit 8b3c3a9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions terraform/provider.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
source = "hashicorp/aws"
version = ">= 5.25.0"
}
}
}

provider "aws" {
region = var.region
backend "s3" {
bucket = "devops-ibrahimzaghloul"
key = "terraform.tfstate"
region = "us-east-1"
}

required_version = ">= 1.6.3"
}

0 comments on commit 8b3c3a9

Please sign in to comment.