Commit f5ec68a8 authored by 蔡鎔玖's avatar 蔡鎔玖
Browse files

Update alicloud-ecs-mysql/main.tf

parent 0e218cb4
Showing with 1 addition and 1 deletion
+1 -1
......@@ -66,7 +66,7 @@ resource "ansible_host" "this" {
docker_user = "idcos"
docker_pw = "Yunjikeji#123"
docker_login_url = "registry-vpc.cn-hangzhou.aliyuncs.com"
docker_deploy_script_url = "http://yum.idcos.com/opensource/docker/docker-deploy.sh"
docker_deploy_script_url = "http://yum.idcos.com/opensource/docker-deploy.sh"
is_data_disk_mkfs = local.snapshot_id == "" ? true : false
before_destroy_stop_mysql = var.before_destroy_stop_mysql
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment