Skip to content

Commit

Permalink
fix network migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Dec 7, 2023
1 parent caa092b commit 46ddeea
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ func Resource() *schema.Resource {
Computed: true,
},
"regions": {
Type: schema.TypeList,
Optional: true,
Type: schema.TypeList,
Optional: true,
Computed: true,
ConfigMode: schema.SchemaConfigModeAttr,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit 46ddeea

Please sign in to comment.