File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed
controlplane_rift_with_emr Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ module "tecton" {
35
35
tecton_control_plane_account_id = "987654321098" # Replace with Tecton's Control Plane Account ID
36
36
cross_account_external_id = "your-tecton-external-id" # Replace with the External ID from Tecton
37
37
}
38
+
39
+ output "tecton" {
40
+ value = module.tecton
41
+ }
38
42
```
39
43
40
44
### Steps to Deploy (when using this module)
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ module "tecton" {
43
43
# To enable EMR debugging for Tecton support (requires notebook_cluster_count = 1):
44
44
# emr_debugging_count = 1
45
45
}
46
+
47
+ output "tecton" {
48
+ value = module.tecton
49
+ }
46
50
```
47
51
48
52
### Steps to Deploy
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ module "tecton" {
47
47
tecton_control_plane_account_id = "987654321098" # Tecton's Control Plane Account ID
48
48
cross_account_external_id = "your-tecton-external-id" # External ID from Tecton
49
49
}
50
+
51
+ output "tecton" {
52
+ value = module.tecton
53
+ }
50
54
```
51
55
52
56
### Steps to Deploy (when using this module)
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ module "tecton" {
44
44
# Optional: For PrivateLink to Control Plane. Add _after_ deployment is complete and PrivateLink details are shared by Tecton
45
45
# tecton_vpce_service_name = "com.amazonaws.vpce.us-west-2.vpce-svc-xxxxxxxxxxxxxxxxx"
46
46
}
47
+
48
+ output "tecton" {
49
+ value = module.tecton
50
+ }
47
51
```
48
52
49
53
### Steps to Deploy (when using this module)
Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ module "tecton" {
46
46
# To enable EMR debugging for Tecton support (requires notebook_cluster_count = 1):
47
47
# emr_debugging_count = 1
48
48
}
49
+
50
+ output "tecton" {
51
+ value = module.tecton
52
+ }
49
53
```
50
54
51
55
### Steps to Deploy
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ module "tecton" {
44
44
# Optional: Enable Redis
45
45
# enable_redis = true
46
46
}
47
+
48
+ output "tecton" {
49
+ value = module.tecton
50
+ }
47
51
```
48
52
49
53
### Steps to Deploy
Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ module "rift" {
49
49
# use_network_firewall = true
50
50
# additional_allowed_egress_domains = ["example.com", "*.example.org"]
51
51
}
52
+
53
+ output "tecton" {
54
+ value = module.rift
55
+ }
52
56
```
53
57
54
58
### Steps to Deploy
You can’t perform that action at this time.
0 commit comments