variables.tf 324 B

12345678910111213
  1. variable "folder_id" {
  2. description = "ID of the folder to attach a policy to."
  3. type = string
  4. }
  5. variable "cloud_id" {
  6. description = "The ID of the cloud to apply any resources to"
  7. type = string
  8. }
  9. variable "image_id" {
  10. description = "A disk image to initialize this disk from"
  11. type = string
  12. }