Skip to content

Commit

Permalink
Merge pull request #16 from Manuss20/aihub
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
rag2111 authored Feb 8, 2024
2 parents bfa3875 + a81bac5 commit 87b34fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/modules/ca-aihub/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
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 87b34fd

Please sign in to comment.