Skip to content

Commit c72e76a

Browse files
chanstevhqhqhqhqhqhqhqhqhqhqhq
authored andcommitted
fix datatype of supported_regions_to_clone_to for AutonomousDatabaseRegularDataSource (hashicorp#28536)
1 parent 3130669 commit c72e76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/oracle/autonomous_database_regular_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func (d AutonomousDatabaseRegularDataSource) Attributes() map[string]*pluginsdk.
301301
Type: pluginsdk.TypeList,
302302
Computed: true,
303303
Elem: &pluginsdk.Schema{
304-
Type: pluginsdk.TypeInt,
304+
Type: pluginsdk.TypeString,
305305
},
306306
},
307307

0 commit comments

Comments
 (0)