Skip to content

Commit acc6dba

Browse files
committed
chores(deps): Update providers to the oldest release that supports all resources and attributes.
1 parent f1b9982 commit acc6dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ module "my_sg" {
2424
| Name | Version |
2525
|------|---------|
2626
| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | >= 0.13 |
27-
| <a name="requirement_scaleway"></a> [scaleway](#requirement_scaleway) | >= 2 |
27+
| <a name="requirement_scaleway"></a> [scaleway](#requirement_scaleway) | >= 2.3.0 |
2828

2929
## Providers
3030

3131
| Name | Version |
3232
|------|---------|
33-
| <a name="provider_scaleway"></a> [scaleway](#provider_scaleway) | >= 2 |
33+
| <a name="provider_scaleway"></a> [scaleway](#provider_scaleway) | >= 2.3.0 |
3434

3535
## Resources
3636

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
scaleway = {
55
source = "scaleway/scaleway"
6-
version = ">= 2"
6+
version = ">= 2.3.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)