We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623422d commit d9bc661Copy full SHA for d9bc661
ops/repository/output.tf
@@ -1,11 +1,11 @@
1
-output "aws_iam_role" {
+output "aws_github_action_iam_role" {
2
value = aws_iam_role.github_action_role.arn
3
}
4
5
-output "aws_ecr_db_repo" {
+output "aws_ecr_postgres_repo" {
6
value = aws_ecr_repository.postgres.repository_url
7
8
9
-output "aws_ecr_backend_repo" {
+output "aws_ecr_grafana_repo" {
10
value = aws_ecr_repository.grafana.repository_url
11
0 commit comments