Please consult the examples
directory for reference example configurations. If you find a bug, please open an issue with supporting configuration to reproduce.
⚠️ This guide is under active development. As tasks for v5.0 are implemented, the associated upgrade guidance/changes are documented here. See here to track progress of v5.0 implementation.
-
Removed variables:
-
Renamed variables:
-
Added variables:
-
Removed outputs:
-
Renamed outputs:
-
Added outputs:
module "eks_blueprints" {
source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.4.0"
# TODO
}
module "eks_blueprints" {
source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v5.0.0"
# TODO
}
module "eks_blueprints" {
- source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.4.0"
+ source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v5.0.0"
# TODO
}
In conjunction with the changes above, users can elect to move their external capacity provider(s) under this module using the following move command. Command is shown using the values from the example shown above, please update to suit your configuration names:
terraform state mv 'xxx' 'yyy'