https://github.com/elastio/elastio-stack
A public repository that contains necessary code to deploy the resources of Elastio scanning solution in the customer's cloud account.
https://github.com/elastio/elastio-stack
Last synced: about 1 month ago
JSON representation
A public repository that contains necessary code to deploy the resources of Elastio scanning solution in the customer's cloud account.
- Host: GitHub
- URL: https://github.com/elastio/elastio-stack
- Owner: elastio
- Created: 2021-01-11T09:04:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-23T11:01:44.000Z (3 months ago)
- Last Synced: 2026-01-24T02:39:57.963Z (2 months ago)
- Language: HCL
- Homepage:
- Size: 260 KB
- Stars: 2
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elastio Stack
This repository contains necessary IaC code to deploy the resources of elastio scanning solution in your cloud account.
## Configure the Elastio Terraform Modules Registry
Elastio terraform modules are published to the public Cloudsmith registry. In order to use them from that registry add this to your [`.terraformrc`](https://developer.hashicorp.com/terraform/cli/config/config-file), which should reside in your home directory (if you are on Linux):
```hcl
credentials "terraform.cloudsmith.io" {
token = "elastio/public/"
}
```