Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 76c8d1e

Browse files
committed
terraform: make staging a T3a instance type
This is slightly cheaper than regular T3 instances
1 parent da56adc commit 76c8d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/staging.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment = "staging"
22
canonical_dns_name = "staging-qa-reports.linaro.org"
33
dns_name = "staging-qa-reports.ctt.linaro.org"
4-
mq_node_type = "t3.nano"
4+
mq_node_type = "t3a.nano"
55
db_node_type = "t2.medium"
66
db_storage = 500
77
db_max_storage = 750

0 commit comments

Comments
 (0)