@amplication/plugin-provisioning-terraform-aws-deployment-ecs
Advanced tools
Comparing version 1.0.0 to 1.0.1-beta.pr-297.80f0b66
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1299752
15
17062
28
2