Skip to content

Commit 89a8848

Browse files
renovate[bot]github-actions[bot]cdkharris
authored
chore(deps): renovate: terraform harvester to v0.6.6 (#9)
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: Camilla Harris <[email protected]>
1 parent 365cb98 commit 89a8848

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

Diff for: .pre-commit-config.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ repos:
1717
hooks:
1818
- id: detect-secrets
1919
args: ['--baseline', '.github/.secrets.baseline']
20-
21-
- repo: https://github.com/antonbabenko/pre-commit-terraform
22-
rev: v1.96.2
23-
hooks:
24-
- id: terraform_fmt

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ KUBECONFIG=/path/to/kubeconfig.yaml terraform apply -destroy -var-file=env.tfvar
5050
| Name | Version |
5151
|------|---------|
5252
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8.5 |
53-
| <a name="requirement_harvester"></a> [harvester](#requirement\_harvester) | 0.6.4 |
53+
| <a name="requirement_harvester"></a> [harvester](#requirement\_harvester) | 0.6.6 |
5454
| <a name="requirement_random"></a> [random](#requirement\_random) | 3.6.3 |
5555

5656
## Providers
5757

5858
| Name | Version |
5959
|------|---------|
60-
| <a name="provider_harvester"></a> [harvester](#provider\_harvester) | 0.6.4 |
60+
| <a name="provider_harvester"></a> [harvester](#provider\_harvester) | 0.6.6 |
6161
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.3 |
6262

6363
## Modules
@@ -68,11 +68,11 @@ No modules.
6868

6969
| Name | Type |
7070
|------|------|
71-
| [harvester_cloudinit_secret.cloud-config](https://registry.terraform.io/providers/harvester/harvester/0.6.4/docs/resources/cloudinit_secret) | resource |
72-
| [harvester_virtualmachine.vm](https://registry.terraform.io/providers/harvester/harvester/0.6.4/docs/resources/virtualmachine) | resource |
71+
| [harvester_cloudinit_secret.cloud-config](https://registry.terraform.io/providers/harvester/harvester/0.6.6/docs/resources/cloudinit_secret) | resource |
72+
| [harvester_virtualmachine.vm](https://registry.terraform.io/providers/harvester/harvester/0.6.6/docs/resources/virtualmachine) | resource |
7373
| [random_id.secret](https://registry.terraform.io/providers/hashicorp/random/3.6.3/docs/resources/id) | resource |
74-
| [harvester_image.img](https://registry.terraform.io/providers/harvester/harvester/0.6.4/docs/data-sources/image) | data source |
75-
| [harvester_ssh_key.mysshkey](https://registry.terraform.io/providers/harvester/harvester/0.6.4/docs/data-sources/ssh_key) | data source |
74+
| [harvester_image.img](https://registry.terraform.io/providers/harvester/harvester/0.6.6/docs/data-sources/image) | data source |
75+
| [harvester_ssh_key.mysshkey](https://registry.terraform.io/providers/harvester/harvester/0.6.6/docs/data-sources/ssh_key) | data source |
7676

7777
## Inputs
7878

Diff for: versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
harvester = {
77
source = "harvester/harvester"
8-
version = "0.6.4"
8+
version = "0.6.6"
99
}
1010

1111
random = {

0 commit comments

Comments
 (0)