Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix(examples/autoscale): update provider versions (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmclimans authored Jun 16, 2022
1 parent b3e1aba commit 7d34605
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 73 deletions.
2 changes: 0 additions & 2 deletions examples/autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ terraform apply
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15.3, < 2.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 3.48 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 2.1 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 2.3 |

## Providers

Expand Down
33 changes: 0 additions & 33 deletions examples/autoscale/bootstrap_files/README.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/autoscale/bootstrap_files/authcodes.sample

This file was deleted.

11 changes: 0 additions & 11 deletions examples/autoscale/bootstrap_files/init-cfg.txt.sample

This file was deleted.

30 changes: 15 additions & 15 deletions examples/autoscale/example.tfvars
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
project_id = null
public_key_path = "~/.ssh/gcp-demo.pub"
region = "us-central1"
prefix = "panw"
cidr_mgmt = "192.168.0.0/28"
cidr_untrust = "192.168.1.0/28"
cidr_trust = "192.168.2.0/28"
allowed_sources = ["0.0.0.0/0"]
panorama_address = "74.97.22.10"
panorama_device_group = "gcp-transit"
panorama_template_stack = "gcp-transit_stack"
panorama_vm_auth_key = "024955173420120"
vmseries_image_name = "https://www.googleapis.com/compute/v1/projects/paloaltonetworksgcp-public/global/images/vmseries-flex-bundle2-1014"
vmseries_per_zone_min = 1
vmseries_per_zone_max = 2
project_id = null
public_key_path = "~/.ssh/gcp-demo.pub"
region = "us-central1"
prefix = "panw"
cidr_mgmt = "192.168.0.0/28"
cidr_untrust = "192.168.1.0/28"
cidr_trust = "192.168.2.0/28"
allowed_sources = ["0.0.0.0/0"]
#panorama_address = "75.90.5.10"
#panorama_device_group = "gcp-transit"
#panorama_template_stack = "gcp-transit_stack"
#panorama_vm_auth_key = "0249501234560120"
vmseries_image_name = "https://www.googleapis.com/compute/v1/projects/paloaltonetworksgcp-public/global/images/vmseries-flex-bundle2-1014"
vmseries_per_zone_min = 1
vmseries_per_zone_max = 2
2 changes: 0 additions & 2 deletions examples/autoscale/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ terraform {
required_version = ">= 0.15.3, < 2.0"

required_providers {
null = { version = "~> 3.1" }
random = { version = "~> 3.1" }
google = { version = "~> 3.48" }
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/lb_http_ext_global/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15.3, < 2.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 3.48 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 2.1 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 2.3 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.1 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | ~> 3.48 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 2.1 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.1 |

## Modules

Expand Down
8 changes: 4 additions & 4 deletions modules/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15.3, < 2.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 3.30 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 2.1 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 2.3 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.1 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | ~> 3.30 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 2.1 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 2.3 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.1 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.1 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions modules/vmseries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ When troubleshooting you can use this module also with a good ol' Linux image. I
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15.3, < 2.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 3.30 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 2.1 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | ~> 3.30 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 2.1 |
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.1 |

## Modules

Expand Down

0 comments on commit 7d34605

Please sign in to comment.