Skip to content

Commit

Permalink
Update TestVersionSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 7, 2024
1 parent c556937 commit 46f1017
Show file tree
Hide file tree
Showing 9 changed files with 148 additions and 6 deletions.
29 changes: 29 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"image": "mcr.microsoft.com/azterraform:latest",

"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined",
"--init",
"--network=host"
],

"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
"source=${localEnv:HOME}${localEnv:USERPROFILE},target=/host-home-folder,type=bind,consistency=cached"
],
"customizations": {
"vscode": {
"settings": {
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"go.goroot": "/usr/local/go"
},
"extensions": [
"hashicorp.terraform",
"golang.Go"
]
}
}
}
19 changes: 19 additions & 0 deletions TestRecord/dapr/TestRecord.md.tmp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 07 Jul 24 00:41 UTC

Success: true

### Versions

Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/anschoewe/curl v1.0.2
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/random v3.6.2

### Error



---

## 30 Jun 24 00:42 UTC

Success: true
Expand Down
18 changes: 18 additions & 0 deletions TestRecord/startup/TestRecord.md.tmp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 07 Jul 24 00:52 UTC

Success: true

### Versions

Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/random v3.6.2

### Error



---

## 30 Jun 24 00:58 UTC

Success: true
Expand Down
21 changes: 21 additions & 0 deletions examples/acr/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 07 Jul 24 00:49 UTC

Success: true

### Versions

Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/anschoewe/curl v1.0.2
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/null v3.2.2
+ provider registry.terraform.io/hashicorp/random v3.6.2
+ provider registry.terraform.io/kreuzwerker/docker v3.0.2

### Error



---

## 30 Jun 24 00:49 UTC

Success: true
Expand Down
19 changes: 19 additions & 0 deletions examples/dapr/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 07 Jul 24 00:41 UTC

Success: true

### Versions

Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/anschoewe/curl v1.0.2
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/random v3.6.2

### Error



---

## 30 Jun 24 00:42 UTC

Success: true
Expand Down
6 changes: 3 additions & 3 deletions examples/dapr/TestRecord.md.tmp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 30 Jun 24 00:42 UTC
## 07 Jul 24 00:41 UTC

Success: true

Expand All @@ -7,8 +7,8 @@ Success: true
Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/anschoewe/curl v1.0.2
+ provider registry.terraform.io/azure/modtm v0.2.0
+ provider registry.terraform.io/hashicorp/azurerm v3.110.0
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/random v3.6.2

### Error
Expand Down
18 changes: 18 additions & 0 deletions examples/init-container/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 07 Jul 24 00:59 UTC

Success: true

### Versions

Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/random v3.6.2

### Error



---

## 30 Jun 24 00:52 UTC

Success: true
Expand Down
18 changes: 18 additions & 0 deletions examples/startup/TestRecord.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 07 Jul 24 00:52 UTC

Success: true

### Versions

Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/random v3.6.2

### Error



---

## 30 Jun 24 00:58 UTC

Success: true
Expand Down
6 changes: 3 additions & 3 deletions examples/startup/TestRecord.md.tmp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## 30 Jun 24 00:58 UTC
## 07 Jul 24 00:52 UTC

Success: true

### Versions

Terraform v1.8.3
on linux_amd64
+ provider registry.terraform.io/azure/modtm v0.2.0
+ provider registry.terraform.io/hashicorp/azurerm v3.110.0
+ provider registry.terraform.io/azure/modtm v0.3.0
+ provider registry.terraform.io/hashicorp/azurerm v3.111.0
+ provider registry.terraform.io/hashicorp/random v3.6.2

### Error
Expand Down

0 comments on commit 46f1017

Please sign in to comment.