You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform-hpvs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
1. Make sure to have the [OpenSSL](https://www.openssl.org/) binary installed (see [details](#openssl))
6
6
2. Install the [terraform CLI](https://learn.hashicorp.com/tutorials/terraform/install-cli) for your environment
7
7
3. Follow the description for the [IBM Cloud Provider](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs#authentication) to get your API key
8
-
4. Follow the description for [HPCR](https://cloud.ibm.com/docs/vpc?topic=vpc-about-se#hpcr_setup_logging) to setup a logging instance.
8
+
4. Follow the description for [HPCR](https://cloud.ibm.com/docs/vpc?topic=vpc-logging-for-hyper-protect-virtual-servers-for-vpc) to setup a logging instance.
9
9
5. Set either environment variables or fill the template file according to the example README
region="ca-tor" # Region to deploy to. Options include eu-gb, jp-tok, br-sao, ca-tor, us-east
3
3
zone="2" # Zone within region to create the HPVS into.
4
-
logdna_ingestion_key="Your LogDNA ingestion key" # You can find this in "Linux/ubuntu" section of `Logging sources` tab of "IBM Log Analysis" instance in [cloud.ibm.com](https://cloud.ibm.com)
5
-
logdna_ingestion_hostname="rsyslog endpoint of IBM Log Analysis instance"
6
-
# Example: "syslog-a.<log_region>.logging.cloud.ibm.com". Where <log_region> is
7
-
# the region on which IBM Log Analysis is deployed
8
-
# Any other variable you want to set (see variables.tf)
0 commit comments