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
@@ -111,11 +117,13 @@ var CheckAlertSettingsAttributeSchema = schema.SingleNestedAttribute{
111
117
Attributes: map[string]schema.Attribute{
112
118
"enabled": schema.BoolAttribute{
113
119
Optional: true,
120
+
Computed: true,
114
121
Default: booldefault.StaticBool(false),
115
122
Description: "Determines if alert notifications should be sent for expiring SSL certificates. Possible values `true`, and `false`. (Default `false`).",
Description: "A valid piece of Node.js JavaScript code describing a browser interaction with the Puppeteer/Playwright framework or a reference to an external JavaScript file.",
0 commit comments