Skip to content

Commit

Permalink
Fixing Docker Image Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devlucasc committed Apr 28, 2020
1 parent 16d8db5 commit cc7a809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion databricks/data_source_databricks_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func dataSourceDatabricksCluster() *schema.Resource {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"url": {
Type: schema.TypeInt,
Type: schema.TypeString,
Computed: true,
},

Expand Down
2 changes: 1 addition & 1 deletion databricks/resource_databricks_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func resourceDatabricksCluster() *schema.Resource {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"url": {
Type: schema.TypeInt,
Type: schema.TypeString,
Required: true,
},

Expand Down

0 comments on commit cc7a809

Please sign in to comment.