From 2e77c39bb425e6c7e34beebfdd46e1a43a71aecf Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Thu, 5 Dec 2024 08:06:53 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Bret Mogilefsky --- UPGRADING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index e40f824..c2e7449 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -40,7 +40,7 @@ provider "cloudfoundry-community" { } ``` -The v1 modules should properly select the `cloudfoundry-community` provider, but if they don't you may need to [explicitely set the provider](https://developer.hashicorp.com/terraform/language/modules/develop/providers#passing-providers-explicitly): +The v1 modules should properly select the `cloudfoundry-community` provider, but if they don't you may need to [explicitly set the provider](https://developer.hashicorp.com/terraform/language/modules/develop/providers#passing-providers-explicitly): ``` module "database" { @@ -98,9 +98,9 @@ resource "cloudfoundry_service_instance" "egress_proxy_credentials" { } ``` -### Clamav +### ClamAV -Clamav no longer sets up network policies between the clamav app and client apps. It is the developer's responsibility to set this up to better handle circular dependencies between the various apps. +ClamAV no longer sets up network policies between the clamav app and client apps. It is the developer's responsibility to set this up to better handle circular dependencies between the various apps. ### cg_space