Skip to content

Commit

Permalink
Fix 'resource aws_autoscaling_group: alarms: One of optional, require…
Browse files Browse the repository at this point in the history
…d, or computed must be set'.
  • Loading branch information
ewbankkit committed Apr 18, 2024
1 parent 7770c44 commit 16fc36a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/service/autoscaling/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ func resourceGroup() *schema.Resource {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"alarms": {
Type: schema.TypeList,
Type: schema.TypeList,
Optional: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit 16fc36a

Please sign in to comment.