Skip to content

Commit c9660e2

Browse files
committed
fix(instance): Remove deprecated attribute
1 parent ae3fb4d commit c9660e2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "my_instance" {
3131
| Name | Version |
3232
|------|---------|
3333
| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | >= 1.3 |
34-
| <a name="requirement_scaleway"></a> [scaleway](#requirement_scaleway) | >= 2.28.0 |
34+
| <a name="requirement_scaleway"></a> [scaleway](#requirement_scaleway) | >= 2.61.0 |
3535

3636
## Resources
3737

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ resource "scaleway_instance_server" "this" {
2020
}
2121

2222
enable_dynamic_ip = var.enable_public_ipv4
23-
enable_ipv6 = null
2423

2524
ip_ids = compact(tolist([
2625
var.enable_public_ipv4 ? scaleway_instance_ip.public_ipv4[0].id : null,

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.28.0"
6+
version = ">= 2.61.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)