Skip to content

Commit b08efd4

Browse files
set optional flag to true for quick connect url
Signed-off-by: Rohit Kulkarni <[email protected]>
1 parent ba36dc9 commit b08efd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/instance_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func (r *computeInstanceResource) Schema(_ context.Context, _ resource.SchemaReq
113113
},
114114
"quick_connect_url": schema.StringAttribute{
115115
Computed: true,
116+
Optional: true,
116117
},
117118
},
118119
},

0 commit comments

Comments
 (0)