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

Azure common infra modules should use relative paths #1116

@NathanielRose

Description

@NathanielRose

As a:
Operator

I want:
terraform modules to be using relative paths

So that:
the Bedrock terraform templates are not tied to a specific branch of a repo

Describe the solution you'd like:
Change the module sources for Bedrock terraform templates to using relative paths. For example,

module "aks-gitops" {
  source = "github.com/microsoft/bedrock?ref=0.12.0//cluster/azure/aks-gitops"

to

module "aks-gitops" {
  source = "../../azure/aks-gitops"

Acceptance Criteria:

This should be done for all Bedrock TF environments while maintaining stability in Bedrock integration tests.

  • azure-common-infra
  • azure-multiple-clusters
  • azure-simple
  • azure-single-keyvault

Describe alternatives you've considered:

Additional context:
#996

Does this require updates to documentation?:
No

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions