-
-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot specify more than one extra_container_definitions #269
Comments
This issue has been automatically marked as stale because it has been open 30 days |
Ok.. thanks bot. Commenting as it is still an issue. |
This issue has been automatically marked as stale because it has been open 30 days |
Ok.. thanks bot. Commenting as it is still an issue. |
This issue has been automatically marked as stale because it has been open 30 days |
Ok.. thanks bot. Commenting as it is still an issue. |
This issue has been automatically marked as stale because it has been open 30 days |
Ok.. thanks bot. Commenting as it is still an issue. |
This issue has been automatically marked as stale because it has been open 30 days |
Ok.. thanks bot. Commenting as it is still an issue. |
This issue has been automatically marked as stale because it has been open 30 days |
Ok.. thanks bot. Commenting as it is still an issue. |
I spent a little time trying to understand what was going on here and you are right, passing two container definitions with slightly different definitions will result in a Before 1.3.0, the only workaround would have been to make both container definitions have that exact same attribute definitions. For your example you would need to define valid values for But with the ability to define optional attributes in 1.3.0, it does look like it's possible to move away from |
Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
When specifying more than one item in list of
extra_container_definitions
there is an error.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: 3.13.1
Terraform version:
Reproduction Code [Required]
Steps to reproduce the behavior:
extra_container_definitions
Expected behavior
Extra container definitions would be added.
Actual behavior
Error:
The text was updated successfully, but these errors were encountered: