tf: 0.13 + clightning 0.9.1

This commit is contained in:
nitramiz 2020-09-25 13:51:32 -07:00
parent aabdc11e24
commit 18780816e5
No known key found for this signature in database
GPG Key ID: 2352C35346C5D534
2 changed files with 10 additions and 2 deletions

View File

@ -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"

View File

@ -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" {