Skip to content

Commit

Permalink
build(deps): Bump oboukili/argocd from 6.0.1 to 6.0.3 (#4)
Browse files Browse the repository at this point in the history
* build(deps): Bump oboukili/argocd from 6.0.1 to 6.0.3

Bumps [oboukili/argocd](https://github.com/oboukili/terraform-provider-argocd) from 6.0.1 to 6.0.3.
- [Release notes](https://github.com/oboukili/terraform-provider-argocd/releases)
- [Changelog](https://github.com/oboukili/terraform-provider-argocd/blob/master/.goreleaser.yml)
- [Commits](argoproj-labs/terraform-provider-argocd@v6.0.1...v6.0.3)

---
updated-dependencies:
- dependency-name: oboukili/argocd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* terraform-docs: automated action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Oct 27, 2023
1 parent 94900c3 commit bf9a634
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ The cluster selection is based on the ``

| Name | Version |
|------|---------|
| <a name="requirement_argocd"></a> [argocd](#requirement\_argocd) | 6.0.1 |
| <a name="requirement_argocd"></a> [argocd](#requirement\_argocd) | 6.0.3 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_argocd"></a> [argocd](#provider\_argocd) | 6.0.1 |
| <a name="provider_argocd"></a> [argocd](#provider\_argocd) | 6.0.3 |

## Modules

Expand All @@ -63,7 +63,7 @@ No modules.

| Name | Type |
|------|------|
| [argocd_application_set.this](https://registry.terraform.io/providers/oboukili/argocd/6.0.1/docs/resources/application_set) | resource |
| [argocd_application_set.this](https://registry.terraform.io/providers/oboukili/argocd/6.0.3/docs/resources/application_set) | resource |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
argocd = {
source = "oboukili/argocd"
version = "6.0.1"
version = "6.0.3"
}
}
}

0 comments on commit bf9a634

Please sign in to comment.