feat: Add support for allowed_instance_type (#2552)

This commit is contained in:
petros-d
2023-04-12 23:05:33 +01:00
committed by GitHub
parent 273c48a631
commit 54417d244c
3 changed files with 16 additions and 6 deletions

View File

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