microsoft / cobalt

Infrastructure turn-key solution for app service workloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate infrastructure testing library to a new repository

nmiodice opened this issue · comments

Description

As a consumer of Terraform, I'd like an easy way to write tests against my terraform deployments so that I can validate that they are successful (or not)

Acceptance Criteria

Reference: [Done-Done Checklist] (https://github.com/Microsoft/code-with-engineering-playbook/blob/master/Engineering/BestPractices/DoneDone.md)

  • The infrastructure testing code can be consumed without needing to consume all of Cobalt's other dependencies through its own repository
  • Changes to infrastructure testing from "the project" are ported back into this repo
  • Existing tests reference the new repo

Tasks

  • Create new repository
  • Copy files to new repo from "the project"
  • Package Go module
  • Update test references to point to new repo

PR is the new repo here