Compare commits

..

2 commits

Author SHA1 Message Date
a0cc54443a tf fmt
Some checks are pending
Trunk Check / Trunk Check Runner (push) Waiting to run
2025-01-16 09:58:04 +01:00
6dc1ab74c0 Fix up tfstate 2025-01-16 09:57:02 +01:00
3 changed files with 14 additions and 14 deletions

@ -1 +1 @@
Subproject commit 432f5a4f37da6963706473396e78f172dae1decc
Subproject commit 15575361e769f9ff9dafa5cb2ab955107d4e6881

View file

@ -33,11 +33,11 @@ terraform {
key = "terraform.tfstate"
profile = "techinc-iac"
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_requesting_account_id = true
skip_metadata_api_check = true
skip_region_validation = true
use_path_style = false
skip_s3_checksum = true
}
}