mirror of
https://github.com/ghndrx/tf-variable-demo.git
synced 2026-02-10 06:54:57 +00:00
Init repo
This commit is contained in:
6
variables.tf
Normal file
6
variables.tf
Normal file
@@ -0,0 +1,6 @@
|
||||
variable "credentials_file" {}
|
||||
variable "project_id" {}
|
||||
variable "region" {}
|
||||
variable "zone" {}
|
||||
variable "image_name" {}
|
||||
variable "instance_type" {}
|
||||
Reference in New Issue
Block a user