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
returndiag.Errorf("Error creating accept risk. error status: %s err: %s", "ExpiresAt must be in the future", fmt.Errorf("ExpiresAt must be in the future"))
-`expires_at` - (Optional) This timestamp indicates when the acceptance expires, formatted in UTC time (milliseconds since epoch). If you choose expires_in=Custom, you must provide expires_at, which specifies the expiration date in milliseconds.
93
+
-`expires_at` - (Computed) This timestamp indicates when the acceptance expires, formatted in UTC time (milliseconds since epoch).
94
+
-`end_time` - (Optional) This timestamp indicates the custom time, when the acceptance expires, formatted in UTC time (milliseconds since epoch).
95
+
If you choose expires_in=Custom, you should provide future end_time, which specifies the expiration date in milliseconds.
94
96
-`is_expired` - (Computed) Indicates whether the acceptance is expired.
95
97
-`acceptance_date` - (Computed) The date when the risk was accepted.
96
98
-`username` - (Computed) The username of the user who accepted the risk.
@@ -107,7 +109,7 @@ In addition to all arguments above, the following attributes are exported:
107
109
108
110
## Import
109
111
110
-
Posture custom control can be imported using the ID, e.g.
112
+
Posture accept risk can be imported using the ID, e.g.
111
113
112
114
```
113
115
$ terraform import sysdig_secure_posture_accept_risk.example c 12345
0 commit comments