Skip to content

Commit

Permalink
Merge pull request #18 from cycloidio/lo-17
Browse files Browse the repository at this point in the history
catalog repository resource: make credential canonical consistent
  • Loading branch information
kerak19 authored Jun 25, 2024
2 parents a7e0ae1 + 9b3f74b commit 1c217c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/catalog_repository_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ func catalogRepositoryCYModelToData(org string, cr *models.ServiceCatalogSource,
data.Canonical = types.StringPointerValue(cr.Canonical)
data.Owner = types.StringPointerValue(cr.Owner.Username)
data.OrganizationCanonical = types.StringValue(org)
data.CredentialCanonical = types.StringValue(cr.CredentialCanonical)

return diags
}

0 comments on commit 1c217c2

Please sign in to comment.