UPD: externalised tags
This commit is contained in:
parent
1c4729d97e
commit
22e40852cb
@ -8,3 +8,5 @@ provider "aws" {
|
||||
region = var.aws_region
|
||||
version = ">= 2.28.1"
|
||||
}
|
||||
|
||||
variable "default-tags" {}
|
||||
|
@ -23,13 +23,7 @@ module "vpc" {
|
||||
single_nat_gateway = true
|
||||
enable_dns_hostnames = true
|
||||
|
||||
tags = {
|
||||
"owner" = "KF"
|
||||
"terraform" = "initial-deployment-only"
|
||||
"environment" = "demo"
|
||||
"project" = "project1"
|
||||
"application" = "network"
|
||||
}
|
||||
tags = var.default-tags
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user