Skip to content

Commit 875fd6a

Browse files
authored
Merge pull request #3 from optiop/feature/ops-repository
Fix names in output.tf
2 parents f6268ad + d9bc661 commit 875fd6a

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)