Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bret Mogilefsky <[email protected]>
  • Loading branch information
rahearn and mogul authored Dec 5, 2024
1 parent 35a63aa commit 2e77c39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2e77c39

Please sign in to comment.