Skip to content

Commit

Permalink
github repo config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Aug 23, 2024
1 parent 2c439cf commit 8960e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/tenant-codebuilds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module "tenant_ssm_parameters" {
},
{
name = "/github_saas_repo"
value = module.saas_management_github_repository.github_repository_http_clone_url
value = module.saas_management_github_repository.github_repository_name
type = "SecureString"
overwrite = "true"
description = "SaaS Github Repository"
Expand Down

0 comments on commit 8960e31

Please sign in to comment.