Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Systems MMS committed Feb 17, 2022
1 parent d3ee3a9 commit 060bc5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [0.0.1](https://github.com/T-Systems-MMS/terraform-azuredevops_repositories/tree/0.0.1) (2022-02-07)
## [0.0.1](https://github.com/T-Systems-MMS/terraform-azuredevops-repositories/tree/0.0.1) (2022-02-07)

[Full Changelog](https://github.com/T-Systems-MMS/terraform-azuredevops_repositories/compare/db4e6739254d5c1745487e4c3611ec4fb7cc5258...0.0.1)
[Full Changelog](https://github.com/T-Systems-MMS/terraform-azuredevops-repositories/compare/db4e6739254d5c1745487e4c3611ec4fb7cc5258...0.0.1)



Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ This module manages Azure DevOps Repositories.
## Examples

```hcl
module "azuredevops_repositories" {
source = "../modules/azure/terraform-azuredevops_repositories"
module "repositories" {
source = "registry.terraform.io/T-Systems-MMS/pipelines/repositories"
git_repository = {
azuredevops = {
project_id = module.azuredevops_project.project["project_name"].id
project_id = module.project.project["project_name"].id
}
}
}
Expand Down

0 comments on commit 060bc5c

Please sign in to comment.