Skip to content

Commit

Permalink
chore: Move to Container App Env workload DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Jul 12, 2024
1 parent 5a92bc8 commit 6070de0
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public UserGroupResource getUserGroup(@ApiParam("${swagger.user-group.model.id}"
@Tag(name = "external-v2")
@Tag(name = "UserGroup")
@Tag(name = "support-pnpg")
@Tag(name = "external-pnpg")
@GetMapping()
@ResponseStatus(HttpStatus.OK)
@ApiOperation(value = "", notes = "${swagger.user-group.groups.api.getUserGroups}")
Expand Down
2 changes: 2 additions & 0 deletions infra/container_apps/user-cdc/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_short = "d"
suffix_increment = "-002"
cae_name = "cae-002"

tags = {
CreatedBy = "Terraform"
Expand Down
42 changes: 42 additions & 0 deletions infra/container_apps/user-group-ms/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions infra/container_apps/user-group-ms/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_short = "d"
suffix_increment = "-002"
cae_name = "cae-002"

tags = {
CreatedBy = "Terraform"
Expand Down
2 changes: 2 additions & 0 deletions infra/container_apps/user-ms/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_short = "d"
suffix_increment = "-002"
cae_name = "cae-002"

tags = {
CreatedBy = "Terraform"
Expand Down

0 comments on commit 6070de0

Please sign in to comment.