We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f56344 commit 034e730Copy full SHA for 034e730
vagrantfile
@@ -124,7 +124,10 @@ Vagrant.configure(VAGRANT_FILE_API_VERSION) do |config|
124
aws.instance_type = "c4.xlarge"
125
aws.keypair_name = "#{aws_key_name}"
126
aws.tags = {
127
- 'Name' => 'Vagrant DSC testing'
+ 'Name' => 'Vagrant DSC testing',
128
+ 'Application' => 'OctopusDSC',
129
+ 'Lifetime' => '< 1 day',
130
+ 'Environment' => 'Test'
131
}
132
aws.security_groups = [ aws_security_group_id ]
133
aws.subnet_id = aws_subnet_id
0 commit comments