Browse Source

correct typo hhttps -> https (#9763)

pull/9766/head
Sean Knight 1 year ago
committed by GitHub
parent
commit
8a2e1189fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. 2
      contrib/terraform/equinix/sample-inventory/cluster.tfvars
  2. 2
      docs/ci-setup.md

2
contrib/terraform/equinix/sample-inventory/cluster.tfvars

@ -1,7 +1,7 @@
# your Kubernetes cluster name here
cluster_name = "mycluster"
# Your Equinix Metal project ID. See hhttps://metal.equinix.com/developers/docs/accounts/
# Your Equinix Metal project ID. See https://metal.equinix.com/developers/docs/accounts/
equinix_metal_project_id = "Example-Project-Id"
# The public SSH key to be uploaded into authorized_keys in bare metal Equinix Metal nodes provisioned

2
docs/ci-setup.md

@ -39,7 +39,7 @@ The following files are used for that inventory:
# your Kubernetes cluster name here
cluster_name = "ci"
# Your Equinix Metal project ID. See hhttps://metal.equinix.com/developers/docs/accounts/
# Your Equinix Metal project ID. See https://metal.equinix.com/developers/docs/accounts/
equinix_metal_project_id = "_redacted_"
# The public SSH key to be uploaded into authorized_keys in bare metal Equinix Metal nodes provisioned

Loading…
Cancel
Save