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