terraform-template ARC Terraform template WarningThis repository is still under construction! A Terraform template for new ARC Terraform projects or modules. It has a suggested skeleton structure and GitHub Actions workflows. Usage Fork this repo. If creating a self-contained module, name your repo according to the module naming convention of terraform-<PROVIDER>-<NAME>. Change CODEOWNERS to you / your Team. Requirements Name Version terraform >= 1.8.5 random ~> 3.8.0 Providers Name Version random ~> 3.8.0 Modules No modules. Resources Name Type random_id.this resource Inputs Name Description Type Default Required prefix A dummy prefix. string "my-test" no Outputs Name Description random_val List your outputs here.