Open Papina opened 2 years ago
Voting for Prioritization
Volunteering to Work on This Issue
The resource was added Apr 2023 https://github.com/hashicorp/terraform-provider-aws/pull/26123
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/account_primary_contact but the data resource has not been implmented.
Description
I would like the ability to create/update the primary account details (Contact Information) accessed here: https://us-east-1.console.aws.amazon.com/billing/home?region=us-east-1#/account
[New Resource]: https://docs.aws.amazon.com/accounts/latest/reference/API_PutContactInformation.html
I would also like to be able to read the current details as a data source, so in the case of multi-account, I could then replicate this value to other member accounts [New Data Source]: https://docs.aws.amazon.com/accounts/latest/reference/API_GetContactInformation.html
Requested Resource(s) and/or Data Source(s)
Account Management
aws_account_primary_contact
Potential Terraform Configuration