Skip to content

Commit

Permalink
Update Terraform hcloud to v1.42.1 (#18)
Browse files Browse the repository at this point in the history
* Update Terraform hcloud to v1.42.1

* terraform-docs: automated action

* terraform-docs: automated action

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max! <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2023
1 parent 6971b05 commit 624bdd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ This repo manages VleermuisTech infrstructure on Hetzner Cloud.

| Name | Version |
|------|---------|
| <a name="requirement_hcloud"></a> [hcloud](#requirement\_hcloud) | 1.42.0 |
| <a name="requirement_hcloud"></a> [hcloud](#requirement\_hcloud) | 1.42.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_hcloud"></a> [hcloud](#provider\_hcloud) | 1.42.0 |
| <a name="provider_hcloud"></a> [hcloud](#provider\_hcloud) | 1.42.1 |

## Modules

Expand All @@ -25,8 +25,8 @@ No modules.

| Name | Type |
|------|------|
| [hcloud_server.control_plane](https://registry.terraform.io/providers/hetznercloud/hcloud/1.42.0/docs/resources/server) | resource |
| [hcloud_server.monitoring](https://registry.terraform.io/providers/hetznercloud/hcloud/1.42.0/docs/resources/server) | resource |
| [hcloud_server.control_plane](https://registry.terraform.io/providers/hetznercloud/hcloud/1.42.1/docs/resources/server) | resource |
| [hcloud_server.monitoring](https://registry.terraform.io/providers/hetznercloud/hcloud/1.42.1/docs/resources/server) | resource |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.42.0"
version = "1.42.1"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 624bdd5

Please sign in to comment.