Commit 819d7d0 1 parent 8b5be4a commit 819d7d0 Copy full SHA for 819d7d0
File tree 5 files changed +30
-0
lines changed
apps/core/priv/scaffolds/terraform/providers
5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,13 @@ terraform {
19
19
}
20
20
21
21
provider "azurerm" {
22
+ { { - if . Values.Context . skipProviderRegistration } }
23
+ features {
24
+
25
+ }
26
+ { { - else } }
22
27
features { }
28
+ { { - end } }
23
29
}
24
30
25
31
{ { if . Values.ClusterCreated } }
Original file line number Diff line number Diff line change @@ -19,7 +19,13 @@ terraform {
19
19
}
20
20
21
21
provider "azurerm" {
22
+ { { - if . Values.Context . skipProviderRegistration } }
23
+ features {
24
+ skip_provider_registration = true
25
+ }
26
+ { { - else } }
22
27
features { }
28
+ { { - end } }
23
29
}
24
30
25
31
{ { if . Values.ClusterCreated } }
Original file line number Diff line number Diff line change @@ -19,7 +19,13 @@ terraform {
19
19
}
20
20
21
21
provider "azurerm" {
22
+ { { - if . Values.Context . skipProviderRegistration } }
23
+ features {
24
+ skip_provider_registration = true
25
+ }
26
+ { { - else } }
22
27
features { }
28
+ { { - end } }
23
29
}
24
30
25
31
{ { if . Values.ClusterCreated } }
Original file line number Diff line number Diff line change @@ -19,7 +19,13 @@ terraform {
19
19
}
20
20
21
21
provider "azurerm" {
22
+ { { - if . Values.Context . skipProviderRegistration } }
23
+ features {
24
+ skip_provider_registration = true
25
+ }
26
+ { { - else } }
22
27
features { }
28
+ { { - end } }
23
29
}
24
30
25
31
{ { if . Values.ClusterCreated } }
Original file line number Diff line number Diff line change @@ -19,7 +19,13 @@ terraform {
19
19
}
20
20
21
21
provider "azurerm" {
22
+ { { - if . Values.Context . skipProviderRegistration } }
23
+ features {
24
+ skip_provider_registration = true
25
+ }
26
+ { { - else } }
22
27
features { }
28
+ { { - end } }
23
29
}
24
30
25
31
{ { if . Values.ClusterCreated } }
You can’t perform that action at this time.
0 commit comments