dns: use linode object storage for tfstate
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
parent
64e3d347ed
commit
27dfab2eb1
|
@ -5,6 +5,15 @@ terraform {
|
||||||
version = "1.26.0"
|
version = "1.26.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backend "s3" {
|
||||||
|
bucket = "treehouse-state"
|
||||||
|
key = "tfstate"
|
||||||
|
region = "us-southeast-1"
|
||||||
|
endpoint = "us-southeast-1.linodeobjects.com"
|
||||||
|
skip_credentials_validation = true
|
||||||
|
skip_region_validation = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "linode" {
|
provider "linode" {
|
||||||
|
|
Loading…
Reference in New Issue