Skip to content

Commit 68eda3c

Browse files
authored
Merge pull request #2 from lgallard/feature/name-output
Fix return vañue for repo name
2 parents 1de4651 + 2c9bc47 commit 68eda3c

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)