Skip to content

Commit

Permalink
refactor: rename to cpu arch
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Mar 3, 2024
1 parent f0871b5 commit 2a2c676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/tf/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module "ssh_key" {
module "stack" {
source = "../../../../infra/tf/modules/hetzner_server"
environment = "production"
name = "production-cluster"
name = "cluster-amd"
server_power = "cpx21"
backups = false
ssh_key_id = module.ssh_key.id
Expand Down

0 comments on commit 2a2c676

Please sign in to comment.