Update README.md

This commit is contained in:
Ludovico Magnocavallo 2021-06-23 12:26:05 +02:00 committed by GitHub
parent 1781d7c6bc
commit 1f5b96b7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ This example will create a `cloud-config` that allows any client in the 10.0.0.0
```hcl
module "cos-squid" {
source = "./modules/cos-container/squid"
source = "./modules/cloud-config-container/squid"
whitelist = [".github.com"]
clients = ["10.0.0.0/8"]
}
@ -42,7 +42,7 @@ This example shows how to create the single instance optionally managed by the m
```hcl
module "cos-squid" {
source = "./modules/cos-container/squid"
source = "./modules/cloud-config-container/squid"
whitelist = ["github.com"]
clients = ["10.0.0.0/8"]
test_instance = {