Skip to content

Commit dce3ed3

Browse files
Fixed #221
1 parent 4b6a3ca commit dce3ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynatrace/api/v1/config/credentials/aws/settings/aws_supporting_service_metric.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (assm *AWSSupportingServiceMetric) Schema() map[string]*schema.Schema {
4646
Optional: true,
4747
},
4848
"dimensions": {
49-
Type: schema.TypeSet,
49+
Type: schema.TypeList,
5050
Description: "a list of metric's dimensions names",
5151
Optional: true,
5252
Elem: &schema.Schema{Type: schema.TypeString},

0 commit comments

Comments
 (0)