Skip to content

Commit 7f67fb4

Browse files
committed
chore(az): enable schema consistency errors
1 parent d888258 commit 7f67fb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/services/az/availability_zones_data_source.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ func DataSourceAvailabilityZones() *schema.Resource {
3636
Description: "Availability Zones (AZ)",
3737
},
3838
},
39+
EnableLegacyTypeSystemApplyErrors: true,
40+
EnableLegacyTypeSystemPlanErrors: true,
3941
}
4042
}
4143

0 commit comments

Comments
 (0)