Skip to content

Commit d9bc661

Browse files
committed
Fix names in output.tf
1 parent 623422d commit d9bc661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ops/repository/output.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
output "aws_iam_role" {
1+
output "aws_github_action_iam_role" {
22
value = aws_iam_role.github_action_role.arn
33
}
44

5-
output "aws_ecr_db_repo" {
5+
output "aws_ecr_postgres_repo" {
66
value = aws_ecr_repository.postgres.repository_url
77
}
88

9-
output "aws_ecr_backend_repo" {
9+
output "aws_ecr_grafana_repo" {
1010
value = aws_ecr_repository.grafana.repository_url
1111
}

0 commit comments

Comments
 (0)