Skip to content

Commit

Permalink
Add tags to aws test instances
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson authored Feb 18, 2021
1 parent 3f56344 commit 034e730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ Vagrant.configure(VAGRANT_FILE_API_VERSION) do |config|
aws.instance_type = "c4.xlarge"
aws.keypair_name = "#{aws_key_name}"
aws.tags = {
'Name' => 'Vagrant DSC testing'
'Name' => 'Vagrant DSC testing',
'Application' => 'OctopusDSC',
'Lifetime' => '< 1 day',
'Environment' => 'Test'
}
aws.security_groups = [ aws_security_group_id ]
aws.subnet_id = aws_subnet_id
Expand Down

0 comments on commit 034e730

Please sign in to comment.