@hiiretail/gcp-infra-cli 0.64.0 → 0.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generators/init/clan-infra/templates/infra/common.hcl +5 -1
- package/generators/resources/cloudsql/templates/monitoring/cloud-sql/terragrunt.hcl +2 -2
- package/generators/resources/firestore/templates/monitoring/firestore/terragrunt.hcl +2 -2
- package/generators/resources/memorystore/templates/monitoring/memorystore/terragrunt.hcl +2 -2
- package/generators/resources/monitoring/templates/cloudfunction/terragrunt.hcl +2 -2
- package/generators/resources/monitoring/templates/cloudrun/terragrunt.hcl +2 -2
- package/generators/resources/monitoring/templates/dataflow/terragrunt.hcl +2 -2
- package/generators/resources/pubsub/templates/monitoring/pubsub/terragrunt.hcl +2 -2
- package/package.json +1 -1
|
@@ -5,7 +5,11 @@ locals {
|
|
|
5
5
|
clan_name = "<%-clan%>"
|
|
6
6
|
region = "europe-west1"
|
|
7
7
|
clan_group_email = "tribe-<%-tribe%>-<%-clan%>@extendaretail.com"
|
|
8
|
-
clan_slack_channels = [
|
|
8
|
+
clan_slack_channels = [
|
|
9
|
+
{
|
|
10
|
+
name = "#<%-tribe%>-<%-clan%>-monitor"
|
|
11
|
+
}
|
|
12
|
+
]
|
|
9
13
|
project_id_slack_token = "tf-admin-90301274"
|
|
10
14
|
cost_center = "<%-costCenter%>"
|
|
11
15
|
}
|
|
@@ -12,7 +12,7 @@ include {
|
|
|
12
12
|
dependency "notification_channels" {
|
|
13
13
|
config_path = "../notification-channels"
|
|
14
14
|
mock_outputs = {
|
|
15
|
-
|
|
15
|
+
notification_channels = ["dummy-channel"]
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ locals {
|
|
|
25
25
|
inputs = merge(local.project_vars.locals, local.common_vars.locals,
|
|
26
26
|
{
|
|
27
27
|
clan_project_id = local.project_vars.locals.project_id
|
|
28
|
-
notification_channels = dependency.notification_channels.outputs.
|
|
28
|
+
notification_channels = dependency.notification_channels.outputs.notification_channels
|
|
29
29
|
cloudsql_monitoring = true
|
|
30
30
|
user_labels = {
|
|
31
31
|
cc = local.common_vars.locals.cost_center
|
|
@@ -12,7 +12,7 @@ include {
|
|
|
12
12
|
dependency "notification_channels" {
|
|
13
13
|
config_path = "../notification-channels"
|
|
14
14
|
mock_outputs = {
|
|
15
|
-
|
|
15
|
+
notification_channels = ["dummy-channel"]
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ locals {
|
|
|
25
25
|
inputs = merge(local.project_vars.locals, local.common_vars.locals,
|
|
26
26
|
{
|
|
27
27
|
clan_project_id = local.project_vars.locals.project_id
|
|
28
|
-
notification_channels = dependency.notification_channels.outputs.
|
|
28
|
+
notification_channels = dependency.notification_channels.outputs.notification_channels
|
|
29
29
|
firestore_monitoring = true
|
|
30
30
|
user_labels = {
|
|
31
31
|
cc = local.common_vars.locals.cost_center
|
|
@@ -12,7 +12,7 @@ include {
|
|
|
12
12
|
dependency "notification_channels" {
|
|
13
13
|
config_path = "../notification-channels"
|
|
14
14
|
mock_outputs = {
|
|
15
|
-
|
|
15
|
+
notification_channels = ["dummy-channel"]
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ locals {
|
|
|
25
25
|
inputs = merge(local.project_vars.locals, local.common_vars.locals,
|
|
26
26
|
{
|
|
27
27
|
clan_project_id = local.project_vars.locals.project_id
|
|
28
|
-
notification_channels = dependency.notification_channels.outputs.
|
|
28
|
+
notification_channels = dependency.notification_channels.outputs.notification_channels
|
|
29
29
|
memorystore_monitoring = true
|
|
30
30
|
user_labels = {
|
|
31
31
|
cc = local.common_vars.locals.cost_center
|
|
@@ -12,7 +12,7 @@ include {
|
|
|
12
12
|
dependency "notification_channels" {
|
|
13
13
|
config_path = "../notification-channels"
|
|
14
14
|
mock_outputs = {
|
|
15
|
-
|
|
15
|
+
notification_channels = ["dummy-channel"]
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ locals {
|
|
|
25
25
|
inputs = merge(local.project_vars.locals, local.common_vars.locals,
|
|
26
26
|
{
|
|
27
27
|
clan_project_id = local.project_vars.locals.project_id
|
|
28
|
-
notification_channels = dependency.notification_channels.outputs.
|
|
28
|
+
notification_channels = dependency.notification_channels.outputs.notification_channels
|
|
29
29
|
cloudfunction_monitoring = true
|
|
30
30
|
user_labels = {
|
|
31
31
|
cc = local.common_vars.locals.cost_center
|
|
@@ -12,7 +12,7 @@ include {
|
|
|
12
12
|
dependency "notification_channels" {
|
|
13
13
|
config_path = "../notification-channels"
|
|
14
14
|
mock_outputs = {
|
|
15
|
-
|
|
15
|
+
notification_channels = ["dummy-channel"]
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ locals {
|
|
|
25
25
|
inputs = merge(local.project_vars.locals, local.common_vars.locals,
|
|
26
26
|
{
|
|
27
27
|
clan_project_id = local.project_vars.locals.project_id
|
|
28
|
-
notification_channels = dependency.notification_channels.outputs.
|
|
28
|
+
notification_channels = dependency.notification_channels.outputs.notification_channels
|
|
29
29
|
cloudrun_monitoring = true
|
|
30
30
|
user_labels = {
|
|
31
31
|
cc = local.common_vars.locals.cost_center
|
|
@@ -12,7 +12,7 @@ include {
|
|
|
12
12
|
dependency "notification_channels" {
|
|
13
13
|
config_path = "../notification-channels"
|
|
14
14
|
mock_outputs = {
|
|
15
|
-
|
|
15
|
+
notification_channels = ["dummy-channel"]
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ locals {
|
|
|
25
25
|
inputs = merge(local.project_vars.locals, local.common_vars.locals,
|
|
26
26
|
{
|
|
27
27
|
clan_project_id = local.project_vars.locals.project_id
|
|
28
|
-
notification_channels = dependency.notification_channels.outputs.
|
|
28
|
+
notification_channels = dependency.notification_channels.outputs.notification_channels
|
|
29
29
|
dataflow_monitoring = true
|
|
30
30
|
user_labels = {
|
|
31
31
|
cc = local.common_vars.locals.cost_center
|
|
@@ -12,7 +12,7 @@ include {
|
|
|
12
12
|
dependency "notification_channels" {
|
|
13
13
|
config_path = "../notification-channels"
|
|
14
14
|
mock_outputs = {
|
|
15
|
-
|
|
15
|
+
notification_channels = ["dummy-channel"]
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ locals {
|
|
|
25
25
|
inputs = merge(local.project_vars.locals, local.common_vars.locals,
|
|
26
26
|
{
|
|
27
27
|
clan_project_id = local.project_vars.locals.project_id
|
|
28
|
-
notification_channels = dependency.notification_channels.outputs.
|
|
28
|
+
notification_channels = dependency.notification_channels.outputs.notification_channels
|
|
29
29
|
pubsub_monitoring = true
|
|
30
30
|
user_labels = {
|
|
31
31
|
cc = local.common_vars.locals.cost_center
|