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

Container Apps Environment - Infrastructure Resource Group parameter does not exist #24388

Closed
1 task done
stevanovic-milan opened this issue Jan 4, 2024 · 2 comments
Closed
1 task done

Comments

@stevanovic-milan
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Terraform Version

1.6.4

AzureRM Provider Version

3.84

Affected Resource(s)/Data Source(s)

azurerm_container_app_environment

Terraform Configuration Files

resource "azurerm_container_app_environment" "environment" {
  name                       = "${local.name}-cae"
  location                   = var.resource_group.location
  resource_group_name        = var.resource_group.name
  log_analytics_workspace_id = data.terraform_remote_state.base.outputs.log_id

  infrastructure_subnet_id = azurerm_subnet.container_apps_subnet.id
  internal_load_balancer_enabled = false
  infrastructure_resource_group = "example"
  
  workload_profile {
    name                  = "${terraform.workspace}"
    workload_profile_type = "D4"
    minimum_count         = 1
    maximum_count         = 1
  }

  tags = local.tags
}

Debug Output/Panic Output

An argument named "infrastructure_resource_group" is not expected here.

Expected Behaviour

To create a resource group for infrastructure resources with a given name

Actual Behaviour

Not recognizing the parameter

Steps to Reproduce

No response

Important Factoids

No response

References

image

@aristosvo
Copy link
Collaborator

aristosvo commented Jan 4, 2024

Hi @stevanovic-milan! This is a duplicate issue of #24355, I'll therefore close this issue. Add your 👍🏽 there to help prioritize that issue.

There is already a PR in flight as well (#24361).

@aristosvo aristosvo closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2024
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants