https://github.com/indellient/indellient-better-together-demo
HashiCorp/Indellient/Chef Better Together Habitat Demo
https://github.com/indellient/indellient-better-together-demo
Last synced: 5 months ago
JSON representation
HashiCorp/Indellient/Chef Better Together Habitat Demo
- Host: GitHub
- URL: https://github.com/indellient/indellient-better-together-demo
- Owner: Indellient
- License: apache-2.0
- Created: 2019-06-11T18:55:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T04:04:13.000Z (over 3 years ago)
- Last Synced: 2023-03-03T17:12:16.107Z (over 3 years ago)
- Language: HCL
- Size: 90.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indellient - Better Together Demo
## Requirements
- Azure account configured for an Azure Subscription
- Terraform 0.12
- Centos+Habitat+Docker Azure Images, see: [packer directory](./packer).
## Initializing Terraform
Ensure that a `backend.tfvars` file exists in the root directory, with the following keys:
```
storage_account_name = "[Your Azure Storage Account Name]"
resource_group_name = "[Your Azure Resource Group]"
```
Terraform can now be initialized:
(within the `terraform` directory)
```
terraform init -backend-config=terraform.tfvars
```
## Credits
The directory [habitat/sample-node-app](habitat/sample-node-app) has been copied from https://github.com/habitat-sh/sample-node-app. Only the field `pkg_origin` in the package's [plan.sh](habitat/sample-node-app/habitat/plan.sh) file has been modified.