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
When running the terraform plan step seems the vpc = true is no deprecated
│ Warning: Argument is deprecated
│
│ with module.msk-framework-environment.aws_eip.msk_eip,
│ on ../msk-framework-terraform/network.tf line 59, in resource "aws_eip" "msk_eip":
│ 59: vpc = true
│
│ use domain attribute instead
│
│ (and one more similar warning elsewhere)
The text was updated successfully, but these errors were encountered:
Description
vpc = true
is no deprecatedThe text was updated successfully, but these errors were encountered: