https://github.com/tsrob50/TerraformExamples
Repo for Terraform Examples from the YouTube channel
https://github.com/tsrob50/TerraformExamples
Last synced: about 2 months ago
JSON representation
Repo for Terraform Examples from the YouTube channel
- Host: GitHub
- URL: https://github.com/tsrob50/TerraformExamples
- Owner: tsrob50
- Created: 2021-12-11T14:57:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T01:18:47.000Z (over 3 years ago)
- Last Synced: 2024-11-13T15:49:48.847Z (7 months ago)
- Language: HCL
- Size: 10.7 KB
- Stars: 29
- Watchers: 3
- Forks: 89
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - tsrob50/TerraformExamples - Repo for Terraform Examples from the YouTube channel (HCL)
README
# TerraformExamples
Repo for Terraform Examples from the YouTube channel## ModuleExample
Example for creating modules and outputsLink - https://www.ciraltos.com/modules-and-outputs-with-terraform-and-azure/
## VNetandBastionHost
Example for creating modules that include a for_each loopLink - https://www.ciraltos.com/use-for_each-in-a-terraform-module-with-azure-vnets-and-bastion-host/
## Data Example
Example for using data source to access existing Azure resources as part of a deploymentLink - https://www.ciraltos.com/use-existing-resources-with-data-sources-in-terraform-and-azure/
## RemoteBackend
Example for using an Azure storage account as a remote, shared location for the Terraform state fileLink - https://www.ciraltos.com/remote-backend-state-with-terraform-and-azure-storage/
## DynamicNSG
Example for using Dynamic blocks in Terraform to create multiple instances of a sub-resourceLink -