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

Add UI (local debug only) #46

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Add UI (local debug only) #46

merged 1 commit into from
Aug 25, 2024

Conversation

jarrod-lowe
Copy link
Owner

No description provided.

Copy link

codacy-production bot commented Aug 25, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (ac5b733) 52 52 100.00%
Head commit (f395743) 52 (+0) 52 (+0) 100.00% (+0.00%)

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 (#46) 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 Aug 25, 2024

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

With variables

environment       = "primary"
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" {
!~      callback_urls                                 = [
-           "https://TODO",
+           "http://localhost:5173/",
+           "https://d3tinvgatp7lle.cloudfront.net/",
        ]
        id                                            = "1ghmru9nk0j81l040lehbgosv1"
!~      logout_urls                                   = [
-           "https://TODO",
+           "http://localhost:5173/",
+           "https://d3tinvgatp7lle.cloudfront.net/",
        ]
        name                                          = "Wildsea-primary"
#        (18 unchanged attributes hidden)
    }

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

✅ Plan applied in Environment Main - Apply #42

Copy link

@jarrod-lowe jarrod-lowe merged commit 59bf1e4 into main Aug 25, 2024
6 checks passed
@jarrod-lowe jarrod-lowe deleted the work branch August 25, 2024 02:31
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