feat: Support bootstrap_self_managed_addons (#3099)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Taehyun Kim
2024-07-16 08:55:09 +09:00
committed by GitHub
parent d7aea4ca6b
commit af88e7d2f8
25 changed files with 46 additions and 38 deletions

View File

@@ -18,13 +18,13 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.2 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.57 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.58 |
## Providers
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.57 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.58 |
## Modules

View File

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