Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c17fdd146 | |||
| b78468a5f9 | |||
| cac713bdbe | |||
| 97bb7ed715 | |||
| e804ce599d | |||
| a78c75da3d | |||
| b59771f09e | |||
| bd1b747d29 | |||
| fca54cd397 | |||
| ffbe69fb79 | |||
| 9fc000d897 | |||
| d1ad69c2a8 | |||
| d412c1b1e1 |
@@ -51,5 +51,6 @@ jobs:
|
|||||||
export ARM_SUBSCRIPTION_ID=${{ secrets.ARM_SUBSCRIPTION_ID }}
|
export ARM_SUBSCRIPTION_ID=${{ secrets.ARM_SUBSCRIPTION_ID }}
|
||||||
export ARM_TENANT_ID=${{ secrets.ARM_TENANT_ID }}
|
export ARM_TENANT_ID=${{ secrets.ARM_TENANT_ID }}
|
||||||
export ARM_CLIENT_ID=${{ secrets.ARM_CLIENT_ID }}
|
export ARM_CLIENT_ID=${{ secrets.ARM_CLIENT_ID }}
|
||||||
|
export PACKER_VERSION=${{ vars.PACKER_VERSION }}
|
||||||
export CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
|
export CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
|
||||||
docker run --rm -v $(pwd):/src -w /src/test --network=host -e ARM_SUBSCRIPTION_ID -e ARM_TENANT_ID -e ARM_CLIENT_ID -e ARM_OIDC_REQUEST_TOKEN -e ARM_OIDC_REQUEST_URL -e ARM_USE_OIDC=true -e CHANGED_FOLDERS mcr.microsoft.com/azterraform:latest sh -c "pkenv install 1.10.2 && go mod tidy && go test -timeout=360m -v ./e2e"
|
docker run --rm -v $(pwd):/src -w /src/test --network=host -e ARM_SUBSCRIPTION_ID -e ARM_TENANT_ID -e ARM_CLIENT_ID -e ARM_OIDC_REQUEST_TOKEN -e ARM_OIDC_REQUEST_URL -e ARM_USE_OIDC=true -e CHANGED_FOLDERS mcr.microsoft.com/azterraform:latest sh -c "pkenv install $PACKER_VERSION && go mod tidy && go test -timeout=360m -v ./e2e"
|
||||||
@@ -6,6 +6,7 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
contents: write
|
contents: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
full-e2e-check:
|
full-e2e-check:
|
||||||
@@ -26,7 +27,8 @@ jobs:
|
|||||||
export ARM_SUBSCRIPTION_ID=${{ secrets.ARM_SUBSCRIPTION_ID }}
|
export ARM_SUBSCRIPTION_ID=${{ secrets.ARM_SUBSCRIPTION_ID }}
|
||||||
export ARM_TENANT_ID=${{ secrets.ARM_TENANT_ID }}
|
export ARM_TENANT_ID=${{ secrets.ARM_TENANT_ID }}
|
||||||
export ARM_CLIENT_ID=${{ secrets.ARM_CLIENT_ID_CRONTEST }}
|
export ARM_CLIENT_ID=${{ secrets.ARM_CLIENT_ID_CRONTEST }}
|
||||||
docker run --rm -v $(pwd):/src -w /src/test --network=host -e ARM_SUBSCRIPTION_ID -e ARM_CLIENT_ID -e ARM_TENANT_ID -e ARM_OIDC_REQUEST_TOKEN -e ARM_OIDC_REQUEST_URL -e ARM_USE_OIDC=true -e CHANGED_FOLDERS mcr.microsoft.com/azterraform sh -c "go mod tidy && go test -timeout=1440m -parallel 10 -v ./e2e"
|
export PACKER_VERSION=${{ vars.PACKER_VERSION }}
|
||||||
|
docker run --rm -v $(pwd):/src -w /src/test --network=host -e ARM_SUBSCRIPTION_ID -e ARM_CLIENT_ID -e ARM_TENANT_ID -e ARM_OIDC_REQUEST_TOKEN -e ARM_OIDC_REQUEST_URL -e ARM_USE_OIDC=true -e CHANGED_FOLDERS mcr.microsoft.com/azterraform sh -c "pkenv install $PACKER_VERSION && go mod tidy && go test -timeout=1440m -parallel 10 -v ./e2e"
|
||||||
- name: Update
|
- name: Update
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v $(pwd):/src -w /src mcr.microsoft.com/azterraform sh scripts/update-test-record.sh
|
docker run --rm -v $(pwd):/src -w /src mcr.microsoft.com/azterraform sh scripts/update-test-record.sh
|
||||||
@@ -38,4 +40,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
message: 'Update TestRecord'
|
message: 'Update TestRecord'
|
||||||
branch: ${{ env.default_branch }}
|
branch: ${{ env.default_branch }}
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:04 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:51 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 05:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:51 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:07 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:51 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:03 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:08 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:01 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:51 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:59 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:00 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:51 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:58 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:58 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 04:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:53 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 04:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:53 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ terraform {
|
|||||||
}
|
}
|
||||||
azurerm = {
|
azurerm = {
|
||||||
source = "hashicorp/azurerm"
|
source = "hashicorp/azurerm"
|
||||||
version = "~>2.0"
|
version = "~>3.0"
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 04:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.1.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.1.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.1.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:52 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.1.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:52 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v0.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:30 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:39 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:50 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:02 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:17 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:18 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:30 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:52 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:36 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:00 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 04:27 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.1
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.1
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.1
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 04:28 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.1
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.1
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.1
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azuread v3.0.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:30 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:52 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:32 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:58 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:24 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:52 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:28 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:57 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:27 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:05 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:11 UTC
|
## 22 Sep 24 00:11 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:23 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:06 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 05:41 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 09:03 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 06:08 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:16 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 10:33 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 06:06 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:16 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 10:31 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 06:06 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 10:30 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 06:06 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 10:27 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:58 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:21 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:51 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:13 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:48 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:11 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:21 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:42 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:48 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:10 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.1.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:13 UTC
|
## 22 Sep 24 00:13 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:41 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:04 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:50 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:48 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:16 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:46 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:08 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:27 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:53 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:53 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:16 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:35 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:00 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:37 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:01 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:30 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:55 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:34 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:57 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:30 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:54 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:29 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:51 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:28 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:47 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:51 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:12 UTC
|
## 22 Sep 24 00:12 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:04 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:50 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 04:48 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:16 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:40 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:38 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:30 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:33 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:29 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:40 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:33 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:38 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:31 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:29 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:28 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:30 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:27 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:25 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:22 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:27 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:23 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:26 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:46 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:22 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:15 UTC
|
## 22 Sep 24 00:15 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:26 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:22 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:25 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:57 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:25 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:24 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/helm v2.9.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/helm v2.9.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/helm v2.9.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:50 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/helm v2.9.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:25 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.4.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:23 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/kubernetes v2.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.3.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/kubernetes v2.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.3.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/kubernetes v2.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.3.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:38 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/kubernetes v2.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.3.2
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:26 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:56 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:42 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:56 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:07 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 08:21 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,63 @@
|
|||||||
|
## 29 Sep 24 03:11 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:23 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:14 UTC
|
## 22 Sep 24 00:14 UTC
|
||||||
|
|
||||||
Success: true
|
Success: true
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:13 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:24 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:09 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:45 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:29 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:08 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:25 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:20 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:13 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:23 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:13 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:22 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v4.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:24 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:34 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,79 @@
|
|||||||
|
## 29 Sep 24 03:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/time v0.9.1
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/time v0.9.1
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/time v0.9.1
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:23 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/time v0.9.1
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:02 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/orobix/azureml v0.0.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/orobix/azureml v0.0.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/orobix/azureml v0.0.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:14 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.0.2
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/orobix/azureml v0.0.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:20 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:07 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:14 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:22 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,75 @@
|
|||||||
|
## 29 Sep 24 03:10 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:16 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/azure/azapi v1.15.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:02 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:12 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:08 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.32.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/http v3.4.5
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,79 @@
|
|||||||
|
## 29 Sep 24 03:10 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/local v2.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:44 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/local v2.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/local v2.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:14 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/local v2.3.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
+ provider registry.terraform.io/hashicorp/tls v4.0.4
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:53 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:14 UTC
|
||||||
|
|
||||||
|
Success: true
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:07 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:10 UTC
|
## 22 Sep 24 00:10 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 04:42 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:07 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:15 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v3.116.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/random v3.6.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
azurerm = {
|
azurerm = {
|
||||||
source = "hashicorp/azurerm"
|
source = "hashicorp/azurerm"
|
||||||
version = ">=2.78.0, <3.0"
|
version = "~> 3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
azureml = {
|
azureml = {
|
||||||
@@ -12,14 +12,18 @@ terraform {
|
|||||||
version = "0.0.5"
|
version = "0.0.5"
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
version = "3.6.0"
|
version = "3.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "azurerm" {
|
provider "azurerm" {
|
||||||
features {}
|
features {
|
||||||
|
resource_group {
|
||||||
|
prevent_deletion_if_contains_resources = false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
data "azurerm_client_config" "current" {}
|
data "azurerm_client_config" "current" {}
|
||||||
|
|||||||
+6
-2
@@ -4,7 +4,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
azurerm = {
|
azurerm = {
|
||||||
source = "hashicorp/azurerm"
|
source = "hashicorp/azurerm"
|
||||||
version = ">=2.78.0, <3.0"
|
version = "~> 3.0"
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
@@ -14,5 +14,9 @@ terraform {
|
|||||||
}
|
}
|
||||||
|
|
||||||
provider "azurerm" {
|
provider "azurerm" {
|
||||||
features {}
|
features {
|
||||||
|
resource_group {
|
||||||
|
prevent_deletion_if_contains_resources = false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -21,12 +21,12 @@ resource "azurerm_key_vault" "default" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_storage_account" "default" {
|
resource "azurerm_storage_account" "default" {
|
||||||
name = "st${var.name}${var.environment}"
|
name = "st${var.name}${var.environment}"
|
||||||
location = azurerm_resource_group.default.location
|
location = azurerm_resource_group.default.location
|
||||||
resource_group_name = azurerm_resource_group.default.name
|
resource_group_name = azurerm_resource_group.default.name
|
||||||
account_tier = "Standard"
|
account_tier = "Standard"
|
||||||
account_replication_type = "GRS"
|
account_replication_type = "GRS"
|
||||||
allow_blob_public_access = false
|
public_network_access_enabled = false
|
||||||
|
|
||||||
network_rules {
|
network_rules {
|
||||||
default_action = "Deny"
|
default_action = "Deny"
|
||||||
@@ -155,7 +155,7 @@ resource "azurerm_private_endpoint" "mlw_ple" {
|
|||||||
subnet_id = data.azurerm_subnet.ml.id
|
subnet_id = data.azurerm_subnet.ml.id
|
||||||
|
|
||||||
private_dns_zone_group {
|
private_dns_zone_group {
|
||||||
name = "private-dns-zone-group"
|
name = "private-dns-zone-group"
|
||||||
private_dns_zone_ids = [
|
private_dns_zone_ids = [
|
||||||
var.privatelink_api_azureml_ms_resource_id,
|
var.privatelink_api_azureml_ms_resource_id,
|
||||||
var.privatelink_notebooks_azure_net_resource_id
|
var.privatelink_notebooks_azure_net_resource_id
|
||||||
|
|||||||
@@ -1,3 +1,830 @@
|
|||||||
|
## 29 Sep 24 03:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
|
||||||
|
Warning: Quoted references are deprecated
|
||||||
|
|
||||||
|
on aks.tf line 6, in resource "azurerm_kubernetes_cluster" "default":
|
||||||
|
6: depends_on = ["azurerm_role_assignment.default"]
|
||||||
|
|
||||||
|
In this context, references are expected literally rather than in quotes.
|
||||||
|
Terraform 0.11 and earlier required quotes, but quoted references are now
|
||||||
|
deprecated and will be removed in a future version of Terraform. Remove the
|
||||||
|
quotes surrounding this reference to silence this warning.
|
||||||
|
|
||||||
|
(and 5 more similar warnings elsewhere)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
|
||||||
|
Warning: Quoted references are deprecated
|
||||||
|
|
||||||
|
on aks.tf line 6, in resource "azurerm_kubernetes_cluster" "default":
|
||||||
|
6: depends_on = ["azurerm_role_assignment.default"]
|
||||||
|
|
||||||
|
In this context, references are expected literally rather than in quotes.
|
||||||
|
Terraform 0.11 and earlier required quotes, but quoted references are now
|
||||||
|
deprecated and will be removed in a future version of Terraform. Remove the
|
||||||
|
quotes surrounding this reference to silence this warning.
|
||||||
|
|
||||||
|
(and 5 more similar warnings elsewhere)
|
||||||
|
|
||||||
|
Error: Terraform encountered problems during initialisation, including problems
|
||||||
|
with the configuration, described below.
|
||||||
|
|
||||||
|
The Terraform configuration must be valid before initialization so that
|
||||||
|
Terraform can determine which modules and providers need to be installed.
|
||||||
|
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 3, in variable "name":
|
||||||
|
3: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 3, in variable "name":
|
||||||
|
3: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 9, in variable "environment":
|
||||||
|
9: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 9, in variable "environment":
|
||||||
|
9: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 17, in variable "location":
|
||||||
|
17: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 17, in variable "location":
|
||||||
|
17: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 25, in variable "node_count":
|
||||||
|
25: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 25, in variable "node_count":
|
||||||
|
25: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 31, in variable "node_type":
|
||||||
|
31: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 31, in variable "node_type":
|
||||||
|
31: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 37, in variable "node_os":
|
||||||
|
37: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 37, in variable "node_os":
|
||||||
|
37: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 43, in variable "dns_prefix":
|
||||||
|
43: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 43, in variable "dns_prefix":
|
||||||
|
43: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 51, in variable "vnet_address_space":
|
||||||
|
51: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 51, in variable "vnet_address_space":
|
||||||
|
51: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 57, in variable "vnet_aks_subnet_space":
|
||||||
|
57: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 57, in variable "vnet_aks_subnet_space":
|
||||||
|
57: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 63, in variable "vnet_ingress_subnet_space":
|
||||||
|
63: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 63, in variable "vnet_ingress_subnet_space":
|
||||||
|
63: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 69, in variable "vnet_gateway_subnet_space":
|
||||||
|
69: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 69, in variable "vnet_gateway_subnet_space":
|
||||||
|
69: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 75, in variable "ingress_load_balancer_ip":
|
||||||
|
75: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 75, in variable "ingress_load_balancer_ip":
|
||||||
|
75: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 82, in variable "gateway_instance_count":
|
||||||
|
82: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 82, in variable "gateway_instance_count":
|
||||||
|
82: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
|
||||||
|
Error: Terraform encountered problems during initialisation, including problems
|
||||||
|
with the configuration, described below.
|
||||||
|
|
||||||
|
|
||||||
|
The Terraform configuration must be valid before initialization so that
|
||||||
|
Terraform can determine which modules and providers need to be installed.
|
||||||
|
|
||||||
|
Warning: Quoted references are deprecated
|
||||||
|
|
||||||
|
on aks.tf line 6, in resource "azurerm_kubernetes_cluster" "default":
|
||||||
|
6: depends_on = ["azurerm_role_assignment.default"]
|
||||||
|
|
||||||
|
In this context, references are expected literally rather than in quotes.
|
||||||
|
Terraform 0.11 and earlier required quotes, but quoted references are now
|
||||||
|
deprecated and will be removed in a future version of Terraform. Remove the
|
||||||
|
quotes surrounding this reference to silence this warning.
|
||||||
|
|
||||||
|
(and 5 more similar warnings elsewhere)
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 3, in variable "name":
|
||||||
|
3: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 3, in variable "name":
|
||||||
|
3: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 9, in variable "environment":
|
||||||
|
9: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 9, in variable "environment":
|
||||||
|
9: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 17, in variable "location":
|
||||||
|
17: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 17, in variable "location":
|
||||||
|
17: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 25, in variable "node_count":
|
||||||
|
25: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 25, in variable "node_count":
|
||||||
|
25: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 31, in variable "node_type":
|
||||||
|
31: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 31, in variable "node_type":
|
||||||
|
31: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 37, in variable "node_os":
|
||||||
|
37: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 37, in variable "node_os":
|
||||||
|
37: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 43, in variable "dns_prefix":
|
||||||
|
43: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 43, in variable "dns_prefix":
|
||||||
|
43: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 51, in variable "vnet_address_space":
|
||||||
|
51: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 51, in variable "vnet_address_space":
|
||||||
|
51: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 57, in variable "vnet_aks_subnet_space":
|
||||||
|
57: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 57, in variable "vnet_aks_subnet_space":
|
||||||
|
57: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 63, in variable "vnet_ingress_subnet_space":
|
||||||
|
63: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 63, in variable "vnet_ingress_subnet_space":
|
||||||
|
63: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 69, in variable "vnet_gateway_subnet_space":
|
||||||
|
69: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 69, in variable "vnet_gateway_subnet_space":
|
||||||
|
69: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 75, in variable "ingress_load_balancer_ip":
|
||||||
|
75: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 75, in variable "ingress_load_balancer_ip":
|
||||||
|
75: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 82, in variable "gateway_instance_count":
|
||||||
|
82: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 82, in variable "gateway_instance_count":
|
||||||
|
82: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 07:05 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
|
||||||
|
Warning: Quoted references are deprecated
|
||||||
|
|
||||||
|
on aks.tf line 6, in resource "azurerm_kubernetes_cluster" "default":
|
||||||
|
6: depends_on = ["azurerm_role_assignment.default"]
|
||||||
|
|
||||||
|
In this context, references are expected literally rather than in quotes.
|
||||||
|
Terraform 0.11 and earlier required quotes, but quoted references are now
|
||||||
|
deprecated and will be removed in a future version of Terraform. Remove the
|
||||||
|
quotes surrounding this reference to silence this warning.
|
||||||
|
|
||||||
|
(and 5 more similar warnings elsewhere)
|
||||||
|
|
||||||
|
Error: Terraform encountered problems during initialisation, including problems
|
||||||
|
with the configuration, described below.
|
||||||
|
|
||||||
|
The Terraform configuration must be valid before initialization so that
|
||||||
|
Terraform can determine which modules and providers need to be installed.
|
||||||
|
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 3, in variable "name":
|
||||||
|
3: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 3, in variable "name":
|
||||||
|
3: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 9, in variable "environment":
|
||||||
|
9: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 9, in variable "environment":
|
||||||
|
9: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 17, in variable "location":
|
||||||
|
17: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 17, in variable "location":
|
||||||
|
17: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 25, in variable "node_count":
|
||||||
|
25: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 25, in variable "node_count":
|
||||||
|
25: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 31, in variable "node_type":
|
||||||
|
31: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 31, in variable "node_type":
|
||||||
|
31: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 37, in variable "node_os":
|
||||||
|
37: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 37, in variable "node_os":
|
||||||
|
37: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 43, in variable "dns_prefix":
|
||||||
|
43: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 43, in variable "dns_prefix":
|
||||||
|
43: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 51, in variable "vnet_address_space":
|
||||||
|
51: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 51, in variable "vnet_address_space":
|
||||||
|
51: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 57, in variable "vnet_aks_subnet_space":
|
||||||
|
57: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 57, in variable "vnet_aks_subnet_space":
|
||||||
|
57: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 63, in variable "vnet_ingress_subnet_space":
|
||||||
|
63: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 63, in variable "vnet_ingress_subnet_space":
|
||||||
|
63: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 69, in variable "vnet_gateway_subnet_space":
|
||||||
|
69: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 69, in variable "vnet_gateway_subnet_space":
|
||||||
|
69: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 75, in variable "ingress_load_balancer_ip":
|
||||||
|
75: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 75, in variable "ingress_load_balancer_ip":
|
||||||
|
75: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 82, in variable "gateway_instance_count":
|
||||||
|
82: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
Error: Invalid quoted type constraints
|
||||||
|
|
||||||
|
on variables.tf line 82, in variable "gateway_instance_count":
|
||||||
|
82: type = "string"
|
||||||
|
|
||||||
|
Terraform 0.11 and earlier required type constraints to be given in quotes,
|
||||||
|
but that form is now deprecated and will be removed in a future version of
|
||||||
|
Terraform. Remove the quotes around "string".
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,71 @@
|
|||||||
|
## 29 Sep 24 03:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/null v3.2.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/null v3.2.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:11 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/null v3.2.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
+ provider registry.terraform.io/hashicorp/null v3.2.3
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,67 @@
|
|||||||
|
## 29 Sep 24 03:10 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.99.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,113 @@
|
|||||||
|
## 29 Sep 24 03:02 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
Initializing provider plugins...
|
||||||
|
- Finding latest version of telemaco019/azureml...
|
||||||
|
- Finding hashicorp/azurerm versions matching "2.78.0"...
|
||||||
|
- Finding latest version of hashicorp/random...
|
||||||
|
- Installing telemaco019/azureml v0.0.5...
|
||||||
|
- Installing hashicorp/azurerm v2.78.0...
|
||||||
|
- Installed hashicorp/azurerm v2.78.0 (signed by HashiCorp)
|
||||||
|
- Installing hashicorp/random v3.6.3...
|
||||||
|
- Installed hashicorp/random v3.6.3 (signed by HashiCorp)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
Initializing provider plugins...
|
||||||
|
- Finding hashicorp/azurerm versions matching "2.78.0"...
|
||||||
|
- Finding latest version of telemaco019/azureml...
|
||||||
|
- Finding latest version of hashicorp/random...
|
||||||
|
- Installing hashicorp/azurerm v2.78.0...
|
||||||
|
- Installed hashicorp/azurerm v2.78.0 (signed by HashiCorp)
|
||||||
|
- Installing telemaco019/azureml v0.0.5...
|
||||||
|
- Installing hashicorp/random v3.6.3...
|
||||||
|
- Installed hashicorp/random v3.6.3 (signed by HashiCorp)
|
||||||
|
|
||||||
|
Error: Failed to install provider
|
||||||
|
|
||||||
|
Error while installing telemaco019/azureml v0.0.5: checksum list has no
|
||||||
|
SHA-256 hash for
|
||||||
|
"https://github.com/orobix/terraform-provider-azureml/releases/download/v0.0.5/terraform-provider-azureml_0.0.5_linux_amd64.zip"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
Initializing provider plugins...
|
||||||
|
- Finding latest version of hashicorp/random...
|
||||||
|
- Finding hashicorp/azurerm versions matching "2.78.0"...
|
||||||
|
- Finding latest version of telemaco019/azureml...
|
||||||
|
- Installing telemaco019/azureml v0.0.5...
|
||||||
|
- Installing hashicorp/random v3.6.3...
|
||||||
|
- Installed hashicorp/random v3.6.3 (signed by HashiCorp)
|
||||||
|
- Installing hashicorp/azurerm v2.78.0...
|
||||||
|
- Installed hashicorp/azurerm v2.78.0 (signed by HashiCorp)
|
||||||
|
|
||||||
|
Error: Failed to install provider
|
||||||
|
|
||||||
|
Error while installing telemaco019/azureml v0.0.5: checksum list has no
|
||||||
|
SHA-256 hash for
|
||||||
|
"https://github.com/orobix/terraform-provider-azureml/releases/download/v0.0.5/terraform-provider-azureml_0.0.5_linux_amd64.zip"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
Initializing the backend...
|
||||||
|
Initializing provider plugins...
|
||||||
|
- Finding hashicorp/azurerm versions matching "2.78.0"...
|
||||||
|
- Finding latest version of telemaco019/azureml...
|
||||||
|
- Finding latest version of hashicorp/random...
|
||||||
|
- Installing telemaco019/azureml v0.0.5...
|
||||||
|
- Installing hashicorp/random v3.6.3...
|
||||||
|
- Installed hashicorp/random v3.6.3 (signed by HashiCorp)
|
||||||
|
- Installing hashicorp/azurerm v2.78.0...
|
||||||
|
- Installed hashicorp/azurerm v2.78.0 (signed by HashiCorp)
|
||||||
|
|
||||||
|
Error: Failed to install provider
|
||||||
|
|
||||||
|
Error while installing telemaco019/azureml v0.0.5: checksum list has no
|
||||||
|
SHA-256 hash for
|
||||||
|
"https://github.com/orobix/terraform-provider-azureml/releases/download/v0.0.5/terraform-provider-azureml_0.0.5_linux_amd64.zip"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
@@ -1,3 +1,67 @@
|
|||||||
|
## 29 Sep 24 03:02 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.56.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 02:43 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.56.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 29 Sep 24 00:09 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.56.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 27 Sep 24 06:49 UTC
|
||||||
|
|
||||||
|
Success: false
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
Terraform v1.9.3
|
||||||
|
on linux_amd64
|
||||||
|
+ provider registry.terraform.io/hashicorp/azurerm v2.56.0
|
||||||
|
|
||||||
|
### Error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 22 Sep 24 00:09 UTC
|
## 22 Sep 24 00:09 UTC
|
||||||
|
|
||||||
Success: false
|
Success: false
|
||||||
|
|||||||
Reference in New Issue
Block a user