Skip to content

Commit

Permalink
chore(deps): bump hashicorp/tfe from 0.50.0 to 0.51.1 (#7)
Browse files Browse the repository at this point in the history
* chore(deps): bump hashicorp/tfe from 0.50.0 to 0.51.1

Bumps [hashicorp/tfe](https://github.com/hashicorp/terraform-provider-tfe) from 0.50.0 to 0.51.1.
- [Release notes](https://github.com/hashicorp/terraform-provider-tfe/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-tfe/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-tfe@v0.50.0...v0.51.1)

---
updated-dependencies:
- dependency-name: hashicorp/tfe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* docs: updated README.md

Signed-off-by: tom-hauschke <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: tom-hauschke <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tom-hauschke <[email protected]>
  • Loading branch information
dependabot[bot] and tom-hauschke authored Jan 2, 2024
1 parent 070e01a commit f351257
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 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 @@ -7,13 +7,13 @@ A module to simplify the creation of a Terraform Cloud workspace.

| Name | Version |
|------|---------|
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | 0.50.0 |
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | 0.51.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_tfe"></a> [tfe](#provider\_tfe) | 0.50.0 |
| <a name="provider_tfe"></a> [tfe](#provider\_tfe) | 0.51.1 |

## Modules

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

| Name | Type |
|------|------|
| [tfe_workspace.this](https://registry.terraform.io/providers/hashicorp/tfe/0.50.0/docs/resources/workspace) | resource |
| [tfe_workspace.this](https://registry.terraform.io/providers/hashicorp/tfe/0.51.1/docs/resources/workspace) | 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 {
tfe = {
source = "hashicorp/tfe"
version = "0.50.0"
version = "0.51.1"
}
}
}

0 comments on commit f351257

Please sign in to comment.