https://github.com/ksatirli/enhancing-infrastructure-lifecycles
🔧 Citrix Converge 2021: Enhancing Infrastructure Lifecycles
https://github.com/ksatirli/enhancing-infrastructure-lifecycles
azurerm hashicorp-packer hashicorp-terraform infrastructure-as-code
Last synced: 4 months ago
JSON representation
🔧 Citrix Converge 2021: Enhancing Infrastructure Lifecycles
- Host: GitHub
- URL: https://github.com/ksatirli/enhancing-infrastructure-lifecycles
- Owner: ksatirli
- License: apache-2.0
- Archived: true
- Created: 2021-10-15T13:45:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T14:20:14.000Z (over 3 years ago)
- Last Synced: 2024-09-27T18:41:44.562Z (8 months ago)
- Topics: azurerm, hashicorp-packer, hashicorp-terraform, infrastructure-as-code
- Language: HCL
- Homepage: https://speakerdeck.com/ksatirli/enhancing-infrastructure-lifecycles
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enhancing Infrastructure Lifecycles
> Companion Repository for Citrix Converge 2021
## Table of Contents
- [Enhancing Infrastructure Lifecycles](#enhancing-infrastructure-lifecycles)
- [Table of Contents](#table-of-contents)
- [Important Links](#important-links)
- [Requirements](#requirements)
- [Usage](#usage)
- [Additional Reading](#additional-reading)
- [Author Information](#author-information)
- [License](#license)## Important Links
> ⚠️ Looking for the Workshop content? Head on over to [./workshop](https://github.com/ksatirli/enhancing-infrastructure-lifecycles/tree/main/workshop)
* Slides: [speakerdeck.com/ksatirli/enhancing-infrastructure-lifecycles](https://speakerdeck.com/ksatirli/enhancing-infrastructure-lifecycles)
* Code: [https://github.com/ksatirli/enhancing-infrastructure-lifecycles](https://github.com/ksatirli/enhancing-infrastructure-lifecycles)## Requirements
* Software
* [HashiCorp Terraform](https://www.terraform.io/downloads.html) `1.0.9` or later
* [HashiCorp Packer](https://www.packer.io/downloads) `1.7.6` or later
* [Azure Command-Line Interface](https://docs.microsoft.com/en-us/cli/azure/) `2.29.0` or later* Services
* (optional) [Terraform Cloud](https://app.terraform.io/signup/account) (free)
* [Microsoft Azure](https://azure.microsoft.com/en-us/free/) (free credit)## Usage
## Additional Reading
This section is a collection of links that will help you make the most of today's session.
### Terraform
* introduction to the Terraform Ecosystem: [speakerdeck.com/ksatirli/intro-to-the-terraform-ecosystem](https://speakerdeck.com/ksatirli/intro-to-the-terraform-ecosystem)
* CLI commands [terraform.io/docs/commands/index.html](https://www.terraform.io/docs/commands/index.html)
* variables and type constraints: [terraform.io/docs/configuration/variables.html](https://www.terraform.io/docs/configuration/variables.html#type-constraints)
* variable definition files: [terraform.io/docs/configuration/variables.html](https://www.terraform.io/docs/configuration/variables.html#variable-definitions-tfvars-files)
* information about Terraform State: [terraform.io/docs/state/index.html](https://www.terraform.io/docs/state/index.html)
* in-depth guides on how to use Terraform: [learn.hashicorp.com/terraform](https://learn.hashicorp.com/terraform)
* Terraform Code Quality: [speakerdeck.com/ksatirli/code-quality-for-terraform](https://speakerdeck.com/ksatirli/code-quality-for-terraform)### Packer
* CLI commands [packer.io/docs/commands](https://www.packer.io/docs/commands)
* variables [packer.io/docs/templates/user-variables](https://www.packer.io/docs/templates/user-variables)
* in-depth guides on how to use Packer: [learn.hashicorp.com/packer](https://learn.hashicorp.com/packer)
* Packer GitHub Actions: [github.com/hashicorp/packer-github-actions](https://github.com/hashicorp/packer-github-actions)## Author Information
This repository is maintained by the contributors listed on [GitHub](https://github.com/ksatirli/citrix-converge-packer-and-terraform/graphs/contributors).
## License
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.