commit lock file

This commit is contained in:
Kiara Grouwstra 2022-08-21 09:55:52 +02:00
parent 194a21da7e
commit f808460b07
2 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View File

@ -15,6 +15,3 @@ terraform.rc
# Ignore local .tfvars
*.tfvars
# Ignore Terraform lock file
.terraform.lock.hcl

10
.terraform.lock.hcl Normal file
View File

@ -0,0 +1,10 @@
# This file is maintained automatically by "terraform init".
# Manual edits may be lost in future updates.
provider "registry.terraform.io/digitalocean/digitalocean" {
version = "2.21.0"
constraints = "~> 2.21.0"
hashes = [
"h1:gndflVS5/+cwQbVVI6NwwB3dYK7W2QkmZuWmFBH/0tI=",
]
}