Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 26, 2024
1 parent 1863652 commit 4584c9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform-config/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ resource "aws_instance" "app_server" {
vpc_security_group_ids = [aws_security_group.ssh_access.id]

tags = {
Name = "cicd"
Value = "sys1"
cicd = "sys1"
}
}

Expand Down

0 comments on commit 4584c9f

Please sign in to comment.