From ed00e553a6ee4ff9335610bd7c9a69dbd3dab60b Mon Sep 17 00:00:00 2001 From: Russell Vinegar <38586679+rustyjux@users.noreply.github.com> Date: Wed, 28 Aug 2024 01:41:46 -0700 Subject: [PATCH] minor typo (#6848) --- .../content/sensitive-outputs@8giL6H5944M2L0rwxjPso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/terraform/content/sensitive-outputs@8giL6H5944M2L0rwxjPso.md b/src/data/roadmaps/terraform/content/sensitive-outputs@8giL6H5944M2L0rwxjPso.md index 6c80403bd..4e0fdb27f 100644 --- a/src/data/roadmaps/terraform/content/sensitive-outputs@8giL6H5944M2L0rwxjPso.md +++ b/src/data/roadmaps/terraform/content/sensitive-outputs@8giL6H5944M2L0rwxjPso.md @@ -16,4 +16,4 @@ Sensitive outputs are still accessible programmatically, but their values are hi Learn more from the following resources: - [@article@How to output sensitive data in Terraform](https://support.hashicorp.com/hc/en-us/articles/5175257151891-How-to-output-sensitive-data-with-Terraform) -- [@official@Surpressing values in CLI output](https://developer.hashicorp.com/terraform/language/values/outputs#sensitive-suppressing-values-in-cli-output) \ No newline at end of file +- [@official@Suppressing values in CLI output](https://developer.hashicorp.com/terraform/language/values/outputs#sensitive-suppressing-values-in-cli-output)