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: docs/docs/workflows/terraform-provider.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ This example shows how to set up a Constellation cluster with the reference IAM
34
34
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
35
35
</TabItem>
36
36
<TabItemvalue="azure"label="Azure">
37
-
When creating a cluster on Azure, you need to manually patch the policy of the MAA provider before creating the Constellation cluster, as this feature isn't available in Azure's Terraform provider yet. The Constellation CLI provides a utility for patching, but you
38
-
can also do it manually.
37
+
38
+
:::info
39
+
On SEV-SNP, you need to manually patch the policy of the MAA provider before creating the Constellation cluster, as this feature isn't available in Azure's Terraform provider yet. The Constellation CLI provides a utility for patching, but you can also do it manually.
39
40
40
41
```bash
41
42
terraform init
@@ -45,9 +46,7 @@ This example shows how to set up a Constellation cluster with the reference IAM
45
46
terraform apply -target constellation_cluster.azure_example # adjust resource path if not using the example configuration
46
47
```
47
48
48
-
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
49
-
50
-
Use the following policy if manually performing the patch.
49
+
Use the following policy if manually performing the patch.
51
50
52
51
```
53
52
version= 1.0;
@@ -67,7 +66,19 @@ This example shows how to set up a Constellation cluster with the reference IAM
67
66
};
68
67
```
69
68
69
+
:::
70
+
71
+
Initialize the providers and apply the configuration.
72
+
73
+
```bash
74
+
terraform init
75
+
terraform apply
76
+
```
77
+
78
+
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
79
+
70
80
</TabItem>
81
+
71
82
<TabItemvalue="gcp"label="GCP">
72
83
Initialize the providers and apply the configuration.
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-2.19/workflows/terraform-provider.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ This example shows how to set up a Constellation cluster with the reference IAM
34
34
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
35
35
</TabItem>
36
36
<TabItemvalue="azure"label="Azure">
37
-
When creating a cluster on Azure, you need to manually patch the policy of the MAA provider before creating the Constellation cluster, as this feature isn't available in Azure's Terraform provider yet. The Constellation CLI provides a utility for patching, but you
38
-
can also do it manually.
37
+
38
+
:::info
39
+
On SEV-SNP, you need to manually patch the policy of the MAA provider before creating the Constellation cluster, as this feature isn't available in Azure's Terraform provider yet. The Constellation CLI provides a utility for patching, but you can also do it manually.
39
40
40
41
```bash
41
42
terraform init
@@ -45,9 +46,7 @@ This example shows how to set up a Constellation cluster with the reference IAM
45
46
terraform apply -target constellation_cluster.azure_example # adjust resource path if not using the example configuration
46
47
```
47
48
48
-
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
49
-
50
-
Use the following policy if manually performing the patch.
49
+
Use the following policy if manually performing the patch.
51
50
52
51
```
53
52
version= 1.0;
@@ -67,7 +66,19 @@ This example shows how to set up a Constellation cluster with the reference IAM
67
66
};
68
67
```
69
68
69
+
:::
70
+
71
+
Initialize the providers and apply the configuration.
72
+
73
+
```bash
74
+
terraform init
75
+
terraform apply
76
+
```
77
+
78
+
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
79
+
70
80
</TabItem>
81
+
71
82
<TabItemvalue="gcp"label="GCP">
72
83
Initialize the providers and apply the configuration.
0 commit comments