Skip to content

Commit

Permalink
Use different flavor for trove instances (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinus authored Jun 28, 2024
1 parent 43080d1 commit 02d286e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trove.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ variable "network_uuid" {
variable "db_flavor_uuid" {
type = map(any)
default = {
"codfw1dev" = "b1c8399c-87da-4262-86af-dfb6552e550e"
"eqiad1" = "b204f489-f1a5-4d91-9a11-af1ae8b66bea"
"codfw1dev" = "0e38db8b-e6bb-49e1-82d8-e38a4e914caa"
"eqiad1" = "41f0ea41-75ca-44a6-be66-bb56b2a90721"
}
}
variable "region" {
Expand Down

0 comments on commit 02d286e

Please sign in to comment.