Closed adborden closed 3 years ago
On Tue, Oct 12, 2021 at 11:47 AM rocheller123 @.***> wrote:
@.**** approved this pull request.
Does it automatically forward to gsa-vunlerability-reports?
Yes, it should. I added gsa-vulnerability-reports as a member to the Google Group.
-- Aaron D Borden Lead Engineer | IT Specialist TTS | Data.gov https://www.data.gov | Currently on detail with the TTS Tech Portfolio
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 #53