Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 701 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 701 Bytes

terraform-drupal

Repository that hosts terraform code to launch drupal/magento setup in AWS cloud

Setting up local environment

Prerequisites

  • GNU Make
  • Docker and Docker compose
  • Pre-Commit
  • Checkov

How to setup the local environment.

  • Copy the .env-template content from terraform-drupal directory and make a file on your local system in the same directory with .env name.
  • Edit the Access Key ID, Secret Access Key, Sessiontoken (optional, required in case you are using temporary credentials. ) and Region according to the requirement.
  • To check whether the changes are correct, run the command "make plan".