Skip to content

Commit 1487a4b

Browse files
committed
rename asati repository
Why these changes are being introduced: This commit renames the asati app repository from docker-asati to asati. The docker prefix is only used for third party applications that release docker images that the Libraries makes use of. How this addresses that need: * application repository renamed * terraform-docs was updated to the latest version in the pre-commit hook Side effects of this change: None Changes to be committed: modified: .pre-commit-config.yaml modified: asati_ecr.tf
1 parent 7a87e85 commit 1487a4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- --args=-recursive
88
- id: terraform_validate
99
- repo: https://github.com/terraform-docs/terraform-docs
10-
rev: "v0.18.0"
10+
rev: "v0.19.0"
1111
hooks:
1212
- id: terraform-docs-go
1313
args: ["markdown", "table", "--config", "./.terraform-docs.yaml", "--recursive", "--output-file", "README.md", "./"]

asati_ecr.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ locals {
55
}
66
module "ecr_asati" {
77
source = "./modules/ecr"
8-
repo_name = "docker-asati"
8+
repo_name = "asati"
99
login_policy_arn = aws_iam_policy.login.arn
1010
oidc_arn = data.aws_ssm_parameter.oidc_arn.value
1111
environment = var.environment
1212
tfoutput_ssm_path = var.tfoutput_ssm_path
1313
tags = {
14-
app-repo = "docker-asati"
14+
app-repo = "asati"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)