• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1variable "inputs" {
2  type = object({
3    project_id                     = string
4    should_enable_apis_on_apply    = bool
5    should_disable_apis_on_destroy = bool
6  })
7}