Skip to content

Commit

Permalink
Replace deprecated deployment template ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 1, 2024
1 parent cc55838 commit e313a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/cloud/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "ec_deployment" "deployment" {
name = format("fleet server PR %s", random_uuid.name.result)
region = "gcp-us-west2"
version = local.stack_version
deployment_template_id = "gcp-io-optimized-v2"
deployment_template_id = "gcp-general-purpose"

tags = {
"created_with_terraform" = "true"
Expand Down

0 comments on commit e313a80

Please sign in to comment.