github.com/GoogleCloudPlatform/terraformer@v0.8.18/docs/alicloud.md (about)

     1  
     2  ### Use with AliCloud
     3  
     4  You can either edit your alicloud config directly, (usually it is `~/.aliyun/config.json`)
     5  or run `aliyun configure` and enter the credentials when prompted.
     6  
     7  Terraformer will pick up the profile name specified in the `--profile` parameter.
     8  It defaults to the first config in the config array.
     9  
    10  ```sh
    11  terraformer import alicloud --resources=ecs --regions=ap-southeast-3 --profile=default
    12  ```
    13  
    14  List of supported AliCloud resources:
    15  
    16  * `dns`
    17    * `alicloud_dns`
    18    * `alicloud_dns_record`
    19  * `ecs`
    20    * `alicloud_instance`
    21  * `keypair`
    22    * `alicloud_key_pair`
    23  * `nat`
    24    * `alicloud_nat_gateway`
    25  * `pvtz`
    26    * `alicloud_pvtz_zone`
    27    * `alicloud_pvtz_zone_attachment`
    28    * `alicloud_pvtz_zone_record`
    29  * `ram`
    30    * `alicloud_ram_role`
    31    * `alicloud_ram_role_policy_attachment`
    32  * `rds`
    33    * `alicloud_db_instance`
    34  * `sg`
    35    * `alicloud_security_group`
    36    * `alicloud_security_group_rule`
    37  * `slb`
    38    * `alicloud_slb`
    39    * `alicloud_slb_server_group`
    40    * `alicloud_slb_listener`
    41  * `vpc`
    42    * `alicloud_vpc`
    43  * `vswitch`
    44    * `alicloud_vswitch`