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

View File

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