This commit is contained in:
Julio Castillo 2021-10-04 12:53:20 +02:00
parent 400a94658d
commit f5d00d22dd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ module "firewall" {
### No predefined rules
If you don't want any predefined rules, `admin_ranges_enabled` to `false` and `http_source_ranges`, `https_source_ranges`, `ssh_source_ranges` to an empty list.
If you don't want any predefined rules, set `admin_ranges_enabled` to `false` and `http_source_ranges`, `https_source_ranges`, `ssh_source_ranges` to an empty list.
```hcl
module "firewall" {