0
0
llucycodes42
The code in this block creates an AWS CloudFormation stack.
Shortcut: tf_aws_cloudformation_stack
resource "aws_cloudformation_stack" "${MyAWSResource}" {
}
0
0
llucycodes42
The code in this block creates an AWS CloudFormation stack.
Shortcut: tf_aws_cloudformation_stack
resource "aws_cloudformation_stack" "${MyAWSResource}" {
}