Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Adding back deleted enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
tlisonbee committed Mar 1, 2017
1 parent 99afd62 commit d74dd3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public enum StackName {
GATEWAY("gateway"),
@Deprecated
LAMBDA("lambda"),
@Deprecated
RDSBACKUP("rdsbackup"), // TODO: need to remove but casually deleting will cause JSON parse error
CLOUD_FRONT_IP_SYNCHRONIZER("cloud-front-ip-synchronizer");

private final String name;
Expand Down

0 comments on commit d74dd3e

Please sign in to comment.