Skip to content

Commit

Permalink
chore: update upcloud provider to 5.0 (#279)
Browse files Browse the repository at this point in the history
<!--

Unless this is a very simple 1-line-of-code change, please create a new
issue describing the change you're proposing first, then link to it from
this PR.

Read more about our process in our contributing guide:
https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md

-->

### Related issue

Fixes # <!-- INSERT ISSUE NUMBER -->

### Description

In plain English, describe your approach to addressing the issue linked
above. For example, if you made a particular design decision, let us
know why you chose this path instead of another solution.

### Checklist

- [ ] I have updated the PR title to match [CDKTF's style
guide](https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md#pull-requests-1)
- [ ] I have run the linter on my code locally
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation if
applicable
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works if applicable
- [ ] New and existing unit tests pass locally with my changes

<!-- If this is still a work in progress, feel free to open a draft PR
until you're able to check off all the items on the list above -->
  • Loading branch information
ansgarm committed Mar 4, 2024
1 parent ec11725 commit b7c72ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.json
Expand Up @@ -41,7 +41,7 @@
"tfe": "hashicorp/tfe@~> 0.33",
"time": "hashicorp/time@~> 0.7",
"tls": "hashicorp/tls@~> 4.0",
"upcloud": "UpCloudLtd/upcloud@~> 4.0",
"upcloud": "UpCloudLtd/upcloud@~> 5.0",
"vault": "hashicorp/vault@~> 3.7",
"vsphere": "vsphere@~> 2.2"
}

0 comments on commit b7c72ed

Please sign in to comment.