diff --git a/examples/cfe-2nic-fqdn/README.md b/examples/cfe-2nic-fqdn/README.md
index c975ebf..8ca7636 100644
--- a/examples/cfe-2nic-fqdn/README.md
+++ b/examples/cfe-2nic-fqdn/README.md
@@ -99,7 +99,7 @@ domain_name = "example.com"
| domain\_name | The domain name to use when setting FQDN of instances. | `string` | n/a | yes |
| external\_network | The fully-qualified network self-link for the *external* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| management\_network | The fully-qualified network self-link for the *management* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
diff --git a/examples/cfe-2nic-fqdn/variables.tf b/examples/cfe-2nic-fqdn/variables.tf
index 8881830..7ac2620 100644
--- a/examples/cfe-2nic-fqdn/variables.tf
+++ b/examples/cfe-2nic-fqdn/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| instance\_ordinal\_offset | The offset to apply to zero-based instance naming. | `number` | n/a | yes |
| management\_network | The fully-qualified network self-link for the *management* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
diff --git a/examples/cfe-2nic-hex-offset-fqdn/variables.tf b/examples/cfe-2nic-hex-offset-fqdn/variables.tf
index a92496e..c389d30 100644
--- a/examples/cfe-2nic-hex-offset-fqdn/variables.tf
+++ b/examples/cfe-2nic-hex-offset-fqdn/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_network | The fully-qualified network self-link for the *external* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| management\_network | The fully-qualified network self-link for the *management* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
| num\_instances | The number of BIG-IP instances to create. Default is 2. | `number` | `2` | no |
diff --git a/examples/cfe-2nic-multi-az/variables.tf b/examples/cfe-2nic-multi-az/variables.tf
index 504806e..eeaffb3 100644
--- a/examples/cfe-2nic-multi-az/variables.tf
+++ b/examples/cfe-2nic-multi-az/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_network | The fully-qualified network self-link for the *external* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| management\_network | The fully-qualified network self-link for the *management* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
| num\_instances | The number of BIG-IP instances to create. Default is 2. | `number` | `2` | no |
diff --git a/examples/cfe-2nic/variables.tf b/examples/cfe-2nic/variables.tf
index 9c75142..44f2190 100644
--- a/examples/cfe-2nic/variables.tf
+++ b/examples/cfe-2nic/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| domain\_name | The domain name to use when setting FQDN of instances. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| internal\_network | The fully-qualified network self-link for the *internal* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| internal\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*internal\*
interface. | `string` | n/a | yes |
diff --git a/examples/cfe-3nic-fqdn-multi-az/variables.tf b/examples/cfe-3nic-fqdn-multi-az/variables.tf
index c4738e9..de1030c 100644
--- a/examples/cfe-3nic-fqdn-multi-az/variables.tf
+++ b/examples/cfe-3nic-fqdn-multi-az/variables.tf
@@ -69,7 +69,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| internal\_network | The fully-qualified network self-link for the *internal* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
| internal\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*internal\*
interface. | `string` | n/a | yes |
| management\_network | The fully-qualified network self-link for the *management* network to which CFE
firewall rules will be deployed. | `string` | n/a | yes |
diff --git a/examples/cfe-3nic/variables.tf b/examples/cfe-3nic/variables.tf
index 10956fc..72c78de 100644
--- a/examples/cfe-3nic/variables.tf
+++ b/examples/cfe-3nic/variables.tf
@@ -69,7 +69,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| instance\_ordinal\_offset | The offset to apply to zero-based instance naming. | `number` | n/a | yes |
| management\_network | The fully-qualified network self-link for the *management* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
diff --git a/examples/ha-2nic-1-based-fqdn/variables.tf b/examples/ha-2nic-1-based-fqdn/variables.tf
index ae39060..5d45bdc 100644
--- a/examples/ha-2nic-1-based-fqdn/variables.tf
+++ b/examples/ha-2nic-1-based-fqdn/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| management\_network | The fully-qualified network self-link for the *management* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
diff --git a/examples/ha-2nic-fqdn/variables.tf b/examples/ha-2nic-fqdn/variables.tf
index 49b4a28..373a5f5 100644
--- a/examples/ha-2nic-fqdn/variables.tf
+++ b/examples/ha-2nic-fqdn/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_network | The fully-qualified network self-link for the *external* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| management\_network | The fully-qualified network self-link for the *management* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
| num\_instances | The number of BIG-IP instances to create. Default is 2. | `number` | `2` | no |
diff --git a/examples/ha-2nic-multi-az/variables.tf b/examples/ha-2nic-multi-az/variables.tf
index f404ce4..e3ef4fb 100644
--- a/examples/ha-2nic-multi-az/variables.tf
+++ b/examples/ha-2nic-multi-az/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_network | The fully-qualified network self-link for the *external* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| management\_network | The fully-qualified network self-link for the *management* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
| num\_instances | The number of BIG-IP instances to create. Default is 2. | `number` | `2` | no |
diff --git a/examples/ha-2nic/variables.tf b/examples/ha-2nic/variables.tf
index de3ae35..7637789 100644
--- a/examples/ha-2nic/variables.tf
+++ b/examples/ha-2nic/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <firewall rules will be deployed. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| management\_network | The fully-qualified network self-link for the *management* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
diff --git a/examples/ha-3nic-fqdn-multi-az/variables.tf b/examples/ha-3nic-fqdn-multi-az/variables.tf
index 1a90ea6..d4e7873 100644
--- a/examples/ha-3nic-fqdn-multi-az/variables.tf
+++ b/examples/ha-3nic-fqdn-multi-az/variables.tf
@@ -61,7 +61,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| internal\_network | The fully-qualified network self-link for the *internal* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
| internal\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*internal\*
interface. | `string` | n/a | yes |
| management\_network | The fully-qualified network self-link for the *management* network to which HA
firewall rules will be deployed. | `string` | n/a | yes |
diff --git a/examples/ha-3nic/variables.tf b/examples/ha-3nic/variables.tf
index 0af7561..30b5334 100644
--- a/examples/ha-3nic/variables.tf
+++ b/examples/ha-3nic/variables.tf
@@ -69,7 +69,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| domain\_name | The domain name to use when setting FQDN of instances. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| project\_id | The GCP project identifier where the cluster will be created. | `string` | n/a | yes |
| service\_account | The service account to use for BIG-IP VMs. | `string` | n/a | yes |
diff --git a/examples/standalone-1nic-fqdn-multi-az/variables.tf b/examples/standalone-1nic-fqdn-multi-az/variables.tf
index 3dc6a2d..2acb67d 100644
--- a/examples/standalone-1nic-fqdn-multi-az/variables.tf
+++ b/examples/standalone-1nic-fqdn-multi-az/variables.tf
@@ -36,7 +36,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| metadata | Additional metadata values to pass to instances. For the demo that should include
an admin user password in cleartext associated with the key whose value matches
`admin_pasword_key`. | `map(string)` | n/a | yes |
| project\_id | The GCP project identifier where the cluster will be created. | `string` | n/a | yes |
| secret\_implementor | The implementation to use for secret retrieval. | `string` | n/a | yes |
diff --git a/examples/standalone-1nic-metadata-admin-password/variables.tf b/examples/standalone-1nic-metadata-admin-password/variables.tf
index 39b2af3..60b1975 100644
--- a/examples/standalone-1nic-metadata-admin-password/variables.tf
+++ b/examples/standalone-1nic-metadata-admin-password/variables.tf
@@ -42,7 +42,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| project\_id | The GCP project identifier where the cluster will be created. | `string` | n/a | yes |
| service\_account | The service account to use for BIG-IP VMs. | `string` | n/a | yes |
| subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM. | `string` | n/a | yes |
diff --git a/examples/standalone-1nic/variables.tf b/examples/standalone-1nic/variables.tf
index 389f1b6..4125c54 100644
--- a/examples/standalone-1nic/variables.tf
+++ b/examples/standalone-1nic/variables.tf
@@ -36,7 +36,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
| project\_id | The GCP project identifier where the cluster will be created. | `string` | n/a | yes |
| service\_account | The service account to use for BIG-IP VMs. | `string` | n/a | yes |
diff --git a/examples/standalone-2nic/main.tf b/examples/standalone-2nic/main.tf
index f50cde2..61d7d36 100644
--- a/examples/standalone-2nic/main.tf
+++ b/examples/standalone-2nic/main.tf
@@ -10,8 +10,11 @@ terraform {
}
module "instance" {
+ /* TODO m.emes@f5.com
source = "memes/f5-bigip/google"
version = "2.0.1"
+ */
+ source = "../../"
project_id = var.project_id
zones = [var.zone]
service_account = var.service_account
diff --git a/examples/standalone-2nic/variables.tf b/examples/standalone-2nic/variables.tf
index 2341c0c..e8215b0 100644
--- a/examples/standalone-2nic/variables.tf
+++ b/examples/standalone-2nic/variables.tf
@@ -45,7 +45,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| domain\_name | The domain name to use when setting FQDN of instances. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| instance\_name\_template | A format string that will be used when naming instance, that should include a
format token for including ordinal number. E.g. 'bigip-%d', such that %d will
be replaced with the ordinal of each instance. | `string` | n/a | yes |
| instance\_ordinal\_offset | The offset to apply to zero-based instance naming. | `number` | n/a | yes |
| internal\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*internal\*
interface. | `string` | n/a | yes |
diff --git a/examples/standalone-3nic-fqdn-1-based/variables.tf b/examples/standalone-3nic-fqdn-1-based/variables.tf
index 52f226e..b9fdff4 100644
--- a/examples/standalone-3nic-fqdn-1-based/variables.tf
+++ b/examples/standalone-3nic-fqdn-1-based/variables.tf
@@ -53,7 +53,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <initialization. | `string` | n/a | yes |
| external\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*external\*
interface. | `string` | n/a | yes |
-| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"` | no |
+| image | The BIG-IP image to use. Defaults to the latest v15 PAYG/good/5gbps
release as of the publishing of this module. | `string` | `"projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"` | no |
| internal\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*internal\*
interface. | `string` | n/a | yes |
| management\_subnet | The fully-qualified subnetwork self-link to attach to the BIG-IP VM \*management\*
interface. | `string` | n/a | yes |
| project\_id | The GCP project identifier where the cluster will be created. | `string` | n/a | yes |
diff --git a/examples/standalone-3nic/variables.tf b/examples/standalone-3nic/variables.tf
index 585becd..4b0d0d0 100644
--- a/examples/standalone-3nic/variables.tf
+++ b/examples/standalone-3nic/variables.tf
@@ -53,7 +53,7 @@ EOD
variable "image" {
type = string
- default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-0-1-3-0-0-4-payg-good-5gbps-200318182229"
+ default = "projects/f5-7626-networks-public/global/images/f5-bigip-15-1-2-0-0-9-payg-good-5gbps-201110225418"
description = <