Terraform Module for creating Smart Access Gateway on Alibaba Cloud.
English | 简体中文
This module is used to create Smart Access Gateway on Alibaba Cloud.
These types of resources are supported:
module "example" {
source = "terraform-alicloud-modules/sag/alicloud"
#alicloud_sag_acl
create_acl = true
acl_name = "tf-test-sag"
#alicloud_sag_acl_rule
create_acl_rule = true
rule_description = "tf-test-sag"
policy = "accept"
ip_protocol = "ALL"
direction = "in"
source_cidr = "10.10.1.0/24"
source_port_range = "-1/-1"
dest_cidr = "192.168.1.0/24"
dest_port_range = "-1/-1"
priority = 1
}- This module using AccessKey and SecretKey are from
profileandshared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it.
| Name | Version |
|---|---|
| terraform | > = 0.13 |
| alicloud | > = 1.60.0 |
| Name | Version |
|---|---|
| alicloud | > = 1.60.0 |
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.
Created and maintained by Alibaba Cloud Terraform Team(terraform@alibabacloud.com).
MIT Licensed. See LICENSE for full details.