Skip to content

Commit

Permalink
fix: revert property change from an earlier pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Feb 23, 2024
1 parent 68e5459 commit 9876eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/apprunner-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ func (f *AppRunnerService) Remove(_ context.Context) error {

func (f *AppRunnerService) Properties() types.Properties {
properties := types.NewProperties()
properties.Set("ServiceARN", f.ServiceARN)
properties.Set("ServiceID", f.ServiceID)
properties.Set("ServiceArn", f.ServiceARN)
properties.Set("ServiceId", f.ServiceID)
properties.Set("ServiceName", f.ServiceName)
return properties
}

0 comments on commit 9876eb4

Please sign in to comment.