From e06ec2040c98a6093e0a625cec7f1f1a5a3099b2 Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Thu, 17 Aug 2023 22:54:42 +0530 Subject: [PATCH] fix cloudformation tag --- content/en/tutorials/ecs-ecr-container-app/index.md | 3 +-- content/en/tutorials/java-notification-app/index.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/tutorials/ecs-ecr-container-app/index.md b/content/en/tutorials/ecs-ecr-container-app/index.md index 42c3621288..08a0d283b2 100644 --- a/content/en/tutorials/ecs-ecr-container-app/index.md +++ b/content/en/tutorials/ecs-ecr-container-app/index.md @@ -12,10 +12,9 @@ services: platform: - docker deployment: -- cloudformation - awscli tags: -- Docker +- BASH - ECS - ECR - Fargate diff --git a/content/en/tutorials/java-notification-app/index.md b/content/en/tutorials/java-notification-app/index.md index 75f2f39cf3..0bd58b224d 100644 --- a/content/en/tutorials/java-notification-app/index.md +++ b/content/en/tutorials/java-notification-app/index.md @@ -15,7 +15,7 @@ platform: - java deployment: - aws-java-sdk -- cloudFormation +- CloudFormation tags: - Java - Spring Boot