Update CI processes (#296)
- Upgrade to latest terraform version (1.0.4) - Remove tflint from linting pipeline (was not doing anything) - Add terraform fmt check to linting pipeline - Pass all code through terraform fmt
This commit is contained in:
@@ -26,5 +26,5 @@ output "endpoints_service" {
|
||||
|
||||
output "endpoints" {
|
||||
description = "A list of Endpoint objects."
|
||||
value = google_endpoints_service.default.endpoints
|
||||
value = google_endpoints_service.default.endpoints
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user