Skip to content

Commit

Permalink
Fix capacity_reservation_specification column of aws_ec2_instance tab…
Browse files Browse the repository at this point in the history
…le to be of JSOn type closes #1894
  • Loading branch information
misraved committed Sep 11, 2023
1 parent cbecdbb commit 1dc3c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/table_aws_ec2_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func tableAwsEc2Instance(_ context.Context) *plugin.Table {
{
Name: "capacity_reservation_specification",
Description: "Information about the Capacity Reservation targeting option.",
Type: proto.ColumnType_STRING,
Type: proto.ColumnType_JSON,
},
{
Name: "client_token",
Expand Down

0 comments on commit 1dc3c12

Please sign in to comment.