mirror of
https://github.com/Blockstream/satellite-api.git
synced 2024-11-19 04:50:01 +01:00
tf: 0.13 + clightning 0.9.1
This commit is contained in:
parent
aabdc11e24
commit
18780816e5
@ -1,5 +1,13 @@
|
||||
terraform {
|
||||
required_version = "> 0.11.0"
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
}
|
||||
}
|
||||
required_version = ">= 0.13"
|
||||
|
||||
backend "gcs" {
|
||||
bucket = "terraform-bs-source"
|
||||
|
@ -202,7 +202,7 @@ variable "ionosphere_sse_docker" {
|
||||
# Less frequently updated images
|
||||
variable "lightning_docker" {
|
||||
type = string
|
||||
default = "blockstream/lightningd@sha256:fd8fb1139fa480639670f9220ec3f9c08f64fbcd13067d930219dac521b8697d"
|
||||
default = "blockstream/lightningd@sha256:baa37ddc2019af21c187052fe6b457d7c604de512c209fc494efebecfb7a24ab"
|
||||
}
|
||||
|
||||
variable "charge_docker" {
|
||||
|
Loading…
Reference in New Issue
Block a user