Skip to content

Commit 66d2823

Browse files
authored
chore: Move to Container App Env workload DEV (#167)
1 parent 5bbc794 commit 66d2823

File tree

6 files changed

+50
-1
lines changed

6 files changed

+50
-1
lines changed

Diff for: apps/user-group-ms/app/src/main/docs/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768
},
769769
"/v1/user-groups" : {
770770
"get" : {
771-
"tags" : [ "UserGroup", "external-v2", "support", "support-pnpg" ],
771+
"tags" : [ "UserGroup", "external-pnpg", "external-v2", "support", "support-pnpg" ],
772772
"summary" : "getUserGroups",
773773
"description" : "Service that allows to get a list of UserGroup entities",
774774
"operationId" : "getUserGroupsUsingGET_1",

Diff for: apps/user-group-ms/web/src/main/java/it/pagopa/selfcare/user_group/web/controller/UserGroupV1Controller.java

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public UserGroupResource getUserGroup(@ApiParam("${swagger.user-group.model.id}"
169169
@Tag(name = "external-v2")
170170
@Tag(name = "UserGroup")
171171
@Tag(name = "support-pnpg")
172+
@Tag(name = "external-pnpg")
172173
@GetMapping()
173174
@ResponseStatus(HttpStatus.OK)
174175
@ApiOperation(value = "", notes = "${swagger.user-group.groups.api.getUserGroups}")

Diff for: infra/container_apps/user-cdc/env/dev/terraform.tfvars

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
env_short = "d"
2+
suffix_increment = "-002"
3+
cae_name = "cae-002"
24

35
tags = {
46
CreatedBy = "Terraform"

Diff for: infra/container_apps/user-group-ms/.terraform.lock.hcl

+42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: infra/container_apps/user-group-ms/env/dev/terraform.tfvars

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
env_short = "d"
2+
suffix_increment = "-002"
3+
cae_name = "cae-002"
24

35
tags = {
46
CreatedBy = "Terraform"

Diff for: infra/container_apps/user-ms/env/dev/terraform.tfvars

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
env_short = "d"
2+
suffix_increment = "-002"
3+
cae_name = "cae-002"
24

35
tags = {
46
CreatedBy = "Terraform"

0 commit comments

Comments
 (0)