Skip to content

Commit

Permalink
codestarconnections moved to their own file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen James committed Jul 21, 2023
1 parent 5101a9b commit a07d00a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions codestarconnections.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
resource "aws_codestarconnections_connection" "nvvs-github-connection" {
name = "nvvs github connection"
provider_type = "GitHub"
tags = module.label.tags
}
resource "aws_codestarconnections_connection" "staff-infrastructure-moj" {
name = "staff-infrastructure-moj"
provider_type = "GitHub"
tags = module.label.tags
}
11 changes: 0 additions & 11 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,3 @@ module "staff-infrastructure-smtp-relay-server" {

privileged_mode = true
}

resource "aws_codestarconnections_connection" "nvvs-github-connection" {
name = "nvvs github connection"
provider_type = "GitHub"
tags = module.label.tags
}
resource "aws_codestarconnections_connection" "staff-infrastructure-moj" {
name = "staff-infrastructure-moj"
provider_type = "GitHub"
tags = module.label.tags
}

0 comments on commit a07d00a

Please sign in to comment.