Skip to content

Commit c0667c4

Browse files
Sh4d1QuentinBrosse
authored andcommitted
fix(k8s): add missing placement group ID (scaleway#268)
1 parent 48aa84c commit c0667c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scaleway/resource_k8s_cluster_beta.go

+7
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ func resourceScalewayK8SClusterBeta() *schema.Resource {
117117
Default: nil,
118118
Description: "Maximum size of the default pool",
119119
},
120+
"placement_group_id": {
121+
Type: schema.TypeString,
122+
Optional: true,
123+
ForceNew: true,
124+
Default: nil,
125+
Description: "ID of the placement group for the default pool",
126+
},
120127
"container_runtime": {
121128
Type: schema.TypeString,
122129
Optional: true,

0 commit comments

Comments
 (0)