Skip to content

Terraform modules and Ansible playbook for Apache SkyWalking

License

Notifications You must be signed in to change notification settings

apache/skywalking-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9108676 · Mar 11, 2024

History

33 Commits
Mar 11, 2024
Sep 2, 2023
Mar 11, 2024
Aug 18, 2023
Sep 2, 2023
Sep 2, 2023
Sep 2, 2023
Aug 7, 2023
Aug 7, 2023
Sep 2, 2023

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.