New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@amplication/plugin-provisioning-terraform-aws-deployment-ecs

Package Overview
Dependencies
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-provisioning-terraform-aws-deployment-ecs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-beta.pr-297.80f0b66

.eslintrc.json

2

.amplicationrc.json

@@ -25,2 +25,2 @@ {

}
}
}
{
"name": "@amplication/plugin-provisioning-terraform-aws-deployment-ecs",
"version": "1.0.0",
"version": "1.0.1-beta.pr-297.80f0b66",
"description": "Description of your plugin",
"main": "dist/index.js",
"nx": {},
"scripts": {

@@ -7,0 +8,0 @@ "prepublishOnly": "npm run build",

@@ -6,2 +6,3 @@ # @amplication/plugin-provisioning-terraform-aws-deployment-ecs

Adds terraform code for provisioning Amazon Web Services Elastic Container Service (ECS) as an addition to the 'core' terraform code base.
## Purpose

@@ -8,0 +9,0 @@

@@ -8,10 +8,10 @@ // generic constants

// settings cluster constants
export const clusterHyphenNameKey = "${{ CLUSTER_NAME }}"
export const clusterUnderscoreNameKey = "${{ CLUSTER_NAME_UNDERSCORE }}"
export const clusterHyphenNameKey = "${{ CLUSTER_NAME }}";
export const clusterUnderscoreNameKey = "${{ CLUSTER_NAME_UNDERSCORE }}";
export const clusterCapacityProviderKey = "${{ CLUSTER_CAPACITY_PROVIDER }}";
// settings service constants
export const serviceHyphenNameKey = "${{ SERVICE_NAME }}"
export const serviceUnderscoreNameKey = "${{ SERVICE_NAME_UNDERSCORE }}"
export const serviceHyphenNameKey = "${{ SERVICE_NAME }}";
export const serviceUnderscoreNameKey = "${{ SERVICE_NAME_UNDERSCORE }}";
export const serviceContainerImage = "${{ SERVICE_CONTAINER_IMAGE }}";
export const serviceContainerPort = "${{ SERVICE_CONTAINER_PORT }}";
{
"extends": "../../tsconfig.base.json",
"include": [
"src/index.ts"
],
"exclude": [
"node_modules"
],
}
"include": ["src/index.ts"],
"exclude": ["node_modules"]
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc