Skip to content

Commit d2bf9e5

Browse files
authored
Merge pull request #1 from truemark/t4nano
changing instance types to t4g and t3a
2 parents 3b7ef9e + df58b79 commit d2bf9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "image_id" {
3939
variable "instance_types" {
4040
description = "Candidates of spot instance type for the NAT instance. This is used in the mixed instances policy"
4141
type = list(string)
42-
default = ["t3.nano", "t3a.nano"]
42+
default = ["t4g.nano", "t3a.nano"]
4343
}
4444

4545
variable "use_spot_instance" {

0 commit comments

Comments
 (0)