We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c70a07 commit ccf35a3Copy full SHA for ccf35a3
scaleway/resource_iam_api_key.go
@@ -38,7 +38,7 @@ func resourceScalewayIamAPIKey() *schema.Resource {
38
"expires_at": {
39
Type: schema.TypeString,
40
Optional: true,
41
- Default: nil,
+ ForceNew: true,
42
Description: "The date and time of the expiration of the iam api key. Cannot be changed afterwards",
43
ValidateDiagFunc: validateDate(),
44
},
0 commit comments