mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-21 02:59:52 +00:00
7f80f68804
Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
14 lines
249 B
HCL
14 lines
249 B
HCL
terraform {
|
|
required_version = "~> 1.0.0"
|
|
required_providers {
|
|
ansible = {
|
|
source = "nbering/ansible"
|
|
version = " = 1.0.4"
|
|
}
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = " = 2.21.0"
|
|
}
|
|
}
|
|
}
|