Skip to content

Commit

Permalink
Merge pull request #3805 from pulumi/jkinkead/updatekind-rename
Browse files Browse the repository at this point in the history
Add rename to apitype.UpdateKind.
  • Loading branch information
jkisk committed Jan 27, 2020
2 parents 232d798 + 9b8cab7 commit eee80de
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 stack name or project 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 eee80de

Please sign in to comment.