GSA-TTS / tts-tech-operations

TTS Technology Operations
https://handbook.tts.gsa.gov/tech-operations/
Other
6 stars 0 forks source link

Remove external services #1588

Closed adborden closed 3 years ago

adborden commented 3 years ago

Migrate this to 18f/tts-common-controls https://github.com/18F/tts-common-controls/pull/9

tts-bot commented 3 years ago

Terraform plan in terraform

Plan: 1 to add, 6 to change, 0 to destroy. ```hcl Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place Terraform will perform the following actions: # module.repo["aws-admin"].github_repository_file.issue_templates["general.md"] will be updated in-place ~ resource "github_repository_file" "issue_templates" { ~ content = <<-EOT --- name: General about: For general Tech Portfolio work title: "" labels: "g: initial" assignees: "" --- ## Background Information ## Implementation Steps - [ ] ## Acceptance Criteria - + - [ ] EOT id = "aws-admin/.github/ISSUE_TEMPLATE/general.md" # (9 unchanged attributes hidden) } # module.repo["ghad"].github_repository_file.issue_templates["general.md"] will be updated in-place ~ resource "github_repository_file" "issue_templates" { ~ content = <<-EOT --- name: General about: For general Tech Portfolio work title: "" labels: "g: initial" assignees: "" --- ## Background Information ## Implementation Steps - [ ] ## Acceptance Criteria - + - [ ] EOT id = "ghad/.github/ISSUE_TEMPLATE/general.md" # (9 unchanged attributes hidden) } # module.repo["glossary"].github_repository_file.issue_templates["general.md"] will be created + resource "github_repository_file" "issue_templates" { + branch = "master" + commit_author = (known after apply) + commit_email = (known after apply) + commit_message = <<-EOT updated from canonical source https://github.com/18F/tts-tech-portfolio/blob/main/.github/ISSUE_TEMPLATE/general.md EOT + commit_sha = (known after apply) + content = <<-EOT --- name: General about: For general Tech Portfolio work title: "" labels: "g: initial" assignees: "" --- ## Background Information ## Implementation Steps - [ ] ## Acceptance Criteria - [ ] EOT + file = ".github/ISSUE_TEMPLATE/general.md" + id = (known after apply) + overwrite_on_create = false + repository = "glossary" + sha = (known after apply) } # module.repo["newrelic-terraform"].github_repository_file.issue_templates["general.md"] will be updated in-place ~ resource "github_repository_file" "issue_templates" { ~ content = <<-EOT --- name: General about: For general Tech Portfolio work title: "" labels: "g: initial" assignees: "" --- ## Background Information ## Implementation Steps - [ ] ## Acceptance Criteria - + - [ ] EOT id = "newrelic-terraform/.github/ISSUE_TEMPLATE/general.md" # (9 unchanged attributes hidden) } # module.repo["pages-redirects"].github_repository_file.issue_templates["general.md"] will be updated in-place ~ resource "github_repository_file" "issue_templates" { ~ content = <<-EOT --- name: General about: For general Tech Portfolio work title: "" labels: "g: initial" assignees: "" --- ## Background Information ## Implementation Steps - [ ] ## Acceptance Criteria - + - [ ] EOT id = "pages-redirects/.github/ISSUE_TEMPLATE/general.md" # (9 unchanged attributes hidden) } # module.repo["private-eye"].github_repository_file.issue_templates["general.md"] will be updated in-place ~ resource "github_repository_file" "issue_templates" { ~ content = <<-EOT --- name: General about: For general Tech Portfolio work title: "" labels: "g: initial" assignees: "" --- ## Background Information ## Implementation Steps - [ ] ## Acceptance Criteria - + - [ ] EOT id = "private-eye/.github/ISSUE_TEMPLATE/general.md" # (9 unchanged attributes hidden) } # module.repo["uswds-jekyll"].github_repository_file.issue_templates["general.md"] will be updated in-place ~ resource "github_repository_file" "issue_templates" { ~ content = <<-EOT --- name: General about: For general Tech Portfolio work title: "" labels: "g: initial" assignees: "" --- ## Background Information ## Implementation Steps - [ ] ## Acceptance Criteria - + - [ ] EOT id = "uswds-jekyll/.github/ISSUE_TEMPLATE/general.md" # (9 unchanged attributes hidden) } Plan: 1 to add, 6 to change, 0 to destroy. ```

Error applying plan in apply #55