Skip to content

Commit

Permalink
Changed the type to string
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <[email protected]>
  • Loading branch information
HRouhani committed Feb 23, 2024
1 parent 82f0a1f commit 994a974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (a *mqlAwsConfig) getRecorders(conn *connection.AwsConnection) []*jobpool.J
"roleArn": llx.StringDataPtr(r.RoleARN),
"allSupported": llx.BoolData(r.RecordingGroup.AllSupported),
"includeGlobalResourceTypes": llx.BoolData(r.RecordingGroup.IncludeGlobalResourceTypes),
"resourceTypes": llx.ArrayData(resourceTypesInterface, types.Any),
"resourceTypes": llx.ArrayData(resourceTypesInterface, types.String),
"recording": llx.BoolData(recording),
"region": llx.StringData(regionVal),
"lastStatus": llx.StringData(lastStatus),
Expand Down

0 comments on commit 994a974

Please sign in to comment.