Skip to content

Commit 5e23ae9

Browse files
committed
Remove explicit provider region as variable and use inherited provider
1 parent 40d9df9 commit 5e23ae9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

variables.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
variable "region" {
2-
type = string
3-
}
4-
51
variable "ssh_key_id" {
62
description = "A SSH public key ID to add to the VPN instance."
73
}

versions.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ terraform {
1010
}
1111
}
1212
}
13-
14-
provider "aws" {
15-
region = var.region
16-
}

0 commit comments

Comments
 (0)