hikerspath / terraformExercise

Just a show / tell for terraform in repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Exercise

Running terraform (since it is outside of your normal system path) is best done as follows:

$ ./terraform init
$ ./terraform apply

The code is shared while the shell is unique, so it works best when one is sharing and the rest are coding... Though as long as the lock has been released terraform can be run by anyone.


ATEAM-12345: Monthly Regional Holidays

Use a holiday API to build files in a YYYY-MM-DD.txt format. The only files created should be for the present month and an optional location (country code). The content of each file should contain the description of the respective holiday.

AC:

  1. Should shift based on present month without code adjustment
  2. Should allow for variablized location changes
  3. Should use terraform to build it

NOTES:

About

Just a show / tell for terraform in repl


Languages

Language:HCL 100.0%