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
Since the versioning requirement for terraform-aws-iam-role in this module pre-1.0 was ~> 4.0, and didn't pin a specific version (see lacework/terraform-aws-config#86), the breaking changes in a patch release for terraform-aws-iam-role has caused a stealth requirement to use lacework provider 2.0. Updating to make this work (i.e. any commit from dea3dd5 onwards) also requires that the user updates to AWS provider v5.
This is documented as a requirement for eks-audit-logv1.0 onwards, but is a unavoidable breaking change for all users pre-1.0. There is no route for me to remain on lacework provider 1.0 if I want to use this module.
Steps to reproduce
Create a terraform file that uses any version of eks-audit-log pre-1.0 with it's documented required version of lacework provider 1.0.
Expected behavior
No conflicting version requirements.
Please complete the following information):
Terraform Version: 1.5.5
Module Version ~> 0.5
The text was updated successfully, but these errors were encountered:
Describe the bug
This is related to lacework/terraform-aws-iam-role#60.
Since the versioning requirement for
terraform-aws-iam-role
in this module pre-1.0 was~> 4.0
, and didn't pin a specific version (see lacework/terraform-aws-config#86), the breaking changes in a patch release forterraform-aws-iam-role
has caused a stealth requirement to use lacework provider2.0
. Updating to make this work (i.e. any commit from dea3dd5 onwards) also requires that the user updates to AWS provider v5.This is documented as a requirement for
eks-audit-log
v1.0
onwards, but is a unavoidable breaking change for all users pre-1.0. There is no route for me to remain on lacework provider 1.0 if I want to use this module.Steps to reproduce
Create a terraform file that uses any version of
eks-audit-log
pre-1.0 with it's documented required version of lacework provider 1.0.Expected behavior
No conflicting version requirements.
Please complete the following information):
1.5.5
~> 0.5
The text was updated successfully, but these errors were encountered: