1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-06 16:56:04 +02:00

terraform: update stage2 provider version declaration

In commit d31f8404c2 we changed the
terraform provider for uptimerobot. Reflect this change in the terraform
lock file and provider version declaration.
This commit is contained in:
Levente Polyak 2023-03-27 22:22:37 +02:00 committed by Levente Polyak
parent 6a5a938eea
commit d7734b22d1
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

View File

@ -7,7 +7,7 @@ terraform {
source = "mrparkers/keycloak"
}
uptimerobot = {
source = "louy/uptimerobot"
source = "vexxhost/uptimerobot"
}
}
required_version = ">= 0.13"