Skip to content

Commit bd35c8b

Browse files
committed
actually running terraform fmt
1 parent 3da9bce commit bd35c8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aws/kubernetes/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88

99
tls = {
10-
source = "hashicorp/tls"
10+
source = "hashicorp/tls"
1111
version = "~> 4.1"
1212
}
1313
}

aws/metadata/postgres/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88

99
random = {
10-
source = "hashicorp/random"
10+
source = "hashicorp/random"
1111
version = "~> 3.7.2"
1212
}
1313
}

aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ variable "vpc_name" {
4242

4343
variable "vpc_cidr" {
4444
description = "CIDR range for the VPC, needs to be able to contain six contiguous /21 subnets. AWS suggests a /19 but most will recommend a /16 to avoid IP exhaustion. https://docs.aws.amazon.com/eks/latest/best-practices/ip-opt.html#_mitigate_ip_exhaustion"
45-
type = string
45+
type = string
4646
default = "10.64.0.0/16"
4747
}
4848

azure/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
version = "~> 3.0"
1111
}
1212
local = {
13-
source = "hashicorp/local"
13+
source = "hashicorp/local"
1414
version = "~> 2.5"
1515
}
1616
}

0 commit comments

Comments
 (0)