Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
deff-dev committed Jan 22, 2024
2 parents fcc9b8d + a85ff5c commit 388f49b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ resource "null_resource" "default" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](https://www.terraform.io/) | >= 1.3 |
| <a name="requirement_timeweb-cloud"></a> [timeweb-cloud](https://registry.terraform.io/providers/timeweb-cloud/timeweb-cloud/latest/docs/) | >= 1.1.0 |
| <a name="requirement_timeweb-cloud"></a> [timeweb-cloud](https://registry.terraform.io/providers/timeweb-cloud/timeweb-cloud/latest/docs/) | >= 1.3.0 |

## ☁️ Providers <a name = "providers"></a>

| Name | Version |
|------|---------|
| <a name="provider_timeweb-cloud"></a> [timeweb-cloud](https://registry.terraform.io/providers/timeweb-cloud/timeweb-cloud/latest/docs/) | >= 1.1.0 |
| <a name="provider_timeweb-cloud"></a> [timeweb-cloud](https://registry.terraform.io/providers/timeweb-cloud/timeweb-cloud/latest/docs/) | >= 1.3.0 |

## 📦 Modules <a name = "modules"></a>

Expand Down
2 changes: 1 addition & 1 deletion example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
twc = {
source = "timeweb-cloud/timeweb-cloud"
version = ">= 1.1.0"
version = ">= 1.3.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
twc = {
source = "timeweb-cloud/timeweb-cloud"
version = ">= 1.1.0"
version = ">= 1.3.0"
}
}
}

0 comments on commit 388f49b

Please sign in to comment.