Skip to content

Commit 68980aa

Browse files
chore: remove lockfile (#19)
### what remove the lockfile and dependabot udpate for terraform ### why modules shouldn't have lockfiles ### testing n/a ### docs n/a
1 parent 35b04ac commit 68980aa

File tree

4 files changed

+4
-79
lines changed

4 files changed

+4
-79
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: terraform
4-
directory: /
5-
schedule:
6-
interval: weekly
7-
commit-message:
8-
prefix: chore
9-
103
- package-ecosystem: github-actions
114
directory: /
125
schedule:

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
*.tfstate
66
*.tfstate.*
77

8-
# Terraform files to not ignore
9-
!.terraform.lock.hcl
10-
118
# Variable files
129
*.tfvars
1310
*.tfvars.json
@@ -19,4 +16,4 @@
1916
.Spotlight-V100
2017
.Trashes
2118
ehthumbs.db
22-
Thumbs.db
19+
Thumbs.db

.terraform.lock.hcl

Lines changed: 0 additions & 65 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ This will delete the resource group and all contained resources, including the A
116116

117117
| Name | Version |
118118
|------|---------|
119-
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 2.53.1 |
120-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.117.1 |
121-
| <a name="provider_random"></a> [random](#provider\_random) | 3.7.2 |
119+
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | ~> 2.47 |
120+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.0 |
121+
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.0 |
122122

123123
## Modules
124124

0 commit comments

Comments
 (0)