DNS policy module fixes (#1278)

* dns response policy module

* tfdoc

* Add dns policy tests

* fix copyright, var description, initial wording

---------

Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
Ludovico Magnocavallo
2023-03-26 18:39:07 +02:00
committed by GitHub
parent 28da881c3f
commit 987ea34d93
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/**
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@ variable "description" {
}
variable "name" {
description = "Zone name, must be unique within the project."
description = "Policy name."
type = string
}