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

[Feature] Support for Alternate Contacts on Account resource #585

Open
yannickvr opened this issue Oct 2, 2024 · 1 comment
Open

[Feature] Support for Alternate Contacts on Account resource #585

yannickvr opened this issue Oct 2, 2024 · 1 comment

Comments

@yannickvr
Copy link

Subject of the issue

The OC::ORG::Account should support both Alternate Contacts and NonDefaultRegions. An issue for the latter was recently opened.

Steps to reproduce

Reference: https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html#manage-acct-update-contact-alternate-orgs

Expected behaviour

  ProductionAccount:
    Type: OC::ORG::Account
    Properties:
      RootEmail: production@myorg.com
      AccountName: Production Account
      Tags:
        budget-alarm-threshold: '2500'
        account-owner-email: my@email.com
      Contacts:
        Billing:
          FullName: Jeff Bezos
          Title: Head of Everything
          Email: jeff@amazon.com
          Phone: +12345676890
        Operations:
          FullName: Jeff Bezos
          Title: Head of Everything
          Email: jeff@amazon.com
          Phone: +12345676890
        Security:
          FullName: Jeff Bezos
          Title: Head of Everything
          Email: jeff@amazon.com
          Phone: +12345676890

Each contact type (Billing, Operations, Security) is optional, but the properties are all required.

Actual behaviour

Not Supported

@yannickvr yannickvr changed the title Support for Alternate Contacts on Account resource [Feature] Support for Alternate Contacts on Account resource Oct 2, 2024
@OlafConijn
Copy link
Member

OlafConijn commented Oct 18, 2024

NonDefaultRegions sounds like a good idea!

for contacts i would advice to use the community cloudformation type
https://github.com/org-formation/aws-resource-providers/blob/master/account/alternate-contact/example.yml

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

No branches or pull requests

2 participants