Skip to content

Commit

Permalink
fix regions
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Dec 12, 2023
1 parent 60c1951 commit dabfa37
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 dabfa37

Please sign in to comment.