@@ -47,15 +47,18 @@ func createDriftPolicyDataSourceSchema() map[string]*schema.Schema {
4747 Computed : true ,
4848 Elem : & schema.Resource {
4949 Schema : map [string ]* schema.Schema {
50- "id" : ReadOnlyIntSchema (),
51- "name" : ReadOnlyStringSchema (),
52- "description" : DescriptionComputedSchema (),
53- "tags" : TagsSchema (),
54- "version" : VersionSchema (),
55- "enabled" : BoolComputedSchema (),
56- "exceptions" : ExceptionsComputedSchema (),
57- "prohibited_binaries" : ExceptionsComputedSchema (),
58- "mounted_volume_drift_enabled" : BoolComputedSchema (),
50+ "id" : ReadOnlyIntSchema (),
51+ "name" : ReadOnlyStringSchema (),
52+ "description" : DescriptionComputedSchema (),
53+ "tags" : TagsSchema (),
54+ "version" : VersionSchema (),
55+ "enabled" : BoolComputedSchema (),
56+ "exceptions" : ExceptionsComputedSchema (),
57+ "prohibited_binaries" : ExceptionsComputedSchema (),
58+ "process_based_exceptions" : ExceptionsComputedSchema (),
59+ "process_based_prohibited_binaries" : ExceptionsComputedSchema (),
60+ "mounted_volume_drift_enabled" : BoolComputedSchema (),
61+ "use_regex" : BoolComputedSchema (),
5962 },
6063 },
6164 },
0 commit comments