From 849a1a65dd29ebd676767b9b85abe1514dc57c12 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 | 5 ++--- content/en/tutorials/java-notification-app/index.md | 2 +- 2 files changed, 3 insertions(+), 4 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..3fad332deb 100644 --- a/content/en/tutorials/ecs-ecr-container-app/index.md +++ b/content/en/tutorials/ecs-ecr-container-app/index.md @@ -10,12 +10,11 @@ services: - ecs - ecr platform: -- docker +- Shell 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