Skip to content

Commit

Permalink
Chore: reset examples to use 2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
memes committed Nov 30, 2020
1 parent db51fc9 commit a7d3631
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions examples/cfe-2nic-fqdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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
Expand Down Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions examples/cfe-2nic-hex-offset-fqdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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
Expand Down Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions examples/cfe-2nic-multi-az/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/cfe-2nic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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
Expand Down Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions examples/cfe-3nic-fqdn-multi-az/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/cfe-3nic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions examples/ha-2nic-1-based-fqdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions examples/ha-2nic-fqdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions examples/ha-2nic-multi-az/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/ha-2nic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions examples/ha-3nic-fqdn-multi-az/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/ha-3nic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-1nic-fqdn-multi-az/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-1nic-metadata-admin-password/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-1nic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-2nic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-3nic-fqdn-1-based/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-3nic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions modules/cfe-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]"]
}
Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions modules/configsync-fw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
dataplane_network = "https://www.googleapis.com/compute/v1/projects/my-project-id/global/networks/external"
Expand All @@ -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 = "[email protected]"
dataplane_network = "https://www.googleapis.com/compute/v1/projects/my-project-id/global/networks/internal"
Expand Down
2 changes: 1 addition & 1 deletion modules/ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a7d3631

Please sign in to comment.