Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nchekwa/terraform-apstra-lab
Terraform Apstra LAB
https://github.com/nchekwa/terraform-apstra-lab
apstra juniper-networks qfx terraform
Last synced: 13 days ago
JSON representation
Terraform Apstra LAB
- Host: GitHub
- URL: https://github.com/nchekwa/terraform-apstra-lab
- Owner: nchekwa
- Created: 2023-11-13T23:14:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T03:51:48.000Z (about 1 year ago)
- Last Synced: 2024-11-11T05:34:53.665Z (2 months ago)
- Topics: apstra, juniper-networks, qfx, terraform
- Language: HCL
- Homepage:
- Size: 17.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-apstra-lab
Terraform Apstra LABQuick Ubuntu install:
```bash
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common
wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --fingerprint
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update
sudo apt-get install -y terraform
``````bash
#################################################
### NOTE: Terraform Debug Enable
# bash>
# export TF_LOG=”DEBUG”
# export TF_LOG_PATH="${PWD}/terraform-debug.log"
# echo $TF_LOG
# echo $TF_LOG_PATH
# unset TF_LOG
# unset TF_LOG_PATH
#################################################
```