@@ -35,9 +35,9 @@ resource "databricks_cluster" "cluster" {
35
35
zone_id = lookup (aws_attributes. value , " zone_id" , null )
36
36
first_on_demand = lookup (aws_attributes. value , " first_on_demand" , null )
37
37
availability = lookup (aws_attributes. value , " availability" , null )
38
- spot_bid_price_percent = lookup (aws_attributes. value , " spot_bid_price_percent " , null )
39
- ebs_volume_count = lookup (aws_attributes. value , " ebs_volume_count " , null )
40
- ebs_volume_size = lookup (aws_attributes. value , " ebs_volume_size " , null )
38
+ spot_bid_price_percent = lookup (aws_attributes. value , " spot_bid_price_percent" , null )
39
+ ebs_volume_count = lookup (aws_attributes. value , " ebs_volume_count" , null )
40
+ ebs_volume_size = lookup (aws_attributes. value , " ebs_volume_size" , null )
41
41
}
42
42
}
43
43
@@ -63,9 +63,9 @@ resource "databricks_cluster" "single_node_cluster" {
63
63
zone_id = lookup (aws_attributes. value , " zone_id" , null )
64
64
first_on_demand = lookup (aws_attributes. value , " first_on_demand" , null )
65
65
availability = lookup (aws_attributes. value , " availability" , null )
66
- spot_bid_price_percent = lookup (aws_attributes. value , " spot_bid_price_percent " , null )
67
- ebs_volume_count = lookup (aws_attributes. value , " ebs_volume_count " , null )
68
- ebs_volume_size = lookup (aws_attributes. value , " ebs_volume_size " , null )
66
+ spot_bid_price_percent = lookup (aws_attributes. value , " spot_bid_price_percent" , null )
67
+ ebs_volume_count = lookup (aws_attributes. value , " ebs_volume_count" , null )
68
+ ebs_volume_size = lookup (aws_attributes. value , " ebs_volume_size" , null )
69
69
}
70
70
}
71
71
0 commit comments