We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444729c commit bedaa9aCopy full SHA for bedaa9a
vm.tf
@@ -11,6 +11,6 @@ resource "aws_instance" "vm" {
11
vpc_security_group_ids = [data.terraform_remote_state.vpc.outputs.security_group_id]
12
13
tags = {
14
- Name = "vm-terraform"
+ Name = "vm-terraform-pipeline"
15
}
16
0 commit comments