// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 module "sm_stop_dynamodb_access" { source = "./template5" NAME = "sm-stop-dynamodb-access" REGION = "us-east-1" APP = "settlement" SERVICE = "dynamodb" STOP = "sm-in-gateway-ecs-ec2-cpu-stop" ROLE = "team-fis-role" }