Skip to content
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

azurerm_container_group - allow empty log_type #4013

Merged
merged 2 commits into from
Aug 8, 2019

Commits on Aug 6, 2019

  1. azurerm_container_group - allow empty log_type

    This is not documented anywhere, as far as I can tell, but if you leave
    out `logType` when creating the container, you get the behavior of
    both `ContainerInsights` and `ContainerInstanceLogs` at once.
    
    If `logType` is not set, metadata can't be set either.
    Miikka Koskinen committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    09bce57 View commit details
    Browse the repository at this point in the history
  2. azurem_container_group - add a test for unset log_type

    Miikka Koskinen committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    2a88977 View commit details
    Browse the repository at this point in the history