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

Add workload profile to Container App Environment #1947

Open
1 task done
darrenhull opened this issue Mar 18, 2024 · 1 comment · May be fixed by #1948
Open
1 task done

Add workload profile to Container App Environment #1947

darrenhull opened this issue Mar 18, 2024 · 1 comment · May be fixed by #1948

Comments

@darrenhull
Copy link

darrenhull commented Mar 18, 2024

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

Description

This module does not support container app environment workload profiles as defined in the AzureRM module:

A workload_profile block supports the following:

name - (Required) The name of the workload profile.

workload_profile_type - (Required) Workload profile type for the workloads to run on. Possible values include Consumption, D4, D8, D16, D32, E4, E8, E16 and E32.

maximum_count - (Required) The maximum number of instances of workload profile that can be deployed in the Container App Environment.

minimum_count - (Required) The minimum number of instances of workload profile that can be deployed in the Container App Environment.

Support should be added folloeing the AzureRM definition:

New or Affected Resource(s

azurerm_container_app_environments

Potential Configuration file

container_app_environments = {
  cae1 = {
    name               = "container app with profile"
    region             = "region1"
    resource_group_key = "rg_re1"
    
    workload_profile {
      name                  = "caetest"
      workload_profile_type = "D4"
      minimum_count         = 1
      maximum_count         = 2
    }
    tags = {
      environment = "testing"
    }
  }
}

References

No response

darrenhull pushed a commit to darrenhull/terraform-azurerm-caf that referenced this issue Mar 18, 2024
@darrenhull darrenhull linked a pull request Mar 18, 2024 that will close this issue
6 tasks
@arnaudlh arnaudlh linked a pull request May 27, 2024 that will close this issue
6 tasks
@Mohamed-Ltaief
Copy link

👍 We need this feature as soon as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants