From e48a11315d1130a34f2020f6b67cd28f8a3d23dc Mon Sep 17 00:00:00 2001 From: Michael Schmid Date: Tue, 12 Dec 2023 14:27:10 -0500 Subject: [PATCH] Update glossary.md with correct AWS naming --- docs/resources/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/glossary.md b/docs/resources/glossary.md index 27420a799b..3fe7891f0c 100644 --- a/docs/resources/glossary.md +++ b/docs/resources/glossary.md @@ -12,7 +12,7 @@ description: >- | Active/Standby | Active/Standby deployments, also known as blue/green deployments, are a way to seamlessly switch over your production content. | | Ansible| An open-source suite of software tools that enables infrastructure as code.| | AWS | Amazon Web Services | -| AWS Glacier | A secure and inexpensive S3 storage for long-term backup. | +| Amazon S3 Glacier | A secure and inexpensive S3 storage for long-term backup. | | BitBucket | Git hosting owned by Atlassian, which integrates with their tools.| | Brew | Homebrew is a package manager for OSX. | | CA | A Certificate Authority is a trusted entity that issues Secure Sockets Layer (SSL) certificates.|