scalr_drift_detection
Resource: scalr_drift_detection
Manages the state of Drift Detection Scheduler in Scalr.
Example Usage
resource "scalr_drift_detection" "example" {
environment_id = "env-xxxxx"
check_period = "weekly"
}
Schema
Required
check_period(String) Check period for drift detection: daily or weekly.environment_id(String) ID of the environment, in the formatenv-<RANDOM STRING>.
Read-Only
id(String) The ID of this resource.
Import
Import is supported using the following syntax:
terraform import scalr_drift_detection.example dds-xxxxxxxxxx
Updated about 1 hour ago
