# terraform-fortinet-china **Repository Path**: danielshen/terraform-fortinet-china ## Basic Information - **Project Name**: terraform-fortinet-china - **Description**: Copyright @2022 Fortinet Inc. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.fortinet.com/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-08 - **Last Updated**: 2023-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Terraform, FortiGate, Aws, Azure, alicloud ## README # terraform-fortinet-china ## Terraform Provider Download [Terraform Provider](https://releases.hashicorp.com/) ## Terraform Provider Download [Alternative] * WINDOWS [AliCloud-v1.180.0](https://fortinet-china.oss-cn-beijing.aliyuncs.com/terraform/terraform_provider_alicloud_v1.180.0_windows.7z) [AWS-v4.23.0](https://fortinet-china.oss-cn-beijing.aliyuncs.com/terraform/terraform_provider_aws_v4.23.0_windows.7z) [Azure-v.3.19.0](https://fortinet-china.oss-cn-beijing.aliyuncs.com/terraform/terraform_provider_azurerm_v3.19.0_windows.7z) * How to use providers with alternative download ```sh # unzip/unpack *.7z file with your selected cloud platform # e.g. unzip/unpack path is 'C:\Users\admin\Documents' # navigate into your terraform code folder cd 'C:\Terraform-Fortinet\' terraform init -plugin-dir="C:\Users\admin\Documents" ``` ## Terraform Sublime-Text Syntax 1. Open the palette by pressing Ctrl+Shift+P (Win, Linux) or Cmd+Shift+P (OS X). Select “Install Package Control” 2. Open the palette by pressing Ctrl+Shift+P (Win, Linux) or Cmd+Shift+P (OS X). Select "Package Control: Add Repository" Enter https://github.com/tmichel/sublime-terraform 3. Open the palette by pressing Ctrl+Shift+P (Win, Linux) or Cmd+Shift+P (OS X). Select "Package Control: Install Package" Select "sublime-terraform" [Reference](https://github.com/tmichel/sublime-terraform) ## Terraformer Download [Terraformer](https://github.com/GoogleCloudPlatform/terraformer/releases) ## Terraform Graphic with DOT [DOT Download](https://graphviz.org/download/) terraform graph | dot -Tsvg > graph.svg