Skip to content

Commit

Permalink
Update controller sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
slarimore02 committed Nov 19, 2024
1 parent 6b8d5ea commit 9c4c718
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gcp-compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ locals {
ca_certificates = var.ca_certificates
}
controller_sizes = {
small = "custom-8-24576"
medium = "custom-16-32768"
large = "custom-24-49152"
small = "custom-6-32768"
medium = "custom-10-32768"
large = "custom-16-49152"
}

controller_names = google_compute_instance.avi_controller[*].name
Expand Down
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.41.0"
version = ">= 4.41.0"
}
null = {
source = "hashicorp/null"
version = "3.2.0"
version = ">= 3.2.0"
}
}
}
}

0 comments on commit 9c4c718

Please sign in to comment.