-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from memes/fix/release_2.0.2_prep
Chore: update module versions in examples to 2.0.2
- Loading branch information
Showing
24 changed files
with
74 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -89,11 +89,8 @@ module "cfe_bucket" { | |
} | ||
|
||
module "cfe" { | ||
/* TODO: [email protected] - update with new module version | ||
source = "memes/f5-bigip/google//modules/cfe" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/cfe/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = [var.zone] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -89,11 +89,8 @@ module "cfe_bucket" { | |
} | ||
|
||
module "cfe" { | ||
/* TODO: [email protected] - update with new module version | ||
source = "memes/f5-bigip/google//modules/cfe" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/cfe/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = [var.zone] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -89,11 +89,8 @@ module "cfe_bucket" { | |
} | ||
|
||
module "cfe" { | ||
/* TODO: [email protected] - update with new module version | ||
source = "memes/f5-bigip/google//modules/cfe" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/cfe/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = var.zones | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -85,11 +85,8 @@ module "cfe_bucket" { | |
} | ||
|
||
module "cfe" { | ||
/* TODO: [email protected] - update with new module version | ||
source = "memes/f5-bigip/google//modules/cfe" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/cfe/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = [var.zone] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.internal_network | ||
|
@@ -99,11 +99,8 @@ module "cfe_bucket" { | |
} | ||
|
||
module "cfe" { | ||
/* TODO: [email protected] - update with new module version | ||
source = "memes/f5-bigip/google//modules/cfe" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/cfe/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = var.zones | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -44,11 +44,8 @@ resource "google_compute_address" "mgt" { | |
} | ||
|
||
module "ha" { | ||
/* TODO: [email protected] | ||
source = "memes/f5-bigip/google//modules/ha" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/ha/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = [var.zone] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -44,11 +44,8 @@ resource "google_compute_address" "mgt" { | |
} | ||
|
||
module "ha" { | ||
/* TODO: [email protected] | ||
source = "memes/f5-bigip/google//modules/ha" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/ha/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = [var.zone] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -44,11 +44,8 @@ resource "google_compute_address" "mgt" { | |
} | ||
|
||
module "ha" { | ||
/* TODO: [email protected] | ||
source = "memes/f5-bigip/google//modules/ha" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/ha/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = var.zones | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -40,11 +40,8 @@ resource "google_compute_address" "mgt" { | |
} | ||
|
||
module "ha" { | ||
/* TODO: [email protected] | ||
source = "memes/f5-bigip/google//modules/ha" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/ha/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = [var.zone] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
bigip_service_account = var.service_account | ||
dataplane_network = var.external_network | ||
|
@@ -44,11 +44,8 @@ resource "google_compute_address" "mgt" { | |
} | ||
|
||
module "ha" { | ||
/* TODO: [email protected] | ||
source = "memes/f5-bigip/google//modules/ha" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../modules/ha/" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
num_instances = var.num_instances | ||
zones = var.zones | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,8 @@ terraform { | |
} | ||
|
||
module "instance" { | ||
/* TODO [email protected] | ||
source = "memes/f5-bigip/google" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
zones = [var.zone] | ||
service_account = var.service_account | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,8 @@ terraform { | |
} | ||
|
||
module "instance" { | ||
/* TODO [email protected] | ||
source = "memes/f5-bigip/google" | ||
version = "2.0.1" | ||
*/ | ||
source = "../../" | ||
version = "2.0.2" | ||
project_id = var.project_id | ||
zones = [var.zone] | ||
service_account = var.service_account | ||
|
Oops, something went wrong.