@@ -34,8 +34,8 @@ variable "aws_secret_access_key" {} # set via environment value `TF_VAR_aws_se
3434module "opnsense-image" {
3535 source = "verbnetworks/opnsense-image/aws"
3636
37- opnsense_release = "18.1 "
38- root_passwd = "opnsense!! "
37+ opnsense_release = "18.7 "
38+ root_passwd = "honeyPot... "
3939
4040 aws_region = "ap-southeast-1"
4141 aws_access_key_id = "${var.aws_access_key_id}"
@@ -71,6 +71,9 @@ The user should perform a `terraform destroy` once complete to remove the resour
7171the action to create the image is performed as a ` local-exec ` call via ` awscli ` thus preventing it from being a
7272Terraform resource.
7373
74+ ## Use your new AMI
75+ You are now able to start a new AWS EC2 instance using the AMI that has been created for you. Your new AMI will be
76+ listed under the "My AMIs" section when you choose an Amazon Machine Image to start within the AWS console UI.
7477
7578## Warning!
7679The default rules used in this arrangement differ from the default OPNsense rules in that they ** allow** access to the
@@ -100,10 +103,8 @@ process in Terraform.
100103
101104
102105## Builds Confirmed
103- * (v0.3.0) amazon-ami: ** ami-36a0dedc** > ** OPNsense 18.1.12** (@ 2018-07-17T09:09:00Z)
104-
105- NB: as at 2018-07-17 OPNSense 18.7 has not yet been confirmed to correctly build, this will be resolved once OPNSense
106- officially announce this build.
106+ * (v0.3.0) amazon-ami: ** FreeBSD 11.2-STABLE-amd64-2018-07-09 (ami-36a0dedc)** > ** OPNsense 18.1.12** (@ 2018-07-17T09:09:00Z)
107+ * (v0.3.1) amazon-ami: ** FreeBSD 11.2-STABLE-amd64-2018-08-02 (ami-285012c2)** > ** OPNsense 18.7.0** (@ 2018-08-05T15:12:13Z)
107108
108109
109110## Compute Providers Supported
0 commit comments