Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mavrick202 authored Jul 28, 2020
1 parent 4e70a71 commit c55128d
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 @@ -10,7 +10,8 @@ resource "aws_vpc" "default" {
enable_dns_hostnames = true
tags = {
Name = "${var.vpc_name}"
Owner = "Sree"
Owner = "Sreeharsha"
CostCenter = 8080
}
}

Expand Down

0 comments on commit c55128d

Please sign in to comment.