From 11f85dfd6de4c72dc6f6e05b659370ba40bfb685 Mon Sep 17 00:00:00 2001 From: sbx_user1051 Date: Sat, 20 Dec 2025 10:28:33 +0000 Subject: [PATCH] Add AWS Cloudformation Deployment file for simple-bucket-gitsync stack --- cloudformation/s3-simple-bucket/template.cform.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cloudformation/s3-simple-bucket/template.cform.yaml b/cloudformation/s3-simple-bucket/template.cform.yaml index 174fa29..38b0b4d 100644 --- a/cloudformation/s3-simple-bucket/template.cform.yaml +++ b/cloudformation/s3-simple-bucket/template.cform.yaml @@ -1,6 +1,3 @@ -# aws cloudformation create-stack --stack-name s3-simple-bucket --template-body file://template.cform.yaml -# aws cloudformation deploy --stack-name s3-simple-bucket --template-file template.cform.yaml -# aws cloudformation delete-stack --stack-name s3-simple-bucket -Resources: - SimpleBucket: - Type: AWS::S3::Bucket +template-file-path: cloudformation/s3-simple-bucket/params.cform.yaml +parameters: {} +tags: {}