Git Product home page Git Product logo

terraform-alicloud-eds's Introduction

Terraform Module for creating Elastic Desktop Service on Alibaba Cloud.

terraform-alicloud-eds

English | 简体中文

This module is used to create a Elastic Desktop Service under Alibaba Cloud.

These types of resources are supported:

Usage

module "default" {
  source                      = "terraform-alicloud-modules/eds/alicloud"
  bundle_id                   = "bundle_1234567xxx"
  #alicloud_ecd_simple_office_site
  create_office_site          = true
  office_site_name            = "tf-name"
  cidr_block                  = "172.16.0.0/12"
  desktop_access_type         = "Internet"
  #alicloud_ecd_policy_group
  create_policy_group         = true
  policy_group_name           = "tf-name"
  #alicloud_ecd_user
  create_user                 = true
  end_user_id                 = "tf-user-test"
  user_email                  = "[email protected]"
  user_phone                  = "15800000011"
  #alicloud_ecd_desktop
  create_desktop              = true
  desktop_name                = "tf-name"
  #alicloud_ecd_network_package
  create_network_package      = true
  bandwidth                   = "10"
  #alicloud_ecd_nas_file_system
  create_nas_file_system      = true
  nas_file_system_name        = "tf_nas_file_system_name"
  create_image                = true
  image_name                  = "tf-name"
}

Examples

Notes

  • This module using AccessKey and SecretKey are from profile and shared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it.

Requirements

Name Version
terraform > = 0.13.0
alicloud > = 1.146.0

Providers

Name Version
alicloud > = 1.146.0

Submit Issues

If you have any problems when using this module, please opening a provider issue and let us know.

Note: There does not recommend opening an issue on this repo.

Authors

Created and maintained by Alibaba Cloud Terraform Team([email protected]).

License

MIT Licensed. See LICENSE for full details.

Reference

terraform-alicloud-eds's People

Contributors

susu9527 avatar xiaozhu36 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.