Giter VIP home page Giter VIP logo

terraform-alicloud-cloud-config's Introduction

Terraform module which creates Cloud Config resources on Alibaba Cloud.

terraform-alicloud-cloud-config

English | 简体中文

This module is used to create Cloud Config resources on Alibaba Cloud.

These types of resources are supported:

Usage

module "example" {
  source                      = "terraform-alicloud-modules/cloud-config/alicloud"
  #alicloud_config_rule
  create_rule                 = true
  rule_name                   = "tf_test_config_rule"
  source_identifier           = "ecs-instances-in-vpc"
  source_owner                = "ALIYUN"
  resource_types_scope        = ["ACS::ECS::Instance"]
  rule_description            = "tf_test_config_rule"
  input_parameters            = {"vpcIds":"vpc-uf6gksw4ctjd******"}
  rule_risk_level             = 3
  config_rule_trigger_types   = "ConfigurationItemChangeNotification"
  maximum_execution_frequency = "One_Hour"
  exclude_resource_ids_scope  = "i-test"
  region_ids_scope            = "cn-shanghai"
  resource_group_ids_scope    = "rg-test"
  tag_key_scope               = "tag-key-test"
  tag_value_scope             = "tag-value-test"
  #alicloud_config_compliance_pack
  create_compliance_pack      = true
  compliance_pack_name        = "tf_test_config_compliance_pack"
  compliance_pack_description = "tf_test_config_compliance_pack"
  compliance_pack_risk_level  = 3
  config_rule_ids             = [{ config_rule_id : "cr-abc12345"},{config_rule_id : "cr-abc54321"}]
}

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
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-cloud-config's People

Contributors

bzran 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.