Files
GSP662/variables.tf
gregory hendrickson c469d87606 .
2023-03-15 13:44:42 -07:00

5 lines
114 B
HCL

variable "project_id" {
type = string
description = "The ID of the project to deploy resources into"
}