Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
eos-test
2e651f-aliyun-aliyun-wordpress-ecs
Commits
35da6bf3
Commit
35da6bf3
authored
1 year ago
by
admin
Browse files
Options
Download
Email Patches
Plain Diff
环境代码变更
parent
a963a0e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
variables.tf
+47
-46
variables.tf
with
47 additions
and
46 deletions
+47
-46
variables.tf
+
47
-
46
View file @
35da6bf3
variable
"region"
{
type
=
string
description
=
"地域"
default
=
"cn-hangzhou"
nullable
=
false
variable
"region"
{
type
=
string
description
=
"地域"
default
=
"cn-hangzhou"
nullable
=
false
}
variable
"vpc_id"
{
type
=
string
description
=
"专有网络VPC"
default
=
null
variable
"vpc_id"
{
type
=
string
description
=
"专有网络VPC"
default
=
null
}
variable
"vswitch_id"
{
type
=
string
description
=
"交换机VSwitch"
default
=
null
variable
"vswitch_id"
{
type
=
string
description
=
"交换机VSwitch"
default
=
null
}
variable
"security_group_id"
{
type
=
string
description
=
"安全组SecurityGroup"
default
=
null
variable
"security_group_id"
{
type
=
string
description
=
"安全组SecurityGroup"
default
=
null
}
variable
"cpu_core_count"
{
type
=
number
description
=
"CPU核心数"
default
=
2
variable
"cpu_core_count"
{
type
=
number
description
=
"CPU核心数"
default
=
2
}
variable
"memory_size"
{
type
=
number
description
=
"内存大小"
default
=
4
variable
"memory_size"
{
type
=
number
description
=
"内存大小"
default
=
4
}
variable
"instance_name"
{
type
=
string
description
=
"实例名称"
default
=
null
variable
"instance_name"
{
type
=
string
description
=
"实例名称"
default
=
null
}
variable
"key_pair_name"
{
type
=
string
description
=
"密钥对名称"
default
=
"ydd-cpg"
variable
"key_pair_name"
{
type
=
string
description
=
"密钥对名称"
default
=
"ydd-cpg"
}
variable
"system_disk_category"
{
type
=
string
description
=
"系统盘类型"
default
=
"cloud_efficiency"
variable
"system_disk_category"
{
type
=
string
description
=
"系统盘类型"
default
=
"cloud_efficiency"
}
variable
"system_disk_size"
{
type
=
number
description
=
"系统盘大小"
default
=
50
variable
"system_disk_size"
{
type
=
number
description
=
"系统盘大小"
default
=
50
}
variable
"instance_tags"
{
type
=
map
(
string
)
description
=
"实例标签"
default
=
{}
}
variable
"instance_tags"
{
type
=
map
(
string
)
description
=
"实例标签"
default
=
{}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets