Skip to content

Commit

Permalink
fix datatype of supported_regions_to_clone_to for AutonomousDatabaseR…
Browse files Browse the repository at this point in the history
…egularDataSource
  • Loading branch information
chanstev committed Jan 16, 2025
1 parent 8e507e1 commit f34c131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func (d AutonomousDatabaseRegularDataSource) Attributes() map[string]*pluginsdk.
Type: pluginsdk.TypeList,
Computed: true,
Elem: &pluginsdk.Schema{
Type: pluginsdk.TypeInt,
Type: pluginsdk.TypeString,
},
},

Expand Down

0 comments on commit f34c131

Please sign in to comment.