@@ -56,7 +56,7 @@ When upgrading to the latest beta release you may encounter one or more of the f
56
56
### polaris_azure_exocompute
57
57
Replacing the ` subscription_id ` field with the ` cloud_account_id ` field will result in the ` polaris_azure_exocompute `
58
58
resource being recreated, a diff similar to the following will be shown:
59
- ```
59
+ ``` hcl
60
60
# polaris_azure_exocompute.default must be replaced
61
61
-/+ resource "polaris_azure_exocompute" "default" {
62
62
+ cloud_account_id = "a677433c-954c-4af6-842e-0268c4a82a9f" # forces replacement
@@ -70,7 +70,7 @@ Apply the diff to recreate the resource and replace the field.
70
70
### polaris_azure_service_principal
71
71
Replacing the ` permissions_hash ` field with the ` permissions ` field will result in the resource being updated in-place,
72
72
a diff similar to the following will be shown:
73
- ```
73
+ ``` hcl
74
74
# polaris_azure_service_principal.default will be updated in-place
75
75
~ resource "polaris_azure_service_principal" "default" {
76
76
id = "6f35cc58-e1c9-445d-8bb0-a0e30dd53a40"
@@ -84,7 +84,7 @@ Apply the diff to replace the field.
84
84
### polaris_azure_subscription
85
85
Because of the new Azure resource group support, using the ` cloud_native_protection ` or ` exocompute ` fields will result
86
86
in a diff similar to the following:
87
- ```
87
+ ``` hcl
88
88
# polaris_azure_subscription.default will be updated in-place
89
89
~ resource "polaris_azure_subscription" "default" {
90
90
id = "f7b298c4-bf1d-4af4-900e-bf69ddfc6187"
0 commit comments