Skip to content

Commit

Permalink
Add support for importing databricks_instance_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkeates committed Jul 27, 2020
1 parent 4239f78 commit fae18b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databricks/resource_databricks_instance_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ func resourceInstanceProfile() *schema.Resource {
ForceNew: true,
},
},
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
}
}

Expand Down

0 comments on commit fae18b8

Please sign in to comment.