Skip to content

Commit

Permalink
fix: change dfds.automation.name tag to dfds.library.name
Browse files Browse the repository at this point in the history
  • Loading branch information
rifisdfds committed Jan 18, 2024
1 parent 894f4fc commit 5727b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ locals {
"dfds.env" : var.environment,
"dfds.cost.centre" : var.cost_centre,
"dfds.service.availability" : var.service_availability,
"dfds.automation.name" : "blueprints",
"dfds.library.name" : "blueprints",
"dfds.automation.tool" : "Terraform",
"dfds.automation.initiator.location" : "https://github.com/dfds/terraform-aws-rds",
}, var.optional_tags, local.resource_owner_contact_email, local.automation_initiator_pipeline_tag)
Expand Down

0 comments on commit 5727b60

Please sign in to comment.