Skip to content

Commit

Permalink
Remove container-pipelines landing zone
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrcounts committed Jun 10, 2021
1 parent 3d0c815 commit 6756f7f
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions projects/container-pipelines.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
module "container_pipelines" {
source = "./container-pipelines"
// module "container_pipelines" {
// source = "./container-pipelines"

aad_script_name = var.container_pipelines_aad_script_name
aws = local.aws
github_pat = var.github_pat
project = "container-pipelines"
repository = "jamesrcounts/phippyandfriends"


}
// aad_script_name = var.container_pipelines_aad_script_name
// aws = local.aws
// github_pat = var.github_pat
// project = "container-pipelines"
// repository = "jamesrcounts/phippyandfriends"
// }

0 comments on commit 6756f7f

Please sign in to comment.