@hiiretail/gcp-infra-cli 0.56.1 → 0.58.2
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/docs/srb/index.js +4 -1
- package/generators/docs/srb/templates/docs/README.md +10 -71
- package/generators/docs/srb/templates/docs/architecture.md +68 -0
- package/generators/docs/srb/templates/docs/cost-estimates.md +18 -0
- package/generators/docs/srb/templates/docs/sre.md +9 -0
- package/generators/docs/srb/templates/sample.dsl +2 -0
- package/generators/init/clan-infra/templates/env/secrets/terragrunt.hcl +1 -1
- package/generators/init/clan-infra/templates/infra/.terragrunt-version +1 -1
- package/generators/init/clan-infra/templates/notification-channels/terragrunt.hcl +1 -1
- package/generators/organization/clan-project/templates/clan/terragrunt.hcl +1 -1
- package/generators/organization/clan-project/templates/clan-project/terragrunt.hcl +1 -1
- package/generators/organization/clan-project/templates/department/terragrunt.hcl +1 -1
- package/generators/organization/clan-project/templates/tribe/terragrunt.hcl +1 -1
- package/generators/resources/bigquery/templates/bigquery/terragrunt.hcl +1 -1
- package/generators/resources/cloud-storage/templates/cloud-storage/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql/templates/monitoring/cloud-sql/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql/templates/monitoring/notification-channels/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql/templates/mssql/instance/terragrunt.hcl +3 -1
- package/generators/resources/cloudsql/templates/mssql/instance-secrets/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql/templates/mysql/instance/terragrunt.hcl +3 -1
- package/generators/resources/cloudsql/templates/mysql/instance-secrets/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql/templates/postgres/instance/terragrunt.hcl +3 -1
- package/generators/resources/cloudsql/templates/postgres/instance-secrets/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql-database/templates/mysql/database/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql-database/templates/mysql/secrets/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql-database/templates/postgres/database/terragrunt.hcl +1 -1
- package/generators/resources/cloudsql-database/templates/postgres/secrets/terragrunt.hcl +1 -1
- package/generators/resources/confluent-cluster/templates/confluent/terragrunt.hcl +1 -1
- package/generators/resources/elastic-cloud/templates/elastic/terragrunt.hcl +1 -1
- package/generators/resources/firestore/templates/firestore/terragrunt.hcl +1 -1
- package/generators/resources/firestore/templates/monitoring/firestore/terragrunt.hcl +1 -1
- package/generators/resources/firestore/templates/monitoring/notification-channels/terragrunt.hcl +1 -1
- package/generators/resources/kafka-connect/templates/elastic/terragrunt.hcl +1 -1
- package/generators/resources/kafka-connect/templates/pubsub/terragrunt.hcl +1 -1
- package/generators/resources/kafka-topics/templates/kafka/terragrunt.hcl +1 -1
- package/generators/resources/kms/templates/kms/terragrunt.hcl +1 -1
- package/generators/resources/memorystore/templates/monitoring/memorystore/terragrunt.hcl +1 -1
- package/generators/resources/memorystore/templates/monitoring/notification-channels/terragrunt.hcl +1 -1
- package/generators/resources/memorystore/templates/redis-instance/terragrunt.hcl +1 -1
- package/generators/resources/memorystore/templates/secrets/terragrunt.hcl +1 -1
- package/generators/resources/monitoring/templates/cloudfunction/terragrunt.hcl +1 -1
- package/generators/resources/monitoring/templates/cloudrun/terragrunt.hcl +1 -1
- package/generators/resources/monitoring/templates/dataflow/terragrunt.hcl +1 -1
- package/generators/resources/monitoring/templates/notification-channels/terragrunt.hcl +1 -1
- package/generators/resources/pubsub/templates/monitoring/notification-channels/terragrunt.hcl +1 -1
- package/generators/resources/pubsub/templates/monitoring/pubsub/terragrunt.hcl +1 -1
- package/generators/resources/pubsub/templates/pubsub/terragrunt.hcl +1 -1
- package/generators/resources/scheduler/templates/scheduler/terragrunt.hcl +1 -1
- package/generators/tribe-resources/tribe-project/templates/project/cloud-nat/terragrunt.hcl +1 -1
- package/generators/tribe-resources/tribe-project/templates/project/cloud-nat-static-ip/terragrunt.hcl +1 -1
- package/generators/tribe-resources/tribe-project/templates/project/cloud-router/terragrunt.hcl +1 -1
- package/generators/tribe-resources/tribe-project/templates/project/gke/terragrunt.hcl +1 -1
- package/generators/tribe-resources/tribe-project/templates/project/gke-ingress-static-ip/terragrunt.hcl +1 -1
- package/generators/tribe-resources/tribe-project/templates/project/network/terragrunt.hcl +1 -1
- package/generators/tribe-resources/tribe-project/templates/project/terragrunt.hcl +1 -1
- package/package.json +1 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# <%-system%>
|
|
2
2
|
|
|
3
|
-
This is the architectural documentation for <%-system%>.
|
|
3
|
+
This is the architectural documentation for <%-system%>. It describes the architecture of <%-system%>.
|
|
4
|
+
and is the source of truth for the system architecture.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
See the [Solution Review Board (SRB)](https://confluence.extendaretail.com/display/DEV/Solution+review+board) for more information on what documentation to provide for all software systems. This documentation must be updated as the system evolves to always describe the system in its current state.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
* [Google cost estimation](https://confluence.extendaretail.com/display/DEV/SRB+-+Solution+template#SRBSolutiontemplate-Costcalculations)
|
|
8
|
+
## :book: Contents
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
* :cloud: [Architecture](./architecture.md)
|
|
11
|
+
* :dollar: [Cost estimates](./cost-estimates.md)
|
|
12
|
+
* :chart_with_upwards_trend: [Observability and SRE](./sre.md)
|
|
11
13
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
This document and its Confluence pages, must be updated as the system evolves to always describe
|
|
16
|
-
the system in its current state.
|
|
14
|
+
## :pencil2: How to update generated content
|
|
15
|
+
|
|
16
|
+
Parts of the documentation is generated using the following tooling.
|
|
17
17
|
|
|
18
18
|
### C4 diagrams
|
|
19
19
|
|
|
@@ -40,64 +40,3 @@ See [adr-tools docs](https://github.com/npryce/adr-tools#readme) for available c
|
|
|
40
40
|
./adr.sh help
|
|
41
41
|
```
|
|
42
42
|
> :bulb: On Windows 10? Use `adr.cmd` instead.
|
|
43
|
-
|
|
44
|
-
## IDEALS architecture
|
|
45
|
-
|
|
46
|
-
### Interface segregation
|
|
47
|
-
|
|
48
|
-
### Deployability
|
|
49
|
-
|
|
50
|
-
### Event-driven
|
|
51
|
-
|
|
52
|
-
### Availability over consistency
|
|
53
|
-
|
|
54
|
-
### Loose-coupling
|
|
55
|
-
|
|
56
|
-
### Single responsibility
|
|
57
|
-
|
|
58
|
-
## SRE
|
|
59
|
-
|
|
60
|
-
### SLIs
|
|
61
|
-
|
|
62
|
-
### SLOs
|
|
63
|
-
|
|
64
|
-
### Observability
|
|
65
|
-
|
|
66
|
-
### Operations monitoring and alert
|
|
67
|
-
|
|
68
|
-
## General considerations
|
|
69
|
-
|
|
70
|
-
### Multi-tenancy
|
|
71
|
-
|
|
72
|
-
### Auditing
|
|
73
|
-
|
|
74
|
-
### Security
|
|
75
|
-
|
|
76
|
-
### Legal compliance
|
|
77
|
-
|
|
78
|
-
### Data mesh
|
|
79
|
-
|
|
80
|
-
### Global reach
|
|
81
|
-
|
|
82
|
-
### Internationalization
|
|
83
|
-
|
|
84
|
-
## Solution design
|
|
85
|
-
|
|
86
|
-
### Constraints
|
|
87
|
-
|
|
88
|
-
### C4 diagrams
|
|
89
|
-
|
|
90
|
-
#### System context
|
|
91
|
-
|
|
92
|
-

|
|
93
|
-
|
|
94
|
-
#### Containers
|
|
95
|
-
|
|
96
|
-

|
|
97
|
-
|
|
98
|
-
### Tech radar
|
|
99
|
-
|
|
100
|
-
### Architecture decision records (ADRs)
|
|
101
|
-
|
|
102
|
-
<!-- adrlog -->
|
|
103
|
-
<!-- adrlogstop -->
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Architecture
|
|
2
|
+
|
|
3
|
+
## System context
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## Containers
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
## Architecture decision records
|
|
12
|
+
|
|
13
|
+
<!-- adrlog -->
|
|
14
|
+
<!-- adrlogstop -->
|
|
15
|
+
|
|
16
|
+
## APIs
|
|
17
|
+
|
|
18
|
+
<!--
|
|
19
|
+
List the APIs.
|
|
20
|
+
* On a live service in prod, this ideally points to the developer portal API.
|
|
21
|
+
* During the design phase, this can point to
|
|
22
|
+
|
|
23
|
+
1. a formal spec (OpenAPI, JSON Schema, Avro, gRPC etc) draft in a repo,
|
|
24
|
+
2. a google sheet,
|
|
25
|
+
3. or an image.
|
|
26
|
+
|
|
27
|
+
The important thing is that the system APIs should be available to explore
|
|
28
|
+
to make it easier to understand the solution design.
|
|
29
|
+
-->
|
|
30
|
+
|
|
31
|
+
The following APIs are part of <%-system%>:
|
|
32
|
+
|
|
33
|
+
* ...
|
|
34
|
+
|
|
35
|
+
## IDEALS
|
|
36
|
+
|
|
37
|
+
Hii Retail services adheres to [the IDEALS principles](https://www.infoq.com/articles/microservices-design-ideals/)
|
|
38
|
+
in microservice architecture. This section covers how the design choices in <%-system%> fulfills the IDEALS.
|
|
39
|
+
|
|
40
|
+
### Interface segregation
|
|
41
|
+
|
|
42
|
+
### Deployability
|
|
43
|
+
|
|
44
|
+
### Event-driven
|
|
45
|
+
|
|
46
|
+
### Availability over consistency
|
|
47
|
+
|
|
48
|
+
### Loose-coupling
|
|
49
|
+
|
|
50
|
+
### Single responsibility
|
|
51
|
+
|
|
52
|
+
## General considerations
|
|
53
|
+
|
|
54
|
+
General Hii Retail design considerations as applied to <%-system%>.
|
|
55
|
+
|
|
56
|
+
### Multi-tenancy
|
|
57
|
+
|
|
58
|
+
### Auditing
|
|
59
|
+
|
|
60
|
+
### Security
|
|
61
|
+
|
|
62
|
+
### Legal compliance
|
|
63
|
+
|
|
64
|
+
### Data mesh
|
|
65
|
+
|
|
66
|
+
### Global reach
|
|
67
|
+
|
|
68
|
+
### Internationalization
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Cost estimates
|
|
2
|
+
|
|
3
|
+
## Google cloud operations costs
|
|
4
|
+
|
|
5
|
+
<!--
|
|
6
|
+
* Present calculations with enough details to understand cost drivers.
|
|
7
|
+
* Presented a tiered table and show the cost for different volumes
|
|
8
|
+
* Include the cost for data in the data mesh
|
|
9
|
+
-->
|
|
10
|
+
|
|
11
|
+
## High-level cost drivers
|
|
12
|
+
|
|
13
|
+
<!--
|
|
14
|
+
* Identity the high-level cost drivers suitable to base pricing on,
|
|
15
|
+
for example number or stores, transactions, users, etc.
|
|
16
|
+
* Explain high-level cost drivers and how they correlate to the operational
|
|
17
|
+
cost drivers in GCP, for example GKE, databases, storage, traffic, etc.
|
|
18
|
+
-->
|
|
@@ -11,6 +11,7 @@ workspace {
|
|
|
11
11
|
app = container "Mobile App" "An Android app to track prices" "React Native"
|
|
12
12
|
db = container "Database" "User profile data" "CouchDB" "Database"
|
|
13
13
|
bff = container "App Backend" "Backend for the app" "Node JS"
|
|
14
|
+
topic = container "ptr.public.event.price-changed" "Topic for price changed events" "Cloud Pub/Sub" "Topic"
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
user -> app "Uses"
|
|
@@ -20,6 +21,7 @@ workspace {
|
|
|
20
21
|
bff -> db "Read/Write" "TCP"
|
|
21
22
|
bff -> search "Search" "HTTP, GraphQL"
|
|
22
23
|
bff -> priceRunner "Search" "HTTP"
|
|
24
|
+
bff -> topic "Publishes events" "Pub/Sub"
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
views {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-secret-manager
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.1"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
locals {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.31.8
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-notification-channels
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-notification-channels//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Here we specifify the Terraform Module which we will execute. We pin to a specific version.
|
|
2
2
|
terraform {
|
|
3
|
-
source = "github.com/extenda/tf-module-gcp-organization
|
|
3
|
+
source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v0.3.6"
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
# This dependency block is used to fetch outputs from the parent folder
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Here we specifify the Terraform Module which we will execute. We pin to a specific version.
|
|
2
2
|
terraform {
|
|
3
|
-
source = "github.com/extenda/tf-module-gcp-organization
|
|
3
|
+
source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v0.3.6"
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
# This dependency block is used to fetch outputs from the parent folder
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Here we specifify the Terraform Module which we will execute. We pin to a specific version.
|
|
2
2
|
terraform {
|
|
3
|
-
source = "github.com/extenda/tf-module-gcp-organization
|
|
3
|
+
source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v0.3.6"
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
# This dependency block is used to fetch outputs from the parent folder
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-bigquery"
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-bigquery"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-cloud-storage
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-cloud-storage//?ref=v1.7.2"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-monitoring
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-monitoring//?ref=v0.1.4"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
package/generators/resources/cloudsql/templates/monitoring/notification-channels/terragrunt.hcl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-notification-channels
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-notification-channels//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-sql-db//modules/mssql?ref=v4.0.0"
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-sql-db//modules/mssql?ref=v4.0.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -26,6 +26,8 @@ inputs = merge(
|
|
|
26
26
|
"private_network": "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.tribe_project_id}/global/networks/${local.project_vars.locals.network}",
|
|
27
27
|
"require_ssl": false
|
|
28
28
|
}
|
|
29
|
+
## Uncomment and apply it before destroy in case of necessary to delete the instance
|
|
30
|
+
# deletion_protection = false
|
|
29
31
|
user_labels = {
|
|
30
32
|
cc = local.common_vars.locals.cost_center
|
|
31
33
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-secret-manager
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
locals {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-sql-db//modules/mysql?ref=v4.0.0"
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-sql-db//modules/mysql?ref=v4.0.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -27,6 +27,8 @@ inputs = merge(
|
|
|
27
27
|
"private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.tribe_project_id}/global/networks/${local.project_vars.locals.network}",
|
|
28
28
|
"require_ssl" : false
|
|
29
29
|
}
|
|
30
|
+
## Uncomment and apply it before destroy in case of necessary to delete the instance
|
|
31
|
+
# deletion_protection = false
|
|
30
32
|
user_labels = {
|
|
31
33
|
cc = local.common_vars.locals.cost_center
|
|
32
34
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-secret-manager
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
include {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql?ref=v5.0.0"
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql?ref=v5.0.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -26,6 +26,8 @@ inputs = merge(
|
|
|
26
26
|
"private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.tribe_project_id}/global/networks/${local.project_vars.locals.network}",
|
|
27
27
|
"require_ssl" : false
|
|
28
28
|
}
|
|
29
|
+
## Uncomment and apply it before destroy in case of necessary to delete the instance
|
|
30
|
+
# deletion_protection = false
|
|
29
31
|
user_labels = {
|
|
30
32
|
cc = local.common_vars.locals.cost_center
|
|
31
33
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-secret-manager
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
include {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-mysql
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-mysql//?ref=v0.1.1"
|
|
5
5
|
|
|
6
6
|
before_hook "run_postgres_proxy" {
|
|
7
7
|
commands = ["apply", "plan"]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-secret-manager
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
include {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-postgresql
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-postgresql//?ref=v0.1.1"
|
|
5
5
|
|
|
6
6
|
before_hook "run_postgres_proxy" {
|
|
7
7
|
commands = ["apply", "plan"]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-secret-manager
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
include {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-elastic
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-elastic//?ref=v0.1.1"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-firestore
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-firestore//?ref=v0.1.1"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-monitoring
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-monitoring//?ref=v0.1.4"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
package/generators/resources/firestore/templates/monitoring/notification-channels/terragrunt.hcl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-notification-channels
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-notification-channels//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-kafka//kafka-connect-ccloud?ref=v0.1.3"
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-kafka//kafka-connect-ccloud?ref=v0.1.3"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-kafka//kafka-connect-ccloud?ref=v0.1.3"
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-kafka//kafka-connect-ccloud?ref=v0.1.3"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-kafka
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-kafka//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-kms
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-kms//?ref=v1.2.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-monitoring
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-monitoring//?ref=v0.1.4"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
package/generators/resources/memorystore/templates/monitoring/notification-channels/terragrunt.hcl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-notification-channels
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-notification-channels//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-memorystore
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-memorystore//?ref=v1.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-secret-manager
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
locals {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-monitoring
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-monitoring//?ref=v0.1.4"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-monitoring
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-monitoring//?ref=v0.1.4"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-monitoring
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-monitoring//?ref=v0.1.4"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-notification-channels
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-notification-channels//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
package/generators/resources/pubsub/templates/monitoring/notification-channels/terragrunt.hcl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-notification-channels
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-notification-channels//?ref=v0.1.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-monitoring
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-monitoring//?ref=v0.1.4"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-pubsub
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-pubsub//?ref=v2.0.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/extenda/tf-module-gcp-scheduler
|
|
4
|
+
source = "git::https://github.com/extenda/tf-module-gcp-scheduler//?ref=v0.1.1"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-cloud-nat
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-cloud-nat//?ref=v2.0.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-kubernetes-engine//modules/beta-private-cluster?ref=
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-kubernetes-engine//modules/beta-private-cluster?ref=v13.0.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
|
|
2
2
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
3
3
|
terraform {
|
|
4
|
-
source = "github.com/terraform-google-modules/terraform-google-network
|
|
4
|
+
source = "git::https://github.com/terraform-google-modules/terraform-google-network//?ref=v3.3.0"
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
# Include all settings from the root terragrunt.hcl file
|