blog-rekahsoft-ca/infra
Collin J. Doering 1e1ae99446
Use guix for managing the required deployment environment
* infra/variables.tf: Add new variable 'site_statis_files_dir'

	* infra/manifest.scm: Add guix manifest that captures all tools required for deploying this site. This currently includes terraform, in use terraform providers, as well as awscliv2  which is used directly from a null resource

	* infra/main.tf: Pin all provider version so they are available from the rekahsoft-guix channel
	Remove the need for the template provider. It is still included as these changes need to be applied to all environments before it can be removed.
	Remove TF-UPGRAGE-TODO's
	Use the new variable 'site_static_files_dir' for the location of the static site files to be deployed

	* channels.scm (channel): Add symlink to top-level channels file

	* infra/Makefile (SELECTED_WORKSPACE): Removed the dependency on terraform
	(clean): Add new PHONY target 'clean' which cleans up terraform temporary files
	(workspace): Add new PHONY target 'workspace which switches to user provided ENV

	* channels.scm (channel): Updated rekahsoft-guix channel

	* README.org (Features): Updated sections on deployment
2021-12-06 22:25:05 -05:00
..
templates Site infrastructure and deployment now managed with terraform 2018-07-15 03:01:18 -04:00
Makefile Use guix for managing the required deployment environment 2021-12-06 22:25:05 -05:00
channels.scm Use guix for managing the required deployment environment 2021-12-06 22:25:05 -05:00
main.tf Use guix for managing the required deployment environment 2021-12-06 22:25:05 -05:00
manifest.scm Use guix for managing the required deployment environment 2021-12-06 22:25:05 -05:00
outputs.tf Upgrade terraform from 0.11.x to 0.12 2019-06-13 22:57:31 -04:00
production.tfvars Redirect naked domain to www when enable_naked_domain=false 2018-12-08 11:31:44 -05:00
staging.tfvars Add staging workspace and corresponding environment 2018-12-08 11:37:39 -05:00
variables.tf Use guix for managing the required deployment environment 2021-12-06 22:25:05 -05:00