Difference between revisions of "Terraform resource: aws organizations account"

From wikieduonline
Jump to navigation Jump to search
 
(5 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]"
 +
}
  
 +
== See also ==
 +
* {{AWS accounts}}
 +
* {{aws organizations}}
 +
* {{terraform aws resources}}
  
 
+
[[Category:Terraform]]
 
 
* {{AWS Organizations}}
 
* {{terraform aws resources}}
 

Latest revision as of 13:44, 19 February 2024

Advertising: