Skip to content

Commit

Permalink
chore(eg/channel): attribute uses list definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance52259 committed Aug 15, 2024
1 parent 4f126e3 commit 0e4f161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func DataSourceCustomEventChannels() *schema.Resource {
Description: `The ID of the enterprise project to which the custom event channel belongs.`,
},
"cross_account_ids": {
Type: schema.TypeSet,
Type: schema.TypeList,
Computed: true,
Description: `The list of domain IDs (other tenants) for the cross-account policy.`,
Elem: &schema.Schema{Type: schema.TypeString},
Expand Down

0 comments on commit 0e4f161

Please sign in to comment.