Skip to content

Commit

Permalink
fix: mark service_integrations field as computed
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Sep 18, 2024
1 parent 4831eeb commit 97948e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/schemautil/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func ServiceCommonSchema() map[string]*schema.Schema {
"service_integrations": {
Type: schema.TypeList,
Optional: true,
Computed: true,
Description: "Service integrations to specify when creating a service. Not applied after initial service creation",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 97948e1

Please sign in to comment.