Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Add distribution tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ritsok committed Jun 28, 2021
1 parent 7e5299f commit ddb8219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resource "aws_instance" "ubuntu" {
instance_type = var.instance_type

tags = {
Name = var.instance_name
Name = var.instance_name
"Linux Distribution" = "Ubuntu"
}
}

0 comments on commit ddb8219

Please sign in to comment.