Skip to content

Commit

Permalink
Merge pull request #337 from equinix/master-to-main
Browse files Browse the repository at this point in the history
Master to main
  • Loading branch information
displague authored Jun 2, 2023
2 parents b23f9ea + 653f2dd commit 6dbd3d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ so we recommend using our other community resources instead of asking here 👍.

If you have a support request or question please check following resources:

* please check [Equinix Provider usage examples](https://github.com/equinix/terraform-provider-equinix/tree/master/examples)
* please check [Equinix Provider usage examples](https://github.com/equinix/terraform-provider-equinix/tree/main/examples)
* please check forum and contact from on [Equinix Developer Portal](https://developer.equinix.com)
4 changes: 2 additions & 2 deletions docs/guides/equinix_fabric_cloud_providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "azurerm_express_route_circuit" "example" {
[Equinix Service Token](https://docs.equinix.com/en-us/Content/Interconnection/Fabric/service%20tokens/Fabric-Service-Tokens.htm)
to the cloud virtual interconnection asset.

In this example, we will establish a redundant connection from a Network Edge device (See [Edge networking examples](https://github.com/equinix/terraform-provider-equinix/tree/master/examples/edge-networking) for usage details of
In this example, we will establish a redundant connection from a Network Edge device (See [Edge networking examples](https://github.com/equinix/terraform-provider-equinix/tree/main/examples/edge-networking) for usage details of
[equinix_network_device](https://registry.terraform.io/providers/equinix/equinix/latest/docs/resources/equinix_network_device)
resource). Note that the value of `authorization_key` must be the `azurerm_express_route_circuit.example.service_key`
(i.e. the pairing key mentioned above).
Expand Down Expand Up @@ -198,7 +198,7 @@ with your request.

## References

- See [Equinix connectivity examples](https://github.com/equinix/terraform-provider-equinix/tree/master/examples/connectivity)
- See [Equinix connectivity examples](https://github.com/equinix/terraform-provider-equinix/tree/main/examples/connectivity)
for providers for which there is no module available yet.
- See the [API how to guides](https://developer.equinix.com/docs/how-guide-v3-apis) for further
details on each cloud service provider requirements.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/migration_guide_equinix_metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Before starting to migrate your Terraform templates, please upgrade

## Fast migration with Equinix Migration Tool

As part of the release v1.5.0, a migration tool has been supplied that will automatically update your `Metal` terraform plans and state files to work with the unified `Equinix` provider. The latest version of the `Equinix Migration Tool` can be found [here](https://github.com/equinix/terraform-provider-equinix/releases/latest). You will need to download the zip file corresponding to your operating system from the `Assets` section. Once unzipped you will find a folder `equinix-migration-tool` with the tool binary. Please, refer to the migration tool [readme file](https://github.com/equinix/terraform-provider-equinix/tree/master/cmd/migration-tool#readme) for further details.
As part of the release v1.5.0, a migration tool has been supplied that will automatically update your `Metal` terraform plans and state files to work with the unified `Equinix` provider. The latest version of the `Equinix Migration Tool` can be found [here](https://github.com/equinix/terraform-provider-equinix/releases/latest). You will need to download the zip file corresponding to your operating system from the `Assets` section. Once unzipped you will find a folder `equinix-migration-tool` with the tool binary. Please, refer to the migration tool [readme file](https://github.com/equinix/terraform-provider-equinix/tree/main/cmd/migration-tool#readme) for further details.

Once downloaded, you will need to unzip the file and use the binary corresponding to your OS. Running this tool against your terraform project directory will:

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/equinix_metal_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "equinix_metal_device" "pxe1" {
operating_system = "custom_ipxe"
billing_cycle = "hourly"
project_id = local.project_id
ipxe_script_url = "https://rawgit.com/cloudnativelabs/pxe/master/metal/coreos-stable-metal.ipxe"
ipxe_script_url = "https://rawgit.com/cloudnativelabs/pxe/master/packet/coreos-stable-metal.ipxe"
always_pxe = "false"
user_data = data.ignition_config.example.rendered
}
Expand Down Expand Up @@ -138,7 +138,7 @@ resource "equinix_metal_device" "pxe1" {
operating_system = "custom_ipxe"
billing_cycle = "hourly"
project_id = local.project_id
ipxe_script_url = "https://rawgit.com/cloudnativelabs/pxe/master/metal/coreos-stable-metal.ipxe"
ipxe_script_url = "https://rawgit.com/cloudnativelabs/pxe/master/packet/coreos-stable-metal.ipxe"
always_pxe = "false"
user_data = local.user_data
custom_data = local.custom_data
Expand Down

0 comments on commit 6dbd3d3

Please sign in to comment.