Skip to content

Commit 034e730

Browse files
Add tags to aws test instances
1 parent 3f56344 commit 034e730

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vagrantfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,10 @@ Vagrant.configure(VAGRANT_FILE_API_VERSION) do |config|
124124
aws.instance_type = "c4.xlarge"
125125
aws.keypair_name = "#{aws_key_name}"
126126
aws.tags = {
127-
'Name' => 'Vagrant DSC testing'
127+
'Name' => 'Vagrant DSC testing',
128+
'Application' => 'OctopusDSC',
129+
'Lifetime' => '< 1 day',
130+
'Environment' => 'Test'
128131
}
129132
aws.security_groups = [ aws_security_group_id ]
130133
aws.subnet_id = aws_subnet_id

0 commit comments

Comments
 (0)