diff --git a/examples/cfe-2nic-fqdn/main.tf b/examples/cfe-2nic-fqdn/main.tf index cfe855a..6f4417a 100644 --- a/examples/cfe-2nic-fqdn/main.tf +++ b/examples/cfe-2nic-fqdn/main.tf @@ -12,7 +12,7 @@ terraform { # Create a custom CFE role for BIG-IP service account module "cfe_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_type = "project" target_id = var.project_id members = [format("serviceAccount:%s", var.service_account)] @@ -21,7 +21,7 @@ module "cfe_role" { # Create a firewall rule to allow BIG-IP ConfigSync and failover module "cfe_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -90,7 +90,7 @@ module "cfe_bucket" { module "cfe" { source = "memes/f5-bigip/google//modules/cfe" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/cfe-2nic-hex-offset-fqdn/main.tf b/examples/cfe-2nic-hex-offset-fqdn/main.tf index c0827e2..8ef731e 100644 --- a/examples/cfe-2nic-hex-offset-fqdn/main.tf +++ b/examples/cfe-2nic-hex-offset-fqdn/main.tf @@ -12,7 +12,7 @@ terraform { # Create a custom CFE role for BIG-IP service account module "cfe_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_type = "project" target_id = var.project_id members = [format("serviceAccount:%s", var.service_account)] @@ -21,7 +21,7 @@ module "cfe_role" { # Create a firewall rule to allow BIG-IP ConfigSync and failover module "cfe_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -90,7 +90,7 @@ module "cfe_bucket" { module "cfe" { source = "memes/f5-bigip/google//modules/cfe" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/cfe-2nic-multi-az/main.tf b/examples/cfe-2nic-multi-az/main.tf index 5904382..6b68418 100644 --- a/examples/cfe-2nic-multi-az/main.tf +++ b/examples/cfe-2nic-multi-az/main.tf @@ -12,7 +12,7 @@ terraform { # Create a custom CFE role for BIG-IP service account module "cfe_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_type = "project" target_id = var.project_id members = [format("serviceAccount:%s", var.service_account)] @@ -21,7 +21,7 @@ module "cfe_role" { # Create a firewall rule to allow BIG-IP ConfigSync and failover module "cfe_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -90,7 +90,7 @@ module "cfe_bucket" { module "cfe" { source = "memes/f5-bigip/google//modules/cfe" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = var.zones diff --git a/examples/cfe-2nic/main.tf b/examples/cfe-2nic/main.tf index c6fba4d..0559527 100644 --- a/examples/cfe-2nic/main.tf +++ b/examples/cfe-2nic/main.tf @@ -12,7 +12,7 @@ terraform { # Create a custom CFE role for BIG-IP service account module "cfe_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_type = "project" target_id = var.project_id members = [format("serviceAccount:%s", var.service_account)] @@ -21,7 +21,7 @@ module "cfe_role" { # Create a firewall rule to allow BIG-IP ConfigSync and failover module "cfe_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -86,7 +86,7 @@ module "cfe_bucket" { module "cfe" { source = "memes/f5-bigip/google//modules/cfe" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/cfe-3nic-fqdn-multi-az/main.tf b/examples/cfe-3nic-fqdn-multi-az/main.tf index f6ee045..5e55d98 100644 --- a/examples/cfe-3nic-fqdn-multi-az/main.tf +++ b/examples/cfe-3nic-fqdn-multi-az/main.tf @@ -12,7 +12,7 @@ terraform { # Create a custom CFE role for BIG-IP service account module "cfe_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_type = "project" target_id = var.project_id members = [format("serviceAccount:%s", var.service_account)] @@ -21,7 +21,7 @@ module "cfe_role" { # Create a firewall rule to allow BIG-IP ConfigSync and failover module "cfe_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.internal_network @@ -100,7 +100,7 @@ module "cfe_bucket" { module "cfe" { source = "memes/f5-bigip/google//modules/cfe" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = var.zones diff --git a/examples/cfe-3nic/main.tf b/examples/cfe-3nic/main.tf index 0ca36da..f4129a9 100644 --- a/examples/cfe-3nic/main.tf +++ b/examples/cfe-3nic/main.tf @@ -12,7 +12,7 @@ terraform { # Create a custom CFE role for BIG-IP service account module "cfe_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_type = "project" target_id = var.project_id members = [format("serviceAccount:%s", var.service_account)] @@ -21,7 +21,7 @@ module "cfe_role" { # Create a firewall rule to allow BIG-IP ConfigSync and failover module "cfe_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.internal_network @@ -96,7 +96,7 @@ module "cfe_bucket" { module "cfe" { source = "memes/f5-bigip/google//modules/cfe" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/ha-2nic-1-based-fqdn/main.tf b/examples/ha-2nic-1-based-fqdn/main.tf index 7746dc8..ba637a7 100644 --- a/examples/ha-2nic-1-based-fqdn/main.tf +++ b/examples/ha-2nic-1-based-fqdn/main.tf @@ -12,7 +12,7 @@ terraform { # Create a firewall rule to allow BIG-IP ConfigSync module "ha_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -45,7 +45,7 @@ resource "google_compute_address" "mgt" { module "ha" { source = "memes/f5-bigip/google//modules/ha" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/ha-2nic-fqdn/main.tf b/examples/ha-2nic-fqdn/main.tf index 9c535ab..a574562 100644 --- a/examples/ha-2nic-fqdn/main.tf +++ b/examples/ha-2nic-fqdn/main.tf @@ -12,7 +12,7 @@ terraform { # Create a firewall rule to allow BIG-IP ConfigSync module "ha_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -45,7 +45,7 @@ resource "google_compute_address" "mgt" { module "ha" { source = "memes/f5-bigip/google//modules/ha" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/ha-2nic-multi-az/main.tf b/examples/ha-2nic-multi-az/main.tf index 312a665..de4d016 100644 --- a/examples/ha-2nic-multi-az/main.tf +++ b/examples/ha-2nic-multi-az/main.tf @@ -12,7 +12,7 @@ terraform { # Create a firewall rule to allow BIG-IP ConfigSync module "ha_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -45,7 +45,7 @@ resource "google_compute_address" "mgt" { module "ha" { source = "memes/f5-bigip/google//modules/ha" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = var.zones diff --git a/examples/ha-2nic/main.tf b/examples/ha-2nic/main.tf index 2f0ff22..acbedc3 100644 --- a/examples/ha-2nic/main.tf +++ b/examples/ha-2nic/main.tf @@ -12,7 +12,7 @@ terraform { # Create a firewall rule to allow BIG-IP ConfigSync module "ha_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -41,7 +41,7 @@ resource "google_compute_address" "mgt" { module "ha" { source = "memes/f5-bigip/google//modules/ha" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/ha-3nic-fqdn-multi-az/main.tf b/examples/ha-3nic-fqdn-multi-az/main.tf index 1b14dfd..06112bd 100644 --- a/examples/ha-3nic-fqdn-multi-az/main.tf +++ b/examples/ha-3nic-fqdn-multi-az/main.tf @@ -12,7 +12,7 @@ terraform { # Create a firewall rule to allow BIG-IP ConfigSync module "ha_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.external_network @@ -45,7 +45,7 @@ resource "google_compute_address" "mgt" { module "ha" { source = "memes/f5-bigip/google//modules/ha" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = var.zones diff --git a/examples/ha-3nic/main.tf b/examples/ha-3nic/main.tf index cd7bed8..110d521 100644 --- a/examples/ha-3nic/main.tf +++ b/examples/ha-3nic/main.tf @@ -12,7 +12,7 @@ terraform { # Create a firewall rule to allow BIG-IP ConfigSync module "ha_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id bigip_service_account = var.service_account dataplane_network = var.internal_network @@ -51,7 +51,7 @@ resource "google_compute_address" "int" { module "ha" { source = "memes/f5-bigip/google//modules/ha" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id num_instances = var.num_instances zones = [var.zone] diff --git a/examples/standalone-1nic-fqdn-multi-az/main.tf b/examples/standalone-1nic-fqdn-multi-az/main.tf index f647ca2..271afc2 100644 --- a/examples/standalone-1nic-fqdn-multi-az/main.tf +++ b/examples/standalone-1nic-fqdn-multi-az/main.tf @@ -8,7 +8,7 @@ terraform { module "instance" { source = "memes/f5-bigip/google" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id zones = [var.zone] service_account = var.service_account diff --git a/examples/standalone-1nic-metadata-admin-password/main.tf b/examples/standalone-1nic-metadata-admin-password/main.tf index 7801659..9929b0a 100644 --- a/examples/standalone-1nic-metadata-admin-password/main.tf +++ b/examples/standalone-1nic-metadata-admin-password/main.tf @@ -8,7 +8,7 @@ terraform { module "instance" { source = "memes/f5-bigip/google" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id zones = [var.zone] service_account = var.service_account diff --git a/examples/standalone-1nic/main.tf b/examples/standalone-1nic/main.tf index d204e58..c6f3be5 100644 --- a/examples/standalone-1nic/main.tf +++ b/examples/standalone-1nic/main.tf @@ -8,7 +8,7 @@ terraform { module "instance" { source = "memes/f5-bigip/google" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id zones = [var.zone] service_account = var.service_account diff --git a/examples/standalone-2nic/main.tf b/examples/standalone-2nic/main.tf index 682421b..6e12485 100644 --- a/examples/standalone-2nic/main.tf +++ b/examples/standalone-2nic/main.tf @@ -11,7 +11,7 @@ terraform { module "instance" { source = "memes/f5-bigip/google" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id zones = [var.zone] service_account = var.service_account diff --git a/examples/standalone-3nic-fqdn-1-based/main.tf b/examples/standalone-3nic-fqdn-1-based/main.tf index d9fd1ab..9ba0402 100644 --- a/examples/standalone-3nic-fqdn-1-based/main.tf +++ b/examples/standalone-3nic-fqdn-1-based/main.tf @@ -11,7 +11,7 @@ terraform { module "instance" { source = "memes/f5-bigip/google" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id zones = [var.zone] service_account = var.service_account diff --git a/examples/standalone-3nic/main.tf b/examples/standalone-3nic/main.tf index 2b44423..8fa81f7 100644 --- a/examples/standalone-3nic/main.tf +++ b/examples/standalone-3nic/main.tf @@ -11,7 +11,7 @@ terraform { module "instance" { source = "memes/f5-bigip/google" - version = "2.0.2-rc1" + version = "2.0.2" project_id = var.project_id zones = [var.zone] service_account = var.service_account diff --git a/modules/cfe-role/README.md b/modules/cfe-role/README.md index f024b48..e6bb802 100644 --- a/modules/cfe-role/README.md +++ b/modules/cfe-role/README.md @@ -22,7 +22,7 @@ as an *Organization role* if preferred, for reuse across projects. ```hcl module "cfe_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_id = "my-project-id" members = ["serviceAccount:bigip@my-project-id.iam.gserviceaccount.com"] } @@ -35,7 +35,7 @@ module "cfe_role" { ```hcl module "cfe_org_role" { source = "memes/f5-bigip/google//modules/cfe-role" - version = "2.0.2-rc1" + version = "2.0.2" target_type = "org" target_id = "my-org-id" } diff --git a/modules/cfe/README.md b/modules/cfe/README.md index a317f28..ac1e84c 100644 --- a/modules/cfe/README.md +++ b/modules/cfe/README.md @@ -28,7 +28,7 @@ resources that have the label `f5_cloud_failover_label` populated with value ```hcl module "cfe" { source = "memes/f5-bigip/google//modules/cfe" - version = "2.0.2-rc1" + version = "2.0.2" project_id = "my-project-id" num_instances = 2 zones = ["us-central1-a", "us-central1-b"] diff --git a/modules/configsync-fw/README.md b/modules/configsync-fw/README.md index dccabdb..ef1afc1 100644 --- a/modules/configsync-fw/README.md +++ b/modules/configsync-fw/README.md @@ -29,7 +29,7 @@ defined. ```hcl module "configsync_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = "my-project-id" bigip_service_account = "bigip@my-project-id.iam.gserviceaccount.com" dataplane_network = "https://www.googleapis.com/compute/v1/projects/my-project-id/global/networks/external" @@ -48,7 +48,7 @@ defined, using the `internal` network for ConfigSync traffic on data-plane. ```hcl module "configsync_fw" { source = "memes/f5-bigip/google//modules/configsync-fw" - version = "2.0.2-rc1" + version = "2.0.2" project_id = "my-project-id" bigip_service_account = "bigip@my-project-id.iam.gserviceaccount.com" dataplane_network = "https://www.googleapis.com/compute/v1/projects/my-project-id/global/networks/internal" diff --git a/modules/ha/README.md b/modules/ha/README.md index 38c0764..8b0d147 100644 --- a/modules/ha/README.md +++ b/modules/ha/README.md @@ -24,7 +24,7 @@ This will create a pair of BIG-IP instances with ConfigSync enabled. ```hcl module "ha" { source = "memes/f5-bigip/google//modules/ha" - version = "2.0.2-rc1" + version = "2.0.2" project_id = "my-project-id" num_instances = 2 zones = ["us-central1-a", "us-central1-b"]