Skip to content

Commit

Permalink
Merge pull request #2 from fortinet/v1.0.1
Browse files Browse the repository at this point in the history
fixed links in examples
  • Loading branch information
bartekmo authored Oct 23, 2023
2 parents c8adacb + 9a5231f commit f3eac33
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 63 deletions.
2 changes: 1 addition & 1 deletion examples/api-token/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "fgt_ha" {
source = "git::github.com/40net-cloud/fortigate-gcp-ha-ap-lb-terraform?ref=v1.0.0"
source = "git::github.com/fortinet/terraform-google-fgt-ha-ap-lb?ref=v1.0.0"

region = "us-central1"
subnets = [ "external", "internal", "hasync", "mgmt" ]
Expand Down
2 changes: 1 addition & 1 deletion examples/arm-based-machine-type/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "fgt_ha" {
source = "git::github.com/40net-cloud/fortigate-gcp-ha-ap-lb-terraform?ref=v1.0.0"
source = "git::github.com/fortinet/terraform-google-fgt-ha-ap-lb?ref=v1.0.0"

image_family = "fortigate-arm64-72-payg"
machine_type = "t2a-standard-4"
Expand Down
2 changes: 1 addition & 1 deletion examples/byol-existing-subnets/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "fgt_ha" {
source = "git::github.com/40net-cloud/fortigate-gcp-ha-ap-lb-terraform?ref=v1.0.0"
source = "git::github.com/fortinet/terraform-google-fgt-ha-ap-lb?ref=v1.0.0"

prefix = "fgt-example-byol"
region = "us-central1"
Expand Down
59 changes: 0 additions & 59 deletions examples/payg-new-subnets/.terraform.lock.hcl

This file was deleted.

1 change: 0 additions & 1 deletion examples/payg-new-subnets/.terraform/modules/modules.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f3eac33

Please sign in to comment.