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

Change required by new terraform check #338

Merged
merged 2 commits into from
Nov 30, 2024
Merged

Change required by new terraform check #338

merged 2 commits into from
Nov 30, 2024

Conversation

jarrod-lowe
Copy link
Owner

No description provided.

Copy link

codacy-production bot commented Nov 30, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-21.96%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (20cf284) 159 150 94.34%
Head commit (c3ce00d) 391 (+232) 283 (+133) 72.38% (-21.96%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#338) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

github-actions bot commented Nov 30, 2024

Terraform plan in terraform/environment/wildsea
With backend config: bucket=terraform-state-021891603679 key=primary/terraform.tfstate region=ap-southeast-2

With variables

domain_name          = "wildsea.lowe.kiwi"
environment          = "primary"
google_client_id     = (sensitive value)
google_client_secret = (sensitive value)
saml_metadata_url    = (sensitive value)
Plan: 0 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

Terraform will perform the following actions:

  # module.wildsea.aws_cognito_user_pool_client.cognito will be updated in-place
!~  resource "aws_cognito_user_pool_client" "cognito" {
        id                                            = "1ghmru9nk0j81l040lehbgosv1"
        name                                          = "Wildsea-primary"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
!~      supported_identity_providers                  = (sensitive value)
#        (19 unchanged attributes hidden)
    }

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

✅ Plan applied in Environment Main - Apply #305

Outputs
cdn_domain_name          = "d3tinvgatp7lle.cloudfront.net"
cdn_id                   = "E2KPUTZ78NDDZ6"
cognito_identity_pool_id = "ap-southeast-2:2c578a4f-3fd8-453e-860d-4fde2187c38e"
cognito_login_domain     = "wildsea-primary.auth.ap-southeast-2.amazoncognito.com"
cognito_user_pool_id     = "ap-southeast-2_mi8U4SiYJ"
cognito_web_client_id    = "1ghmru9nk0j81l040lehbgosv1"
graphql_uri              = "https://api-wildsea-primary.wildsea.lowe.kiwi/graphql"
region                   = "ap-southeast-2"
ui_bucket                = "wildsea-primary-ui"

@jarrod-lowe jarrod-lowe merged commit 9434f85 into main Nov 30, 2024
7 checks passed
@jarrod-lowe jarrod-lowe deleted the work branch November 30, 2024 04:33
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.

1 participant