Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1791 cross validation award refref num set uniqueness #1815

Merged
merged 5 commits into from
Aug 16, 2023

Conversation

sambodeme
Copy link
Contributor

Description

See #1791

@sambodeme sambodeme linked an issue Aug 14, 2023 that may be closed by this pull request
16 tasks
@sambodeme sambodeme temporarily deployed to dev August 14, 2023 21:33 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to meta August 14, 2023 21:33 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Aug 14, 2023

Terraform plan for meta

Plan: 4 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.environments["dev"].local_file.cf_org will be created
  + resource "local_file" "cf_org" {
      + content              = <<-EOT
            cf_org_name = "gsa-tts-oros-fac"
        EOT
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0644"
      + filename             = "./../dev/orgname.auto.tfvars"
      + id                   = (known after apply)
    }

  # module.environments["preview"].local_file.cf_org will be created
  + resource "local_file" "cf_org" {
      + content              = <<-EOT
            cf_org_name = "gsa-tts-oros-fac"
        EOT
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0644"
      + filename             = "./../preview/orgname.auto.tfvars"
      + id                   = (known after apply)
    }

  # module.environments["production"].local_file.cf_org will be created
  + resource "local_file" "cf_org" {
      + content              = <<-EOT
            cf_org_name = "gsa-tts-oros-fac"
        EOT
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0644"
      + filename             = "./../production/orgname.auto.tfvars"
      + id                   = (known after apply)
    }

  # module.environments["staging"].local_file.cf_org will be created
  + resource "local_file" "cf_org" {
      + content              = <<-EOT
            cf_org_name = "gsa-tts-oros-fac"
        EOT
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0644"
      + filename             = "./../staging/orgname.auto.tfvars"
      + id                   = (known after apply)
    }

Plan: 4 to add, 0 to change, 0 to destroy.

✅ Plan applied in Deploy to Development and Management Environment #108

@github-actions
Copy link
Contributor

github-actions bot commented Aug 14, 2023

Terraform plan for dev

No changes. Your infrastructure matches the configuration.
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

✅ Plan applied in Deploy to Development and Management Environment #108

@sambodeme sambodeme requested a review from a team August 14, 2023 21:39
@sambodeme sambodeme temporarily deployed to dev August 15, 2023 00:19 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to meta August 15, 2023 00:19 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to dev August 15, 2023 21:00 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to meta August 15, 2023 21:00 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to dev August 15, 2023 21:20 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to meta August 15, 2023 21:20 — with GitHub Actions Inactive
Copy link
Contributor

@jadudm jadudm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jadudm jadudm merged commit 740dc9d into main Aug 16, 2023
@jadudm jadudm deleted the 1791-cross-validation-award_refref_num-set-uniqueness branch August 16, 2023 13:28
@sambodeme sambodeme temporarily deployed to meta August 16, 2023 13:48 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to meta August 16, 2023 13:48 — with GitHub Actions Inactive
@sambodeme sambodeme temporarily deployed to dev August 16, 2023 13:48 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cross-validation: AWARD_REF/REF_NUM set uniqueness
2 participants