Skip to content

Commit ba6ae5f

Browse files
Andrew KayAndrew Kay
Andrew Kay
authored and
Andrew Kay
committed
Removing the region as it was reported to have broken things
1 parent f3f4998 commit ba6ae5f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

terraform/main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module "power_tuning" {
22
source = "./module"
3-
aws_region = var.aws_region
43
account_id = var.account_id
54
}

terraform/variables.tf

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
variable "aws_region" {
2-
default = "eu-west-1"
3-
}
4-
51
variable "account_id" {
6-
default = "123456789101"
2+
default = "411140388634"
73
}

0 commit comments

Comments
 (0)