Skip to content

Commit e4c4cc8

Browse files
author
Bassem Dghaidi
committed
Fix staging servers tag names to mention PR
1 parent 1cde5df commit e4c4cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/instances/staging/extra_staging.tf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "aws_instance" "staging_cicd_demo_RANDOMID" {
2626
key_name = aws_key_pair.staging_key.key_name
2727

2828
tags = {
29-
"Name" = "staging_cicd_demo-${random_id.server_RANDOMID.hex}"
29+
"Name" = "staging_cicd_demo-RANDOMID"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)