https://github.com/apache/skywalking-terraform
Terraform modules and Ansible playbook for Apache SkyWalking
https://github.com/apache/skywalking-terraform
ansible skywalking terraform
Last synced: about 2 months ago
JSON representation
Terraform modules and Ansible playbook for Apache SkyWalking
- Host: GitHub
- URL: https://github.com/apache/skywalking-terraform
- Owner: apache
- License: apache-2.0
- Created: 2023-04-23T05:59:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:54:26.000Z (over 1 year ago)
- Last Synced: 2025-08-20T06:46:35.460Z (about 2 months ago)
- Topics: ansible, skywalking, terraform
- Language: HCL
- Homepage: https://skywalking.apache.org/
- Size: 92.8 KB
- Stars: 12
- Watchers: 34
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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](https://opentf.org/announcement) and
> [website](https://opentf.org/) 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](ansible) folder for more details.