Switch FAST networking stages to network policies for Google domains (#1352)

* peering stage implementation

* vpn stage implementation

* tfdoc

* tests

* add most supported google domains

* align all net stages

* add support for factory to DNS response policy module

* use dns policy factory in network stages

* boilerplate
This commit is contained in:
Ludovico Magnocavallo
2023-05-04 07:38:40 +02:00
committed by GitHub
parent 234aa4c55d
commit efb0ebe689
38 changed files with 1018 additions and 652 deletions

View File

@@ -64,3 +64,9 @@ variable "rules" {
default = {}
nullable = false
}
variable "rules_file" {
description = "Optional data file in YAML format listing rules that will be combined with those passed in via the `rules` variable."
type = string
default = null
}