diff --git a/internal/service/datasync/location_hdfs_test.go b/internal/service/datasync/location_hdfs_test.go index 1b80487f127d..749499a53fb6 100644 --- a/internal/service/datasync/location_hdfs_test.go +++ b/internal/service/datasync/location_hdfs_test.go @@ -178,6 +178,10 @@ func TestAccDataSyncLocationHDFS_kerberos(t *testing.T) { ResourceName: resourceName, ImportState: true, ImportStateVerify: true, + ImportStateVerifyIgnore: []string{ + "kerberos_keytab_base64", + "kerberos_krb5_conf", + }, }, }, })