SamTV12345-PodFetch/setup/terraform
SamTV12345 791d883702 Fixed readme and terraform init script. 2023-11-13 11:19:10 +01:00
..
postgres-docker Fixed readme and terraform init script. 2023-11-13 11:19:10 +01:00
sqlite-docker Run only when sources really changed. 2023-07-30 21:28:23 +02:00
README.md Run only when sources really changed. 2023-07-30 21:28:23 +02:00

README.md

Content of this folder

This directory contains two other directories named:

  • postgres-docker: Contains postgres terraform configuration files
  • sqlite-docker: Contains sqlite configuration files

How to use

Install terraform

  • Download terraform from here

  • Extract the zip file

  • Add the extracted folder to your PATH environment variable

  • Run terraform --version to verify the installation

  • You should see something like this:

  • Before continuing review the variables in variables.tf and change accordingly.

  • Run terraform init to initialize terraform

  • Run terraform plan to see what terraform will do

  • Run terraform apply to apply the changes

Now you should be able to access podfetch using the SERVER_URL