浏览代码

Delete variables.tf

main
Kusum Manjunath 1年前
父节点
当前提交
0a94f6151a
共有 1 个文件被更改,包括 0 次插入48 次删除
  1. 0
    48
      terraform-lab-files/lab4a/edit-property/variables.tf

+ 0
- 48
terraform-lab-files/lab4a/edit-property/variables.tf 查看文件

@@ -1,48 +0,0 @@
variable "edgerc" {
type = string
default = "~/.edgerc"
}
variable "section" {
type = string
default = "default"
}
variable "UserID" {
type = string
}
variable "contract_id" {
type = string
default = "W-KXID8R"
}
variable "group_id" {
type = string
default = "240886"
}
variable "origin_hostname" {
type = string
}
variable "cp_code_id" {
type = number
default = 1523912
}
variable "secure" {
type = bool
default = true
}
variable "network" {
default = "STAGING"
}
variable "hostname" {
type = string
default = "akaudevops.com"
}
variable "edge_hostname" {
type = string
default = "akaudevops.com.edgekey.net"
}
variable "labname" {
type = string
default = "tflab"
}
variable "email" {
type = string
}

正在加载...
取消
保存