Fix up tfstate
This commit is contained in:
parent
5dd9b6b01c
commit
6dc1ab74c0
1 changed files with 3 additions and 3 deletions
|
@ -33,11 +33,11 @@ terraform {
|
||||||
key = "terraform.tfstate"
|
key = "terraform.tfstate"
|
||||||
profile = "techinc-iac"
|
profile = "techinc-iac"
|
||||||
shared_credentials_files = ["~/.aws/credentials"]
|
shared_credentials_files = ["~/.aws/credentials"]
|
||||||
region = "" # Region validation will be skipped
|
region = "skip" # Region validation will be skipped
|
||||||
skip_credentials_validation = true # Skip AWS related checks and validations
|
skip_credentials_validation = true # Skip AWS related checks and validations
|
||||||
skip_requesting_account_id = true
|
skip_requesting_account_id = true
|
||||||
skip_metadata_api_check = true
|
skip_metadata_api_check = true
|
||||||
skip_region_validation = true
|
skip_region_validation = true
|
||||||
use_path_style = false
|
skip_s3_checksum = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue