kubevela.github.io/docs/end-user/components/cloud-services/terraform/alibaba-eip-slb-ecs-rds.md

52 lines
3.0 KiB
Markdown

---
title: Alibaba Cloud EIP-SLB-ECS-RDS
---
## Description
Create a lightweight web service based on Terraform under AliCloud's VPC, including: EIP, SLB, ECS, RDS
## Specification
### Properties
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
availability_zone | The available zone to launch modules. | string | false |
available_disk_category | The specification of available disk category. | string | false |
category | The specification of the category. | string | false |
data_disks_name | The name of the data disk. | string | false |
description | The specification of module description. | string | false |
ecs_size | The specification of the ecs size. | number | false |
eip_bandwidth | The specification of the eip bandwidth. | string | false |
eip_internet_charge_type | The specification of the eip internet charge type. | string | false |
encrypted | Encrypted the data in this disk. | bool | false |
engine | The specification of the engine. | string | false |
engine_version | The specification of the engine version. | string | false |
image_id | The specification of the image id. | string | false |
instance_charge_type | The specification of the instance charge type. | string | false |
instance_storage | The specification of the instance storage. | string | false |
instance_type | The specification of the instance type. | string | false |
internet_max_bandwidth_out | The specification of the internet max bandwidth out. | number | false |
monitoring_period | The specification of the monitoring period. | string | false |
name | The specification of module name. | string | false |
rds_instance_type | The specification of the rds instance type. | string | false |
security_group_ids | A list of security group ids to associate with. | list(string) | false |
slb_address_type | The specification of the slb intranet. | string | false |
slb_spec | The specification of the slb spec. | string | false |
slb_tags_info | The specification of the slb tags info. | string | false |
system_disk_category | The specification of the system disk category. | string | false |
system_disk_description | The specification of the system disk description. | string | false |
system_disk_name | The specification of the system disk name. | string | false |
vswitch_id | VSwitch variables, if vswitch_id is empty, then the net_type = classic. | string | false |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
#### writeConnectionSecretToRef
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
name | The secret name which the cloud resource connection will be written to | string | true |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |