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

Home Unite Us DNS and OIDC action #83

Merged
merged 4 commits into from
Aug 15, 2024
Merged

Home Unite Us DNS and OIDC action #83

merged 4 commits into from
Aug 15, 2024

Conversation

tylerthome
Copy link
Member

@tylerthome tylerthome commented Jun 27, 2024

Fixes issue 686 in the HomeUniteUs repository

What changes did you make?

  • Adds a Route 53 hosted zone for homeunite.us
  • Adds a GitHub Action to use federated OIDC for authenticating to AWS

Why did you make the changes (we will use this info to test)?

  • Home Unite Us is migrating to the incubator environment
  • Incubator actions should move toward security-hardened gh actions

Copy link

github-actions bot commented Jun 27, 2024

Terraform plan in terraform-incubator/home-unite-us/dev

Plan: 2 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:

  # aws_route53_record.www will be created
+   resource "aws_route53_record" "www" {
+       allow_overwrite = (known after apply)
+       fqdn            = (known after apply)
+       id              = (known after apply)
+       name            = "homeunite.us"
+       records         = [
+           "18.223.160.58",
        ]
+       ttl             = 300
+       type            = "A"
+       zone_id         = (known after apply)
    }

  # aws_route53_zone.main will be created
+   resource "aws_route53_zone" "main" {
+       arn                 = (known after apply)
+       comment             = "Managed by Terraform"
+       force_destroy       = false
+       id                  = (known after apply)
+       name                = "homeunite.us"
+       name_servers        = (known after apply)
+       primary_name_server = (known after apply)
+       tags_all            = (known after apply)
+       zone_id             = (known after apply)
    }

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

✅ Plan applied in Terraform Apply on Merge #1

Copy link
Member

@chelseybeck chelseybeck left a comment

Choose a reason for hiding this comment

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

Great work, Tyler. Approving with requested changed to rename configuration block from www

@chelseybeck chelseybeck merged commit cfbc0ec into main Aug 15, 2024
2 checks passed
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.

Migrate HomeUniteUs to Incubator AWS account
2 participants