Skip to content

Commit

Permalink
Removed AWS provider config from module
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <philip.schmid@isovalent.com>
  • Loading branch information
PhilipSchmid committed Oct 31, 2023
1 parent f43c194 commit 2f06613
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions 00-terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,4 @@ terraform {
}
}
required_version = ">= 1.4.0"
}

provider "aws" {
region = var.region
default_tags {
tags = var.tags
}
}

0 comments on commit 2f06613

Please sign in to comment.