feat: Add support for zonal shift (#3195)

This commit is contained in:
Bryant Biggs
2024-11-01 21:50:19 +00:00
committed by GitHub
parent 7696332539
commit 1b0ac83264
23 changed files with 49 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.70"
version = ">= 5.74"
}
}
}