--- 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 = <