diff --git a/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown b/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown new file mode 100644 index 000000000000..6a13520a203f --- /dev/null +++ b/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown @@ -0,0 +1,63 @@ +--- +layout: "aws" +page_title: "AWS: aws_cloudformation_stack" +sidebar_current: "docs-aws-resource-cloudformation-stack" +description: |- + Provides a CloudFormation Stack resource. +--- + +# aws\_cloudformation\_stack + +Provides a CloudFormation Stack resource. + +## Example Usage + +``` +resource "aws_cloudformation_stack" "network" { + name = "networking-stack" + template_body = < + > + CloudFormation Resources + + + > DynamoDB Resources