Update README.md (#1014)

Simple type fix. rags -> tags

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
Ayman Farhat 2022-12-08 17:48:26 +01:00 committed by GitHub
parent 46f694be08
commit 06dc4ea331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ module "firewall" {
network = "my-network" network = "my-network"
default_rules_config = { default_rules_config = {
ssh_ranges = ["10.0.0.0/8"] ssh_ranges = ["10.0.0.0/8"]
ssh_rags = ["ssh-default"] ssh_tags = ["ssh-default"]
} }
} }
# tftest modules=1 resources=3 # tftest modules=1 resources=3