We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7ae6c commit e99512eCopy full SHA for e99512e
src/index.ts
@@ -4,7 +4,7 @@ import {exactTag, except, flatten, instanceAge, namedTag, instanceState} from 'u
4
import {EC2Facade} from './ec2-facade';
5
6
const cronTagName = 'Cron';
7
-const cronTagValue = 'Present';
+const cronTagValue = 'yes';
8
9
class CreateTags {
10
private project: string;
0 commit comments