feat: Improve addon dependency chain and decrease time to provision addons (due to retries) (#3218)

* feat: Improve addon dependency chain and decrease time to provision addons (due to retries)

* fix: Run pre-commit to clean up docs
This commit is contained in:
Bryant Biggs
2024-11-26 13:31:42 -06:00
committed by GitHub
parent 97a08c8aff
commit ab2207d509
8 changed files with 508 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
terraform {
required_version = ">= 1.3.2"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.75"
}
}
}