You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/full_stack_deployment/main.tf
+23-27Lines changed: 23 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ terraform {
20
20
}
21
21
}
22
22
23
-
// *** Requirement***: Various variables used throughout the example.
23
+
# *** Requirement***: Various variables used throughout the example.
24
24
locals {
25
25
dct-key="<1.XXXX>"
26
26
dct-host="<DCT HOSTNAME>"
@@ -39,10 +39,10 @@ provider "delphix" {
39
39
}
40
40
41
41
42
-
// *** Requirement ***: This is an example only and will not work without significant modification and additional files.
43
-
// See the official documentation here for a full VM deployment: https://learn.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-terraform
44
-
// The VM creation terraform resource can be replaced with an equivalent resource GCP, AWS, VMWare, etc that's compatible with Delphix Continuous Data.
45
-
// Consult your organization's DevOps expert for guidance on how to provision a VM that's approved for your company.
42
+
# *** Requirement ***: This is an example only and will not work without significant modification and additional files.
43
+
# See the official documentation here for a full VM deployment: https://learn.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-terraform
44
+
# The VM creation terraform resource can be replaced with an equivalent resource GCP, AWS, VMWare, etc that's compatible with Delphix Continuous Data.
45
+
# Consult your organization's DevOps expert for guidance on how to provision a VM that's approved for your company.
0 commit comments