Currently, the project_id field was mandatory in the backend section, but this does not make sense for any other type of backend than Cloud Monitoring or Cloud Service Monitoring. We thus need an optional project_id argument in the backend object variable.
Currently, the
project_id
field was mandatory in thebackend
section, but this does not make sense for any other type of backend than Cloud Monitoring or Cloud Service Monitoring. We thus need an optionalproject_id
argument in thebackend
object variable.Since the Terraform feature to have optional variable attributes is not implemented yet, this removes the variable validation until further notice.
Fixes #42