Skip to content

Commit

Permalink
Add rename to apitype.UpdateKind.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkisk committed Jan 24, 2020
1 parent f017299 commit ef216cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apitype/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const (
PreviewUpdate UpdateKind = "preview"
// RefreshUpdate is an update that came from a refresh operation.
RefreshUpdate UpdateKind = "refresh"
// RenameUpdate is an update that changes the name of a Pulumi program.
RenameUpdate UpdateKind = "rename"
// DestroyUpdate is an update which removes all resources.
DestroyUpdate UpdateKind = "destroy"
// ImportUpdate is an update that entails importing a raw checkpoint file.
Expand Down

0 comments on commit ef216cd

Please sign in to comment.