This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wiki:ai:bicep-terraform-comparison [2025/06/11 14:29] – ddehamer | wiki:ai:bicep-terraform-comparison [2025/06/11 14:31] (current) – ddehamer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Bicep Terraform Comparison ====== | ====== Bicep Terraform Comparison ====== | ||
| + | |||
| + | ===== Conclusion ===== | ||
| I worked on two scripts, both doing the same thing, one in Bicep and one in Terraform. | I worked on two scripts, both doing the same thing, one in Bicep and one in Terraform. | ||
| Line 17: | Line 19: | ||
| terraform apply | terraform apply | ||
| </ | </ | ||
| + | |||
| + | ===== Bicep Code ===== | ||
| main.bicep | main.bicep | ||
| Line 312: | Line 316: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ===== Terraform Code ===== | ||
| main.tf | main.tf | ||
| Line 500: | Line 506: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ===== AWS Comparison ===== | ||
| Bonus to show how similar AWS and Azure are with Terraform: | Bonus to show how similar AWS and Azure are with Terraform: | ||
| + | |||
| + | ==== AWS Terraform ==== | ||
| main_aws.tf | main_aws.tf | ||