Difference between revisions of "Terraform resource: aws organizations account"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_account | ||
+ | Official example: | ||
+ | resource "aws_organizations_account" "account" { | ||
+ | name = "my_new_account" | ||
+ | email = "[email protected]" | ||
+ | } | ||
− | + | == Related == | |
+ | * [[aws organizations create-account]] | ||
== See also == | == See also == | ||
+ | * {{AWS accounts}} | ||
* {{aws organizations}} | * {{aws organizations}} | ||
* {{terraform aws resources}} | * {{terraform aws resources}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 10:27, 29 January 2025
Official example:
resource "aws_organizations_account" "account" { name = "my_new_account" email = "[email protected]" }
Related[edit]
See also[edit]
- AWS accounts, alias:
aws organizations [ describe-account | move-account | list-accounts | create-account | close-account | account-id | attach-policy
], AWS IAM Dashboard - AWS Organizations:
aws organizations
(describe-account | list-roots
|list-accounts | list-delegated-administrators | create-account | describe-organizations |
enable-all-features | enable-aws-service-access
) - Terraform AWS resources: IAM, Net, EC2, ECS, ECR, S3, Route53, ACM, CloudWatch, CloudFront SES, RDS, DLM
Advertising: