packer-cn/website/source
Arthur Burkart 5b59f56cdb Adds `force_delete_snapshot` flag
This PR adds the ability for Packer to clean up snapshots in addition to
deregistering AMIs at build time.

To test this, I used the following `test.json` file:

```json
{
  "builders": [
    {
      "type": "amazon-ebs",
      "region": "us-east-1",
      "source_ami": "ami-fce3c696",
      "ami_name": "packer-test",
      "instance_type": "m3.medium",
      "ssh_username": "ubuntu",
      "vpc_id": "some-vpc-id",
      "subnet_id": "some-subnet-routed-through-igw",
      "security_group_id": "some-security-group-with-port-22-access",
      "force_delete_snapshot": true
    }
  ],
  "provisioners": [
    {
      "type": "shell-local",
      "command": "echo 'hello'"
    }
  ]
}

```

I appreciate any constructive feedbakc that can be given. Cheers!
2016-11-29 23:39:36 -05:00
..
assets use inconsolata monospace 2016-10-19 14:11:28 -07:00
community Add security page 2016-10-29 14:16:06 -04:00
docs Adds `force_delete_snapshot` flag 2016-11-29 23:39:36 -05:00
intro Merge pull request #3909 from svanharmelen/f-cloudstack-builder 2016-10-31 13:34:20 -07:00
layouts Merge pull request #4085 from mitchellh/sethvargo/security 2016-10-31 17:38:11 -07:00
404.html.erb Exclude 404 page from sitemap 2014-10-22 17:41:53 -04:00
downloads.html.erb Do not allow referrer to modify the sender (#3469) 2016-05-05 13:12:56 -07:00
favicon.ico website: add favicon 2013-06-20 19:01:32 -07:00
index.html.erb Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
robots.txt Add robots.txt 2014-10-22 17:41:53 -04:00
security.html.erb Add security page 2016-10-29 14:16:06 -04:00
sitemap.xml.builder Add sitemap 2014-10-22 17:41:53 -04:00