variable.tf 80 B

123456
  1. variable "region" {
  2. type = string
  3. }
  4. variable "project_id" {
  5. type = string
  6. }