You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errs=append(errs, errors.New("you must accept the Scaleway Terms of Service to use this service"))
48
-
49
-
returnwarnings, errs
50
-
}
51
-
52
-
returnwarnings, errs
53
-
},
39
+
Type: schema.TypeBool,
40
+
Optional: true,
41
+
Deprecated: "This attribute is deprecated and ignored, and will be removed in the next major version. You can safely remove it from your configuration.",
54
42
},
55
43
"autoconfig": {
56
44
Type: schema.TypeBool,
@@ -231,12 +219,8 @@ func ResourceDomainRead(ctx context.Context, d *schema.ResourceData, m interface
0 commit comments