-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename "opg-data-lpa-deed" to "opg-data-lpa-store" (#37)
Update go modules, AWS tagging and Renovate config. Also update the name in the README, structurizr docs and OpenAPI spec #major
- Loading branch information
Showing
17 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# opg-data-lpa-deed | ||
# opg-data-lpa-store | ||
|
||
LPA deed service: Managed by opg-org-infra & Terraform | ||
LPA Store: Managed by opg-org-infra & Terraform |
6 changes: 3 additions & 3 deletions
6
...architecture/dsl/local/lpaDeedService.dsl → docs/architecture/dsl/local/lpaStore.dsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ locals { | |
|
||
mandatory_moj_tags = { | ||
business-unit = "OPG" | ||
application = "opg-data-lpa-deed" | ||
application = "opg-data-lpa-store" | ||
account = local.account.account_name | ||
is-production = local.account.is_production | ||
owner = "[email protected]" | ||
} | ||
|
||
optional_tags = { | ||
source-code = "https://github.com/ministryofjustice/opg-data-lpa-deed" | ||
source-code = "https://github.com/ministryofjustice/opg-data-lpa-store" | ||
infrastructure-support = "[email protected]" | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ locals { | |
default_tags = merge(local.mandatory_moj_tags, local.optional_tags) | ||
mandatory_moj_tags = { | ||
business-unit = "OPG" | ||
application = "opg-data-lpa-deed" | ||
application = "opg-data-lpa-store" | ||
environment-name = local.environment_name | ||
account = local.environment.account_name | ||
is-production = local.environment.is_production | ||
owner = "[email protected]" | ||
} | ||
|
||
optional_tags = { | ||
source-code = "https://github.com/ministryofjustice/opg-data-lpa-deed" | ||
source-code = "https://github.com/ministryofjustice/opg-data-lpa-store" | ||
infrastructure-support = "[email protected]" | ||
} | ||
} | ||
|