--- 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" parameters { VPCCidr = "10.0.0.0/16" } template_body = <