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 c55128d commit b2dcb9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ resource "aws_vpc" "default" {
enable_dns_hostnames = true
tags = {
Name = "${var.vpc_name}"
Owner = "Sreeharsha"
CostCenter = 8080
Owner = "Sree"
}
}

Expand Down

0 comments on commit b2dcb9e

Please sign in to comment.