diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 2d9db68cd..16e61208a 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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) diff --git a/docs/guides/equinix_fabric_cloud_providers.md b/docs/guides/equinix_fabric_cloud_providers.md index c44b53773..0d7fb7952 100644 --- a/docs/guides/equinix_fabric_cloud_providers.md +++ b/docs/guides/equinix_fabric_cloud_providers.md @@ -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). @@ -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. diff --git a/docs/guides/migration_guide_equinix_metal.md b/docs/guides/migration_guide_equinix_metal.md index 9205f2b87..84307223a 100644 --- a/docs/guides/migration_guide_equinix_metal.md +++ b/docs/guides/migration_guide_equinix_metal.md @@ -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: diff --git a/docs/resources/equinix_metal_device.md b/docs/resources/equinix_metal_device.md index 425aae544..d540aa5f5 100644 --- a/docs/resources/equinix_metal_device.md +++ b/docs/resources/equinix_metal_device.md @@ -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 } @@ -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