Skip to content

Commit

Permalink
fix resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Nov 14, 2022
1 parent e957797 commit aa69ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/extras/00-cicd-github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ resource "tls_private_key" "default" {
algorithm = "ED25519"
}

resource "github_repository_deploy_key" "exdefaultample_repository_deploy_key" {
resource "github_repository_deploy_key" "default" {
count = local.modules_repository == null ? 0 : 1
title = "Modules repository access"
repository = local.modules_repository
Expand Down

0 comments on commit aa69ef4

Please sign in to comment.