Skip to content

Commit 433861a

Browse files
authored
Merge pull request #431 from koendelaat/patch-1
Fix update of Certificate
2 parents 8556677 + 39db6fa commit 433861a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/iam/service/resource_iam_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ func resourceIAMServiceUpdate(ctx context.Context, d *schema.ResourceData, m int
269269
var s iam.Service
270270
s.ID = d.Id()
271271
s.ServiceID = d.Get("service_id").(string)
272+
s.Name = d.Get("name").(string)
272273

273274
if d.HasChange("token_validity") || d.HasChange("description") {
274275
tokenValidity := d.Get("token_validity").(int)

0 commit comments

Comments
 (0)