Skip to content

Commit 30ca062

Browse files
authored
fix: AWS EBS Snapshots attributes column type (#2075)
Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
1 parent 9cde8a0 commit 30ca062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/source/aws/codegen/recipes

plugins/source/aws/codegen/recipes/ec2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func EC2Resources() []*Resource {
5858
},
5959
{
6060
Name: "attribute",
61-
Type: schema.TypeString,
61+
Type: schema.TypeJSON,
6262
Resolver: "resolveEbsSnapshotAttribute",
6363
},
6464
}...),

0 commit comments

Comments
 (0)