Add anchor for variable
1 file changed
tree: f40660a0474c885f4f279f6977e33a69a7408100
  1. .github/
  2. ansible/
  3. aws/
  4. .asf.yaml
  5. .gitignore
  6. .gitmodules
  7. .licenserc.yaml
  8. LICENSE
  9. NOTICE
  10. README.md
README.md

Terraform module for SkyWalking

For now, we have supported the following cloud vendors, and we welcome everyone to contribute supports for more cloud vendors:

  • AWS: Terraform scripts to provision necessary resources on Amazon Web Services.

[!NOTE] HashiCorp had changed the LICENSE of Terraform from MPL 2.0 to BSL/BUSL 1.1 since its 1.5.6 release. We don't have hard-dependencies on Terraform.

OpenTF Foundation announced to maintain the MPL 2.0 based fork of Terraform. Read their announcement and website for more details.

All Terraform and/or OpenTF scripts are just for end-user convenience. The Apache 2.0 License is only for the scripts.

Ansible playbook for SkyWalking

You can use the Ansible playbook in combination with the Terraform to create necessary infrastructure and install SkyWalking on the created infrastructure, or you can use the Ansible to install SkyWalking on the existing infrastructure.

Please go to the ansible folder for more details.