Skip to content

Commit

Permalink
fix: updating folder structure
Browse files Browse the repository at this point in the history
* minor- update terraform provider version

* minor- update terraform provider version

* minor- update terraform provider version

* minor- update terraform provider version
  • Loading branch information
kpdhulipala authored Apr 30, 2024
1 parent 7a4121c commit 1330ff2
Show file tree
Hide file tree
Showing 66 changed files with 15 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ terraform apply

Note that this example may create resources which cost money. Run 'terraform destroy' when you don't need these resources.

## Variables

See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=inputs> for a description of all variables.

## Outputs

See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=outputs> for a description of all outputs.

<!-- BEGIN_TF_DOCS -->
## Requirements

Expand Down Expand Up @@ -68,4 +60,4 @@ See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-ngin
| Name | Description |
|------|-------------|
| <a name="output_device_details"></a> [device\_details](#output\_device\_details) | Virtual device details |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "nginx_cluster" {
source = "../../../modules/nginx"
source = "../../modules/nginx"
name = "terraform-test-NGINX-cluster1"
metro_code = var.metro_code_primary
account_number = "123456"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ terraform apply

Note that this example may create resources which cost money. Run 'terraform destroy' when you don't need these resources.

## Variables

See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=inputs> for a description of all variables.

## Outputs

See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=outputs> for a description of all outputs.

<!-- BEGIN_TF_DOCS -->
## Requirements

Expand Down Expand Up @@ -70,4 +62,4 @@ See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-ngin
| Name | Description |
|------|-------------|
| <a name="output_device_details"></a> [device\_details](#output\_device\_details) | Virtual device details |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "nginx_ha" {
source = "../../../modules/nginx"
source = "../../modules/nginx"
name = "terraform-test-NGINX-ha"
hostname = "nginx-pri"
metro_code = var.metro_code_primary
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ terraform apply

Note that this example may create resources which cost money. Run 'terraform destroy' when you don't need these resources.

## Variables

See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=inputs> for a description of all variables.

## Outputs

See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=outputs> for a description of all outputs.

<!-- BEGIN_TF_DOCS -->
## Requirements

Expand Down Expand Up @@ -68,4 +60,4 @@ See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-ngin
| Name | Description |
|------|-------------|
| <a name="output_device_details"></a> [device\_details](#output\_device\_details) | Virtual device details |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "nginx_single" {
source = "../../../modules/nginx"
source = "../../modules/nginx"
name = "terraform-test-NGINX-primary"
hostname = "nginx-pri"
metro_code = var.metro_code_primary
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm_cluster" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-cluster"
metro_code = var.metro_code_primary
platform = "medium"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm_ha" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-ha"
metro_code = var.metro_code_primary
platform = "medium"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm_cluster" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-cluster"
metro_code = var.metro_code_primary
platform = "medium"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm_ha" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-ha"
metro_code = var.metro_code_primary
platform = "medium"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-single"
metro_code = var.metro_code_primary
platform = "medium"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-single"
metro_code = var.metro_code_primary
platform = "medium"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm_cluster" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-cluster"
metro_code = var.metro_code_primary
platform = "medium"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm_ha" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-ha"
metro_code = var.metro_code_primary
platform = "small"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "equinix" {
}

module "pa_vm" {
source = "../../../modules/Palo-Alto-Network-Firewall"
source = "../../modules/palo-alto-network-firewall"
name = "tf-pa-vm-single"
metro_code = var.metro_code_primary
platform = "small"
Expand Down
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions modules/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,6 @@ Run `terraform init -upgrade` and `terraform apply`.
See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=inputs>
for a description of all variables.

## Outputs

See <https://registry.terraform.io/modules/equinix-labs/network-edge-device-nginx/equinix/latest?tab=outputs>
for a description of all outputs.

## Resources

| Name | Type |
|------|------|
| [equinix_network_device.this][equinix_network_device_data_source_url] | resource |
| [equinix_network_device_type.this][equinix_network_device_type_data_source_url] | data source |
| [equinix_network_device_platform.this][equinix_network_device_platform_data_source_url] | data source |
| [equinix_network_device_software.this][equinix_network_device_software_data_source_url] | data source |

## Examples

<!-- TEMPLATE: The following block has been generated by terraform-docs util: https://github.com/terraform-docs/terraform-docs -->
Expand Down
File renamed without changes.

0 comments on commit 1330ff2

Please sign in to comment.