Skip to content

Commit c3ffbe0

Browse files
committed
scan-listener-port computation added
1 parent e242745 commit c3ffbe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/odb/cloud_vm_cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ func (r *resourceCloudVmCluster) Schema(ctx context.Context, req resource.Schema
280280
},
281281
"scan_listener_port_tcp": schema.Int32Attribute{
282282
Optional: true,
283+
Computed: true,
283284
PlanModifiers: []planmodifier.Int32{
284285
int32planmodifier.RequiresReplace(),
285286
},

0 commit comments

Comments
 (0)