Skip to content

Commit 8714a87

Browse files
Update TestRecord
1 parent fbbbe77 commit 8714a87

File tree

126 files changed

+4801
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+4801
-0
lines changed

quickstart/101-aci-linuxcontainer-public-ip/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 14 Sep 25 00:17 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 07 Sep 25 00:17 UTC
219

320
Success: true

quickstart/101-aks-cluster-windows/TestRecord.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
## 14 Sep 25 02:16 UTC
2+
3+
Success: false
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
Error:
15+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:96
16+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
17+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
18+
/src/test/e2e/quickstart_test.go:52
19+
Error: Received unexpected error:
20+
terraform configuration not idempotent:random_pet.azurerm_kubernetes_cluster_name: Refreshing state... [id=cluster-ruling-guinea]
21+
random_string.azurerm_kubernetes_cluster_node_pool: Refreshing state... [id=bybwge]
22+
random_pet.azurerm_kubernetes_cluster_dns_prefix: Refreshing state... [id=dns-super-cockatoo]
23+
random_pet.rg_name: Refreshing state... [id=rg-joint-racer]
24+
azurerm_resource_group.rg: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-joint-racer]
25+
azurerm_virtual_network.vnet: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-joint-racer/providers/Microsoft.Network/virtualNetworks/myvnet]
26+
azurerm_kubernetes_cluster.aks: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-joint-racer/providers/Microsoft.ContainerService/managedClusters/cluster-ruling-guinea]
27+
azurerm_kubernetes_cluster_node_pool.win: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-joint-racer/providers/Microsoft.ContainerService/managedClusters/cluster-ruling-guinea/agentPools/bybwge]
28+
29+
Terraform used the selected providers to generate the following execution
30+
plan. Resource actions are indicated with the following symbols:
31+
~ update in-place
32+
-/+ destroy and then create replacement
33+
34+
Terraform will perform the following actions:
35+
36+
 # azurerm_kubernetes_cluster.aks will be updated in-place
37+
 ~ resource "azurerm_kubernetes_cluster" "aks" {
38+
id = "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-joint-racer/providers/Microsoft.ContainerService/managedClusters/cluster-ruling-guinea"
39+
name = "cluster-ruling-guinea"
40+
tags = {}
41+
# (36 unchanged attributes hidden)
42+
43+
~ default_node_pool {
44+
name = "agentpool"
45+
tags = {}
46+
# (33 unchanged attributes hidden)
47+
48+
- upgrade_settings {
49+
- drain_timeout_in_minutes = 0 -> null
50+
- max_surge = "10%" -> null
51+
- node_soak_duration_in_minutes = 0 -> null
52+
}
53+
}
54+
55+
# (4 unchanged blocks hidden)
56+
}
57+
58+
 # azurerm_kubernetes_cluster_node_pool.win must be replaced
59+
-/+ resource "azurerm_kubernetes_cluster_node_pool" "win" {
60+
- custom_ca_trust_enabled = false -> null
61+
- enable_auto_scaling = false -> null
62+
- enable_host_encryption = false -> null
63+
- enable_node_public_ip = false -> null
64+
- fips_enabled = false -> null
65+
~ id = "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-joint-racer/providers/Microsoft.ContainerService/managedClusters/cluster-ruling-guinea/agentPools/bybwge" -> (known after apply)
66+
~ kubelet_disk_type = "OS" -> (known after apply)
67+
- max_count = 0 -> null
68+
~ max_pods = 30 -> (known after apply)
69+
- min_count = 0 -> null
70+
name = "bybwge"
71+
~ node_labels = {} -> (known after apply)
72+
- node_taints = [] -> null
73+
~ orchestrator_version = "1.32" -> (known after apply)
74+
~ os_disk_size_gb = 128 -> (known after apply)
75+
~ os_sku = "Windows2022" -> (known after apply)
76+
- tags = {} -> null
77+
- vnet_subnet_id = "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-joint-racer/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet1" -> null # forces replacement
78+
- zones = [] -> null
79+
# (17 unchanged attributes hidden)
80+
81+
- upgrade_settings {
82+
- drain_timeout_in_minutes = 0 -> null
83+
- max_surge = "10%" -> null
84+
- node_soak_duration_in_minutes = 0 -> null
85+
}
86+
}
87+
88+
Plan: 1 to add, 1 to change, 1 to destroy.
89+

90+
─────────────────────────────────────────────────────────────────────────────
91+
92+
Saved the plan to:
93+
/tmp/101-aks-cluster-windows1997246029/src/quickstart/101-aks-cluster-windows/tf.plan
94+
95+
To perform exactly these actions, run the following command to apply:
96+
terraform apply "/tmp/101-aks-cluster-windows1997246029/src/quickstart/101-aks-cluster-windows/tf.plan"
97+
Test: Test_Quickstarts/quickstart/101-aks-cluster-windows
98+
99+
FailNow
100+
101+
---
102+
1103
## 07 Sep 25 02:04 UTC
2104

3105
Success: false

quickstart/101-aks-extended-zones/TestRecord.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
## 14 Sep 25 01:57 UTC
2+
3+
Success: false
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/azure/azapi v2.0.1
10+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
11+
+ provider registry.terraform.io/hashicorp/random v3.7.2
12+
13+
### Error
14+
15+
Error:
16+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/gruntwork-io/[email protected]/modules/terraform/apply.go:34
17+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:111
18+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:91
19+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
20+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
21+
/src/test/e2e/quickstart_test.go:52
22+
Error: Received unexpected error:
23+
FatalError{Underlying: error while running command: exit status 1; ╷
24+
│ Error: Failed to create/update resource
25+
│ 
26+
│  with azapi_resource.aks,
27+
│  on main.tf line 18, in resource "azapi_resource" "aks":
28+
│  18: resource "azapi_resource" "aks" {
29+
│ 
30+
│ creating/updating Resource: (ResourceId
31+
│ "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-superb-calf/providers/Microsoft.ContainerService/ManagedClusters/cluster-refined-jackal"
32+
│ / Api Version "2024-05-01"): PUT
33+
│ https://management.azure.com/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-superb-calf/providers/Microsoft.ContainerService/ManagedClusters/cluster-refined-jackal
34+
│ --------------------------------------------------------------------------------
35+
│ RESPONSE 400: 400 Bad Request
36+
│ ERROR CODE: K8sVersionNotSupported
37+
│ --------------------------------------------------------------------------------
38+
│ {
39+
│  "code": "K8sVersionNotSupported",
40+
│  "details": null,
41+
│  "message": "Managed cluster cluster-refined-jackal is on version 1.29.15, which is only available for Long-Term Support (LTS). If you intend to onboard to LTS, please ensure the cluster is in Premium tier and LTS support plan (see https://aka.ms/aks/enable-lts). Otherwise, use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list",
42+
│  "subcode": ""
43+
│ }
44+
│ --------------------------------------------------------------------------------
45+
│ 
46+
╵}
47+
Test: Test_Quickstarts/quickstart/101-aks-extended-zones
48+
49+
FailNow
50+
51+
---
52+
153
## 07 Sep 25 01:51 UTC
254

355
Success: false

quickstart/101-aks-fleet-hubless/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 14 Sep 25 01:59 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v4.44.0
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 07 Sep 25 01:50 UTC
219

320
Success: true

quickstart/101-aks-standard-lb-and-vmss/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 14 Sep 25 02:03 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 07 Sep 25 02:00 UTC
219

320
Success: true

quickstart/101-analysis-services-create/TestRecord.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## 14 Sep 25 01:54 UTC
2+
3+
Success: false
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
Error:
15+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/gruntwork-io/[email protected]/modules/terraform/apply.go:34
16+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:111
17+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:91
18+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
19+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
20+
/src/test/e2e/quickstart_test.go:52
21+
Error: Received unexpected error:
22+
FatalError{Underlying: error while running command: exit status 1; ╷
23+
│ Error: creating Server (Subscription: "f7a632a5-49db-4c5e-9828-cd62cb753971"
24+
│ Resource Group Name: "rg-funky-badger"
25+
│ Server Name: "zzvjswgkpsrepdtwowekmjphl"): performing Create: unexpected status 400 (400 Bad Request) with error: BadRequest: Firewall settings to enable Power BI Service can be specified only if firewall rules are specified and vice versa.
26+
│ 
27+
│  with azurerm_analysis_services_server.server,
28+
│  on main.tf line 17, in resource "azurerm_analysis_services_server" "server":
29+
│  17: resource "azurerm_analysis_services_server" "server" {
30+
│ 
31+
╵}
32+
Test: Test_Quickstarts/quickstart/101-analysis-services-create
33+
34+
FailNow
35+
36+
---
37+
138
## 07 Sep 25 01:49 UTC
239

340
Success: false

quickstart/101-app-configuration-store-kv/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 14 Sep 25 01:56 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 07 Sep 25 01:48 UTC
219

320
Success: true

quickstart/101-app-service-app-deploy/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 14 Sep 25 01:55 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 07 Sep 25 01:51 UTC
219

320
Success: true

0 commit comments

Comments
 (0)