应用平台 APPSTAGE-TF模板包:DCS资源RFS模板文件

时间:2025-02-17 16:28:59

D CS 资源 RFS 模板文件

{
	"terraform": {
		"required_providers": {
			"huaweicloud": {
				"source": "huawei.com/provider/huaweicloud",
				"version": "1.56.0"
			}
		}
	},
	"provider": {
		"huaweicloud": {
			"auth_url": "https://iam.cn-north-4.myhuaweicloud.com/v3",
			"insecure": true,
			"region": "cn-north-4"
		}
	},
	"resource": {
		"huaweicloud_dcs_instance": {
			"dcs-cx83b": {
				"charging_mode": "postPaid",
				"availability_zones": ["cn-north-4a", "cn-north-4a"],
				"vpc_id": "18b117f8-****-****-****-6d022db472a1",
				"subnet_id": "bef6af2f-****-****-****-9e78ef03eb6a",
				"maintain_begin": "18:00:00",
				"maintain_end": "22:00:00",
				"engine_version": "5.0",
				"capacity": 1,
				"flavor": "redis.ha.xu1.large.r2.1",
				"enterprise_project_id": "2191bb05-****-****-****-96f098494b8d",
				"password": "${var.DCS-Password-qvwu}",
				"name": "dcs-rfs-001",
				"engine": "Redis"
			}
		}
	},
	"variable": {
		"DCS-Password-qvwu": {
			"description": "dcs password for dcs-cx83b",
			"type": "string",
			"sensitive": true,
			"nullable": true,
			"default": null
		}
	}
}
support.huaweicloud.com/devg-appstage/appstage_06_0100.html