Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 328 Bytes

File metadata and controls

8 lines (7 loc) · 328 Bytes

infrastructure-templates

A set of Terraform templates to configure resources access

To launch a specific template:

  • set the required variables in the terraform.tfvars file
  • run terraform init
  • run terraform plan -var-file="terraform.tfvars" {filename}
  • run terraform apply -var-file="terraform.tfvars" {filename}