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
bf792f-aliyun-alicloud-wordpress-keli
Commits
955a84d9
Commit
955a84d9
authored
1 year ago
by
admin
Browse files
Options
Download
Email Patches
Plain Diff
环境代码变更
parent
0b08faea
iac/6915bd
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
variables.tf
+46
-44
variables.tf
with
46 additions
and
44 deletions
+46
-44
variables.tf
+
46
-
44
View file @
955a84d9
variable
"cpu"
{
type
=
number
description
=
"CPU核心数"
default
=
2
variable
"cpu"
{
type
=
number
description
=
"CPU核心数"
default
=
2
}
variable
"memory"
{
type
=
number
description
=
"内存大小"
default
=
4
variable
"memory"
{
type
=
number
description
=
"内存大小"
default
=
4
}
variable
"allocate_public_ip"
{
type
=
bool
description
=
"是否申请公网IP"
default
=
true
variable
"allocate_public_ip"
{
type
=
bool
description
=
"是否申请公网IP"
default
=
true
}
variable
"instance_name"
{
type
=
string
description
=
"实例名称"
default
=
"wordpress"
variable
"instance_name"
{
type
=
string
description
=
"实例名称"
default
=
"wordpress"
}
variable
"instance_number"
{
type
=
number
description
=
"实例数量"
default
=
2
variable
"instance_number"
{
type
=
number
description
=
"实例数量"
default
=
2
}
variable
"tags"
{
type
=
map
(
string
)
description
=
"实例标签"
default
=
{}
variable
"tags"
{
type
=
map
(
string
)
description
=
"实例标签"
default
=
{}
}
variable
"system_disk_type"
{
type
=
string
description
=
"系统盘类型"
default
=
"cloud_efficiency"
variable
"system_disk_type"
{
type
=
string
description
=
"系统盘类型"
default
=
"cloud_efficiency"
}
variable
"system_disk_size"
{
type
=
number
description
=
"系统盘大小"
default
=
40
variable
"system_disk_size"
{
type
=
number
description
=
"系统盘大小"
default
=
40
}
variable
"need_backup"
{
type
=
bool
description
=
"需要备份"
default
=
true
variable
"need_backup"
{
type
=
bool
description
=
"需要备份"
default
=
true
}
variable
"env_id"
{
type
=
string
description
=
"用户环境id"
variable
"env_id"
{
type
=
string
description
=
"用户环境id"
default
=
"kn4wxzyp"
}
variable
"need_load"
{
type
=
bool
description
=
"需要导入备份"
default
=
false
}
variable
"need_load"
{
type
=
bool
description
=
"需要导入备份"
default
=
false
}
\ 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