Skip to content

Commit

Permalink
fix: use lowercase instance name prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
zyegfryed committed Aug 29, 2024
1 parent b7b0f18 commit 3474b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/terraform/sks/nodes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "exoscale_sks_nodepool" "nodepool" {

cluster_id = var.test_cluster_id
instance_type = "standard.small"
instance_prefix = "${local.test_name}-Pool"
instance_prefix = "${local.test_name}-pool"
size = var.test_nodes_pool_size

anti_affinity_group_ids = [exoscale_anti_affinity_group.nodes_aag.id]
Expand Down

0 comments on commit 3474b25

Please sign in to comment.