gpo / gpo-platform-configs

Infrastructure as Code for the GPO
MIT License
0 stars 0 forks source link

feat: add github label performance #24

Closed IanEdington closed 3 weeks ago

IanEdington commented 3 weeks ago
OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  + create
  ~ update in-place

OpenTofu will perform the following actions:

  # module.default_github_labels_for_gpo_ca.github_issue_label.documentation will be updated in-place
  ~ resource "github_issue_label" "documentation" {
      ~ color       = "0075ca" -> "0366d6"
        id          = "gpo.ca:documentation"
        name        = "documentation"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_ca.github_issue_label.duplicate will be updated in-place
  ~ resource "github_issue_label" "duplicate" {
      ~ color       = "cfd3d7" -> "ffffff"
        id          = "gpo.ca:duplicate"
        name        = "duplicate"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_ca.github_issue_label.invalid will be updated in-place
  ~ resource "github_issue_label" "invalid" {
      ~ color       = "e4e669" -> "ffffff"
        id          = "gpo.ca:invalid"
        name        = "invalid"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_ca.github_issue_label.performance will be created
  + resource "github_issue_label" "performance" {
      + color       = "a2eeef"
      + description = "Improves performance of the site"
      + etag        = (known after apply)
      + id          = (known after apply)
      + name        = "performance"
      + repository  = "gpo.ca"
      + url         = (known after apply)
    }

  # module.default_github_labels_for_gpo_ca.github_issue_label.question will be updated in-place
  ~ resource "github_issue_label" "question" {
      ~ color       = "d876e3" -> "0366d6"
        id          = "gpo.ca:question"
        name        = "question"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_it.github_issue_label.documentation will be updated in-place
  ~ resource "github_issue_label" "documentation" {
      ~ color       = "0075ca" -> "0366d6"
        id          = "gpo-it:documentation"
        name        = "documentation"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_it.github_issue_label.duplicate will be updated in-place
  ~ resource "github_issue_label" "duplicate" {
      ~ color       = "cfd3d7" -> "ffffff"
        id          = "gpo-it:duplicate"
        name        = "duplicate"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_it.github_issue_label.invalid will be updated in-place
  ~ resource "github_issue_label" "invalid" {
      ~ color       = "e4e669" -> "ffffff"
        id          = "gpo-it:invalid"
        name        = "invalid"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_it.github_issue_label.performance will be created
  + resource "github_issue_label" "performance" {
      + color       = "a2eeef"
      + description = "Improves performance of the site"
      + etag        = (known after apply)
      + id          = (known after apply)
      + name        = "performance"
      + repository  = "gpo-it"
      + url         = (known after apply)
    }

  # module.default_github_labels_for_gpo_it.github_issue_label.question will be updated in-place
  ~ resource "github_issue_label" "question" {
      ~ color       = "d876e3" -> "0366d6"
        id          = "gpo-it:question"
        name        = "question"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_platform_configs.github_issue_label.documentation will be updated in-place
  ~ resource "github_issue_label" "documentation" {
      ~ color       = "0075ca" -> "0366d6"
        id          = "gpo-platform-configs:documentation"
        name        = "documentation"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_platform_configs.github_issue_label.duplicate will be updated in-place
  ~ resource "github_issue_label" "duplicate" {
      ~ color       = "cfd3d7" -> "ffffff"
        id          = "gpo-platform-configs:duplicate"
        name        = "duplicate"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_platform_configs.github_issue_label.invalid will be updated in-place
  ~ resource "github_issue_label" "invalid" {
      ~ color       = "e4e669" -> "ffffff"
        id          = "gpo-platform-configs:invalid"
        name        = "invalid"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_gpo_platform_configs.github_issue_label.performance will be created
  + resource "github_issue_label" "performance" {
      + color       = "a2eeef"
      + description = "Improves performance of the site"
      + etag        = (known after apply)
      + id          = (known after apply)
      + name        = "performance"
      + repository  = "gpo-platform-configs"
      + url         = (known after apply)
    }

  # module.default_github_labels_for_gpo_platform_configs.github_issue_label.question will be updated in-place
  ~ resource "github_issue_label" "question" {
      ~ color       = "d876e3" -> "0366d6"
        id          = "gpo-platform-configs:question"
        name        = "question"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_readme.github_issue_label.documentation will be updated in-place
  ~ resource "github_issue_label" "documentation" {
      ~ color       = "0075ca" -> "0366d6"
        id          = "readme:documentation"
        name        = "documentation"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_readme.github_issue_label.duplicate will be updated in-place
  ~ resource "github_issue_label" "duplicate" {
      ~ color       = "cfd3d7" -> "ffffff"
        id          = "readme:duplicate"
        name        = "duplicate"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_readme.github_issue_label.invalid will be updated in-place
  ~ resource "github_issue_label" "invalid" {
      ~ color       = "e4e669" -> "ffffff"
        id          = "readme:invalid"
        name        = "invalid"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_readme.github_issue_label.performance will be created
  + resource "github_issue_label" "performance" {
      + color       = "a2eeef"
      + description = "Improves performance of the site"
      + etag        = (known after apply)
      + id          = (known after apply)
      + name        = "performance"
      + repository  = "readme"
      + url         = (known after apply)
    }

  # module.default_github_labels_for_readme.github_issue_label.question will be updated in-place
  ~ resource "github_issue_label" "question" {
      ~ color       = "d876e3" -> "0366d6"
        id          = "readme:question"
        name        = "question"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_secure_gpo_ca.github_issue_label.documentation will be updated in-place
  ~ resource "github_issue_label" "documentation" {
      ~ color       = "0075ca" -> "0366d6"
        id          = "secure.gpo.ca:documentation"
        name        = "documentation"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_secure_gpo_ca.github_issue_label.duplicate will be updated in-place
  ~ resource "github_issue_label" "duplicate" {
      ~ color       = "cfd3d7" -> "ffffff"
        id          = "secure.gpo.ca:duplicate"
        name        = "duplicate"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_secure_gpo_ca.github_issue_label.invalid will be updated in-place
  ~ resource "github_issue_label" "invalid" {
      ~ color       = "e4e669" -> "ffffff"
        id          = "secure.gpo.ca:invalid"
        name        = "invalid"
        # (4 unchanged attributes hidden)
    }

  # module.default_github_labels_for_secure_gpo_ca.github_issue_label.performance will be created
  + resource "github_issue_label" "performance" {
      + color       = "a2eeef"
      + description = "Improves performance of the site"
      + etag        = (known after apply)
      + id          = (known after apply)
      + name        = "performance"
      + repository  = "secure.gpo.ca"
      + url         = (known after apply)
    }

  # module.default_github_labels_for_secure_gpo_ca.github_issue_label.question will be updated in-place
  ~ resource "github_issue_label" "question" {
      ~ color       = "d876e3" -> "0366d6"
        id          = "secure.gpo.ca:question"
        name        = "question"
        # (4 unchanged attributes hidden)
    }

Plan: 5 to add, 20 to change, 0 to destroy.
IanEdington commented 3 weeks ago
 $ tofu apply "plan"
module.default_github_labels_for_readme.github_issue_label.performance: Creating...
module.default_github_labels_for_readme.github_issue_label.duplicate: Modifying... [id=readme:duplicate]
module.default_github_labels_for_readme.github_issue_label.documentation: Modifying... [id=readme:documentation]
module.default_github_labels_for_readme.github_issue_label.invalid: Modifying... [id=readme:invalid]
module.default_github_labels_for_readme.github_issue_label.question: Modifying... [id=readme:question]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.question: Modifying... [id=gpo-platform-configs:question]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.documentation: Modifying... [id=gpo-platform-configs:documentation]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.invalid: Modifying... [id=gpo-platform-configs:invalid]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.performance: Creating...
module.default_github_labels_for_gpo_platform_configs.github_issue_label.duplicate: Modifying... [id=gpo-platform-configs:duplicate]
module.default_github_labels_for_readme.github_issue_label.performance: Creation complete after 7s [id=readme:performance]
module.default_github_labels_for_gpo_ca.github_issue_label.performance: Creating...
module.default_github_labels_for_readme.github_issue_label.duplicate: Modifications complete after 7s [id=readme:duplicate]
module.default_github_labels_for_gpo_ca.github_issue_label.question: Modifying... [id=gpo.ca:question]
module.default_github_labels_for_readme.github_issue_label.documentation: Modifications complete after 7s [id=readme:documentation]
module.default_github_labels_for_gpo_ca.github_issue_label.duplicate: Modifying... [id=gpo.ca:duplicate]
module.default_github_labels_for_readme.github_issue_label.question: Modifications complete after 7s [id=readme:question]
module.default_github_labels_for_gpo_ca.github_issue_label.invalid: Modifying... [id=gpo.ca:invalid]
module.default_github_labels_for_readme.github_issue_label.invalid: Modifications complete after 7s [id=readme:invalid]
module.default_github_labels_for_gpo_ca.github_issue_label.documentation: Modifying... [id=gpo.ca:documentation]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.question: Modifications complete after 8s [id=gpo-platform-configs:question]
module.default_github_labels_for_gpo_it.github_issue_label.documentation: Modifying... [id=gpo-it:documentation]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.documentation: Modifications complete after 8s [id=gpo-platform-configs:documentation]
module.default_github_labels_for_gpo_it.github_issue_label.performance: Creating...
module.default_github_labels_for_gpo_platform_configs.github_issue_label.invalid: Modifications complete after 8s [id=gpo-platform-configs:invalid]
module.default_github_labels_for_gpo_it.github_issue_label.invalid: Modifying... [id=gpo-it:invalid]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.performance: Creation complete after 8s [id=gpo-platform-configs:performance]
module.default_github_labels_for_gpo_it.github_issue_label.duplicate: Modifying... [id=gpo-it:duplicate]
module.default_github_labels_for_gpo_platform_configs.github_issue_label.duplicate: Modifications complete after 8s [id=gpo-platform-configs:duplicate]
module.default_github_labels_for_gpo_it.github_issue_label.question: Modifying... [id=gpo-it:question]
module.default_github_labels_for_gpo_it.github_issue_label.documentation: Modifications complete after 3s [id=gpo-it:documentation]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.documentation: Modifying... [id=secure.gpo.ca:documentation]
module.default_github_labels_for_gpo_it.github_issue_label.performance: Creation complete after 4s [id=gpo-it:performance]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.performance: Creating...
module.default_github_labels_for_secure_gpo_ca.github_issue_label.documentation: Modifications complete after 3s [id=secure.gpo.ca:documentation]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.duplicate: Modifying... [id=secure.gpo.ca:duplicate]
module.default_github_labels_for_gpo_it.github_issue_label.invalid: Modifications complete after 7s [id=gpo-it:invalid]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.invalid: Modifying... [id=secure.gpo.ca:invalid]
module.default_github_labels_for_gpo_it.github_issue_label.duplicate: Modifications complete after 7s [id=gpo-it:duplicate]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.question: Modifying... [id=secure.gpo.ca:question]
module.default_github_labels_for_gpo_it.github_issue_label.question: Modifications complete after 7s [id=gpo-it:question]
module.default_github_labels_for_gpo_ca.github_issue_label.performance: Still creating... [10s elapsed]
module.default_github_labels_for_gpo_ca.github_issue_label.question: Still modifying... [id=gpo.ca:question, 10s elapsed]
module.default_github_labels_for_gpo_ca.github_issue_label.duplicate: Still modifying... [id=gpo.ca:duplicate, 10s elapsed]
module.default_github_labels_for_gpo_ca.github_issue_label.invalid: Still modifying... [id=gpo.ca:invalid, 10s elapsed]
module.default_github_labels_for_gpo_ca.github_issue_label.documentation: Still modifying... [id=gpo.ca:documentation, 10s elapsed]
module.default_github_labels_for_gpo_ca.github_issue_label.performance: Creation complete after 11s [id=gpo.ca:performance]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.performance: Creation complete after 7s [id=secure.gpo.ca:performance]
module.default_github_labels_for_gpo_ca.github_issue_label.question: Modifications complete after 13s [id=gpo.ca:question]
module.default_github_labels_for_gpo_ca.github_issue_label.duplicate: Modifications complete after 14s [id=gpo.ca:duplicate]
module.default_github_labels_for_gpo_ca.github_issue_label.invalid: Modifications complete after 14s [id=gpo.ca:invalid]
module.default_github_labels_for_gpo_ca.github_issue_label.documentation: Modifications complete after 14s [id=gpo.ca:documentation]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.duplicate: Still modifying... [id=secure.gpo.ca:duplicate, 10s elapsed]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.invalid: Still modifying... [id=secure.gpo.ca:invalid, 10s elapsed]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.question: Still modifying... [id=secure.gpo.ca:question, 10s elapsed]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.duplicate: Modifications complete after 11s [id=secure.gpo.ca:duplicate]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.invalid: Modifications complete after 10s [id=secure.gpo.ca:invalid]
module.default_github_labels_for_secure_gpo_ca.github_issue_label.question: Modifications complete after 10s [id=secure.gpo.ca:question]

Apply complete! Resources: 5 added, 20 changed, 0 destroyed.