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 Jul 25, 2022
1 parent 8d6af9f commit 3a3b3ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@

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

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- BEGIN_TF_DOCS -->

# azuredevops_repositories

This module manages Azure DevOps Repositories.
Expand All @@ -8,33 +7,33 @@ This module manages Azure DevOps Repositories.

## Requirements

| Name | Version |
| ----------- | -------- |
| terraform | ~>1.0.11 |
| azuredevops | =0.1.8 |
| Name | Version |
|------|---------|
| terraform | ~> 1.2.0 |
| azuredevops | =0.2.1 |

## Providers

| Name | Version |
| ----------- | ------- |
| azuredevops | =0.1.8 |
| Name | Version |
|------|---------|
| azuredevops | =0.2.1 |

## Resources

| Name | Type |
| ----------------------------------------- | -------- |
| Name | Type |
|------|------|
| azuredevops_git_repository.git_repository | resource |

## Inputs

| Name | Description | Type | Default | Required |
| -------------- | -------------------------------------------------------------------------------------------- | ----- | ------- | :------: |
| git_repository | resource definition, default settings are defined within locals and merged with var settings | `any` | `{}` | no |
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| git_repository | resource definition, default settings are defined within locals and merged with var settings | `any` | `{}` | no |

## Outputs

| Name | Description |
| -------------- | ---------------------------------- |
| Name | Description |
|------|-------------|
| git_repository | azuredevops_git_repository results |

## Examples
Expand All @@ -49,5 +48,4 @@ module "repositories" {
}
}
```

<!-- END_TF_DOCS -->

0 comments on commit 3a3b3ec

Please sign in to comment.