variables.tf 114 B

12345
  1. variable "folder_id" {
  2. description = "infra folder for main resources"
  3. default = "enter your folder id"
  4. }