@@ -30,9 +30,9 @@ func ResourceDBFSFile() *schema.Resource {
3030
3131 Schema : map [string ]* schema.Schema {
3232 "content" : {
33- Deprecated : "databricks_dbfs_file.content is deprecated and would be " +
34- "renamed to `content_base64` in the next version. Please " +
35- "rewrite your configuration to use `source` field." ,
33+ Deprecated : "databricks_dbfs_file.content is deprecated and would be " +
34+ "renamed to `content_base64` in the next version. Please " +
35+ "rewrite your configuration to use `source` field." ,
3636 Type : schema .TypeString ,
3737 Optional : true ,
3838 ForceNew : true ,
@@ -44,8 +44,8 @@ func ResourceDBFSFile() *schema.Resource {
4444 ConflictsWith : []string {"content" },
4545 },
4646 "content_b64_md5" : {
47- Deprecated : "databricks_dbfs_file.content_b64_md5 is deprecated and would be " +
48- "removed in the next version." ,
47+ Deprecated : "databricks_dbfs_file.content_b64_md5 is deprecated and would be " +
48+ "removed in the next version." ,
4949 Type : schema .TypeString ,
5050 Required : true ,
5151 ForceNew : true ,
@@ -56,22 +56,22 @@ func ResourceDBFSFile() *schema.Resource {
5656 ForceNew : true ,
5757 },
5858 "overwrite" : {
59- Deprecated : "databricks_dbfs_file.overwrite is deprecated and would be " +
60- "removed in the next version." ,
59+ Deprecated : "databricks_dbfs_file.overwrite is deprecated and would be " +
60+ "removed in the next version." ,
6161 Type : schema .TypeBool ,
6262 Optional : true ,
6363 Default : false ,
6464 },
6565 "mkdirs" : {
66- Deprecated : "databricks_dbfs_file.mkdirs is deprecated and would be " +
67- "removed in the next version." ,
66+ Deprecated : "databricks_dbfs_file.mkdirs is deprecated and would be " +
67+ "removed in the next version." ,
6868 Type : schema .TypeBool ,
6969 Optional : true ,
7070 Default : true ,
7171 },
7272 "validate_remote_file" : {
73- Deprecated : "databricks_dbfs_file.validate_remote_file is deprecated and would be " +
74- "removed in the next version." ,
73+ Deprecated : "databricks_dbfs_file.validate_remote_file is deprecated and would be " +
74+ "removed in the next version." ,
7575 Type : schema .TypeBool ,
7676 Optional : true ,
7777 },
0 commit comments