Skip to content

Commit

Permalink
Added aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kusumsiri authored Jul 27, 2023
1 parent 55f7e9b commit 25cdb08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 01-providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ terraform {
source = "hashicorp/kubernetes"
version = "2.11.0"
}

aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}

backend "s3" {
Expand All @@ -25,4 +30,8 @@ provider "helm" {
kubernetes {
config_path = "~/.kube/config"
}
}

provider "aws" {
region = "us-east-1"
}

0 comments on commit 25cdb08

Please sign in to comment.