Skip to content

Conversation

ryankurte
Copy link
Collaborator

@ryankurte ryankurte commented Dec 4, 2018

Adds MX records for teams.rust-embedded-org mailgun account (see: #11)

@ryankurte
Copy link
Collaborator Author

Terraform will perform the following actions:

  + aws_route53_record.teams_rust_embedded_org_domainkey
      id:                 <computed>
      allow_overwrite:    "true"
      fqdn:               <computed>
      name:               "mx._domainkey.teams.rust-embedded.org"
      records.#:          "1"
      records.2697817120: "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCl4e0N3NmgGI0m5dhFYlHqRyfpbViTdidprT+BDGPzyimP+MG8tV3Wj7VG5umZDAIis51DiUXWcQJADCfVYz7fnb0sV1mFoX9bA1SsKhr11V2DPK9a4IZ7g9JD8kjlY8bpThLBk9RP3d13aS1VKZ2Tm0WYSK1egB4NHVGgLJPJwwIDAQAB"
      ttl:                "300"
      type:               "TXT"
      zone_id:            "Z1K6QDM5H6MZNC"

  + aws_route53_record.teams_rust_embedded_org_mx
      id:                 <computed>
      allow_overwrite:    "true"
      fqdn:               <computed>
      name:               "teams.rust-embedded.org"
      records.#:          "2"
      records.3188996246: "mxa.mailgun.org"
      records.64902232:   "mxb.mailgun.org"
      ttl:                "300"
      type:               "MX"
      zone_id:            "Z1K6QDM5H6MZNC"

  + aws_route53_record.teams_rust_embedded_org_spf
      id:                 <computed>
      allow_overwrite:    "true"
      fqdn:               <computed>
      name:               "teams.rust-embedded.org"
      records.#:          "1"
      records.1008113961: "v=spf1 include:mailgun.org ~all"
      ttl:                "300"
      type:               "TXT"
      zone_id:            "Z1K6QDM5H6MZNC"


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

@ryankurte ryankurte changed the title Feature/team email Feature/team emails Dec 4, 2018
@ryankurte
Copy link
Collaborator Author

Changes applied, added a list sync file for ryankurte/mg-cli, now waiting for mailgun to refresh the records and we can add members.

@ryankurte ryankurte requested a review from nastevens December 4, 2018 06:38
Copy link
Member

@nastevens nastevens left a comment

Choose a reason for hiding this comment

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

Changes look good to me. Any luck getting #7 operational so we can merge the terraform?

@Disasm
Copy link
Member

Disasm commented Jan 25, 2019

@ryankurte, please, fix RISC-V team name: there should be "c", not "k".

@nastevens
Copy link
Member

@Disasm Sorry about that, team email has been changed to risc-v@...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: Author needs to make changes S-waiting-on-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants