Skip to content

Commit

Permalink
Update resource_aws_backup_global_settings.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored Nov 30, 2020
1 parent 1c28ee5 commit 4e39c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_backup_global_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func resourceAwsBackupGlobalSettingsUpdate(d *schema.ResourceData, meta interfac

_, err := conn.UpdateGlobalSettings(input)
if err != nil {
return fmt.Errorf("error setting Backup Global Settings (%s): %w", d.Id(), err)
return fmt.Errorf("error setting Backup Global Settings (%s): %w", meta.(*AWSClient).accountid, err)
}

d.SetId(meta.(*AWSClient).accountid)
Expand Down

0 comments on commit 4e39c14

Please sign in to comment.