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

时间:2024-10-21 10:40:12

E 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_compute_instance": {
			"ecs-qh7h5": {
				"name": "ecs-rfs-001",
				"charging_mode": "postPaid",
				"admin_pass": "${var.ECS-Password-ia2c}",
				"flavor_id": "s6.small.1",
				"system_disk_type": "SAS",
				"availability_zone": "cn-north-4a",
				"network": {
					"uuid": "bef6af2f-****-****-****-9e78ef03eb6a"
				},
				"security_group_ids": ["986d4460-****-****-****-f5f237df42c0"],
				"enterprise_project_id": "2191bb05-****-****-****-96f098494b8d",
				"system_disk_size": 40,
				"image_id": "86405805-****-****-****-09f30b497c98"
			}
		}
	},
	"variable": {
		"ECS-Password-ia2c": {
			"description": "Ecs password for ecs-qh7h5",
			"type": "string",
			"sensitive": true,
			"nullable": true,
			"default": null
		}
	}
}
support.huaweicloud.com/devg-appstage/appstage_06_0100.html