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
5d3013-aliyun-cpg
Commits
4a330f96
Commit
4a330f96
authored
1 year ago
by
毕敏立
Browse files
Options
Download
Email Patches
Plain Diff
delete backup
parent
d468500b
billy
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tf
+0
-16
main.tf
with
0 additions
and
16 deletions
+0
-16
main.tf
+
0
-
16
View file @
4a330f96
...
...
@@ -147,22 +147,6 @@ module "cpg_database_registry" {
}
}
module
"cpg_database_registry_backup"
{
source
=
"./modules/cpg_database_register_backup"
env_id
=
var
.
env_id
need_backup
=
var
.
need_backup
host_ips
=
module
.
cpg_database_registry
.
instances
[
0
].
private_ip
iac_server_web
=
format
(
"%s:86"
,
module
.
cpg_web
.
instances
[
0
].
private_ip
)
mysql_password
=
local
.
MYSQL_PASSWORD
mysql_root_password
=
local
.
MYSQL_ROOT_PASSWORD
mysql_user
=
local
.
MYSQL_USER
web_server_host
=
format
(
"%s"
,
module
.
cpg_web
.
instances
[
0
].
private_ip
)
cloud_jet_url
=
local
.
cloud_jet_url
cmp_domain
=
format
(
"http://%s.%s"
,
local
.
defaultDomainPrefix
,
local
.
subfix_domain
)
gitea_vcs_addr
=
format
(
"http://%s:3000"
,
module
.
cloudiac
.
instances
[
0
].
private_ip
)
depends_on
=
[
module
.
cpg_database_registry
]
}
module
"cpg_core"
{
source
=
"./modules/instance"
du_name
=
"CPG-Core"
...
...
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