Skip to content

Commit 2c9bc47

Browse files
committed
FIx return vañue for repo name
1 parent fd6aee0 commit 2c9bc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ output "clone_url_ssh" {
2020

2121
output "name" {
2222
description = "The name for the repository"
23-
value = aws_codecommit_repository.repo.name
23+
value = var.repository_name
2424
}

0 commit comments

Comments
 (0)