Skip to content

Commit

Permalink
Make group remote_info computed (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-opal authored Sep 1, 2023
1 parent 95a7620 commit 18fd5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opal/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ func resourceGroup() *schema.Resource {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Computed: true,
MaxItems: 1,
Elem: groupRemoteInfoElem(),
},
Expand Down

0 comments on commit 18fd5c1

Please sign in to comment.