Skip to content

Commit

Permalink
Remove explicit provider region as variable and use inherited provider
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMeszaros committed Dec 30, 2021
1 parent 40d9df9 commit 5e23ae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
variable "region" {
type = string
}

variable "ssh_key_id" {
description = "A SSH public key ID to add to the VPN instance."
}
Expand Down
4 changes: 0 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ terraform {
}
}
}

provider "aws" {
region = var.region
}

0 comments on commit 5e23ae9

Please sign in to comment.