Skip to content

Commit

Permalink
Update the version of the API for azapi module container apps
Browse files Browse the repository at this point in the history
Update the version of the API for azapi module container apps
  • Loading branch information
Manuss20 authored Feb 8, 2024
1 parent 599047c commit a81bac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/ca-chat/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "azapi_resource" "ca_back" {
name = var.ca_name
location = var.location
parent_id = var.resource_group_id
type = "Microsoft.App/containerApps@2022-11-01-preview"
type = "Microsoft.App/containerApps@2023-05-01"
identity {
type = "UserAssigned"
identity_ids = [
Expand Down

0 comments on commit a81bac5

Please sign in to comment.