Skip to content

[RPD-314] Remove non-modular Terraform files#212

Open
Christopher-Norman wants to merge 2 commits intofeature/modular-stacksfrom
RPD-314-remove-non-modular-terraform-files
Open

[RPD-314] Remove non-modular Terraform files#212
Christopher-Norman wants to merge 2 commits intofeature/modular-stacksfrom
RPD-314-remove-non-modular-terraform-files

Conversation

@Christopher-Norman
Copy link
Contributor

@Christopher-Norman Christopher-Norman commented Aug 31, 2023

This PR removes:

  • infrastructure/llm directory
  • infrastructure/default directory
  • LLM_STACK and DEFAULT_STACK lists from azure_runner.py

as they are no longer required. In this PR we also update the AzureRunner __init__ function to take no parameters as the existing parameter is no longer required.

Checklist

Please ensure you have done the following:

  • I have read the CONTRIBUTING guide.
  • I have updated the documentation if required.
  • I have added tests which cover my changes.

Type of change

Tick all those that apply:

  • Bug Fix (non-breaking change, fixing an issue)
  • New feature (non-breaking change to add functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (add details above)

@Christopher-Norman Christopher-Norman self-assigned this Sep 1, 2023
@Christopher-Norman Christopher-Norman added the enhancement New feature or request label Sep 1, 2023
@Christopher-Norman Christopher-Norman changed the title [WIP] [RPD-314] Remove non-modular Terraform files [RPD-314] Remove non-modular Terraform files Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request