fix: update cache before installing pip, provisioning automatically configured terraform, restore allows for custom S# endpoint

This commit is contained in:
2025-12-31 13:28:18 -05:00
parent a936f760f5
commit c18def56ba
7 changed files with 108 additions and 115 deletions

View File

@@ -1,8 +1,8 @@
terraform {
backend "s3" {
skip_credentials_validation = true
skip_region_validation = true
skip_requesting_account_id = true
skip_region_validation = true
skip_requesting_account_id = true
}
required_providers {
@@ -21,4 +21,4 @@ provider "aws" {
region = var.aws_region
access_key = var.aws_access_key
secret_key = var.aws_secret_key
}
}