We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835ab35 commit 8a0d20cCopy full SHA for 8a0d20c
terraform/main.tf
@@ -74,7 +74,7 @@ resource "aws_instance" "server" {
74
key_name = "my-key"
75
76
tags = {
77
- Name = "DevOps-Server-v4"
+ Name = "DevOps-Server-v5"
78
}
79
80
# Corrected User Data to install Docker + Docker Compose Plugin
0 commit comments