You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Modules using optional object attributes via the experiments attribute of the terraform block are no longer valid with this latest release of the tool.
To Reproduce
Steps to reproduce the behavior:
https://github.com/mbenson/terraform-aws-eks-blueprints/tree/tf-130 is a branch containing my cut of updates to make the EKS blueprints project 1.3.0-compatible. Using e.g. examples/complete-kubernetes-addons you will find that terraform init returns a number of Error: Experiment has concluded messages, the first such pertaining to terraform/modules/eks_blueprints_kubernetes_addons.ondat/locals.tf.
Expected behavior
I would expect terraform init to succeed, at least, for our purposes here, with regard to this module.
Desktop (please complete the following information):
OS: MacOS
N/A
Version: EKS blueprints kubernetes-addons module points to v0.1.1 of ondat/ondat-addon/eksblueprints. Terraform version is, again, 1.3.0 .
The text was updated successfully, but these errors were encountered:
Describe the bug
Modules using optional object attributes via the
experiments
attribute of theterraform
block are no longer valid with this latest release of the tool.To Reproduce
Steps to reproduce the behavior:
https://github.com/mbenson/terraform-aws-eks-blueprints/tree/tf-130 is a branch containing my cut of updates to make the EKS blueprints project 1.3.0-compatible. Using e.g.
examples/complete-kubernetes-addons
you will find thatterraform init
returns a number ofError: Experiment has concluded
messages, the first such pertaining toterraform/modules/eks_blueprints_kubernetes_addons.ondat/locals.tf
.Expected behavior
I would expect
terraform init
to succeed, at least, for our purposes here, with regard to this module.Desktop (please complete the following information):
ondat/ondat-addon/eksblueprints
. Terraform version is, again, 1.3.0 .The text was updated successfully, but these errors were encountered: