Skip to content

Instantly share code, notes, and snippets.

View mike-callahan's full-sized avatar

Michael Callahan mike-callahan

  • Seattle, Washington
View GitHub Profile
@mike-callahan
mike-callahan / h100.tf
Last active March 18, 2024 19:05
Terraform example of a GCP MIG to be used with Dynamic Workload Scheduler (resize requests)
module "gpudirect" {
source = "git::https://github.com/GoogleCloudPlatform/professional-services.git//examples/gpudirect-tcpx"
project_id = "PROJECT-ID"
region = "us-central1"
}
data "google_service_account" "sa" {
account_id = "SERVICE-ACCOUNT@developer.gserviceaccount.com"
}