mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add skip validation to tf backend
This commit is contained in:
@@ -12,8 +12,10 @@ terraform {
|
|||||||
required_version = ">= 0.13"
|
required_version = ">= 0.13"
|
||||||
|
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "value"
|
bucket = "auberon-tfstate"
|
||||||
key = "terraform.tfstate"
|
key = "terraform.tfstate"
|
||||||
|
skip_credentials_validation = true
|
||||||
|
skip_region_validation = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user