This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Description
As a: SRE
I want: to be able to use SPK with modules referenced by relative path
So that: there is not a dependency on being connected to the network when using modules (or I want a local cache of the modules)
Acceptance Criteria:. SPK and terraform init/apply work with relative paths
Additional context:. Change the path in cluster/environments/azure-single-keyvault from GitHub.com/... url to ../../../cluster/... and try and use SPK, you will receive an error of unable to find module.
Does this require updates to documentation?:. Yes.