Add more validations to linter

- Ensure all variables and outputs are sorted
- Ensure all variables and outputs have a description
- Add data-solutions/data-platform-foundations to linter

Fix all modules to follow these new conventions.
This commit is contained in:
Julio Castillo
2021-10-08 18:26:04 +02:00
parent 49a1999bac
commit 1d13e3e624
84 changed files with 989 additions and 941 deletions

View File

@@ -14,11 +14,6 @@
* limitations under the License.
*/
variable "project_id" {
description = "Project used for resources."
type = string
}
variable "iam" {
description = "IAM bindings in {ROLE => [MEMBERS]} format."
type = map(list(string))
@@ -29,3 +24,8 @@ variable "name" {
description = "Repository name."
type = string
}
variable "project_id" {
description = "Project used for resources."
type = string
}