Skip to content

Commit 6560ae5

Browse files
authored
Add T2A machine types to validMachineTypes (#232)
Relevant docs https://cloud.google.com/compute/docs/general-purpose-machines#t2a_machines
1 parent 3f54953 commit 6560ae5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rules/utils.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ var validMachineTypes = map[string]bool{
8484
"n2d-highcpu-96": true,
8585
"n2d-highcpu-128": true,
8686
"n2d-highcpu-224": true,
87+
"t2a-standard-1": true,
88+
"t2a-standard-2": true,
89+
"t2a-standard-4": true,
90+
"t2a-standard-8": true,
91+
"t2a-standard-16": true,
92+
"t2a-standard-32": true,
93+
"t2a-standard-48": true,
8794
"t2d-standard-1": true,
8895
"t2d-standard-2": true,
8996
"t2d-standard-4": true,

0 commit comments

Comments
 (0)