Skip to content

Commit

Permalink
Merge branch 'run-environment-based-self-hosted-runner' into deploy-c…
Browse files Browse the repository at this point in the history
…ontracts
  • Loading branch information
andrea-putzu committed Oct 17, 2024
2 parents 505075e + ec11a02 commit 455f849
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion infra/repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {

provider "azurerm" {
subscription_id = local.subscription_id_prod

features {
subscription {
prevent_cancellation_on_destroy = false
Expand Down
40 changes: 20 additions & 20 deletions src/core/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -383,26 +383,26 @@ eventhubs = [{
manage = false
}
]
},
{
name = "SC-UserGroups"
partitions = 10
message_retention = 7
consumers = []
keys = [
{
name = "selfcare-wo"
listen = false
send = true
manage = false
},
{
name = "io"
listen = true
send = false
manage = false
}
]
},
{
name = "SC-UserGroups"
partitions = 10
message_retention = 7
consumers = []
keys = [
{
name = "selfcare-wo"
listen = false
send = true
manage = false
},
{
name = "io"
listen = true
send = false
manage = false
}
]
}]
##

Expand Down
40 changes: 20 additions & 20 deletions src/core/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -491,26 +491,26 @@ eventhubs = [{
manage = false
}
]
},
{
name = "SC-UserGroups"
partitions = 10
message_retention = 7
consumers = []
keys = [
{
name = "selfcare-wo"
listen = false
send = true
manage = false
},
{
name = "io"
listen = true
send = false
manage = false
}
]
},
{
name = "SC-UserGroups"
partitions = 10
message_retention = 7
consumers = []
keys = [
{
name = "selfcare-wo"
listen = false
send = true
manage = false
},
{
name = "io"
listen = true
send = false
manage = false
}
]
}]
##

Expand Down
40 changes: 20 additions & 20 deletions src/core/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -461,26 +461,26 @@ eventhubs = [{
manage = false
}
]
},
{
name = "SC-UserGroups"
partitions = 10
message_retention = 7
consumers = []
keys = [
{
name = "selfcare-wo"
listen = false
send = true
manage = false
},
{
name = "io"
listen = true
send = false
manage = false
}
]
},
{
name = "SC-UserGroups"
partitions = 10
message_retention = 7
consumers = []
keys = [
{
name = "selfcare-wo"
listen = false
send = true
manage = false
},
{
name = "io"
listen = true
send = false
manage = false
}
]
}]
##

Expand Down
8 changes: 4 additions & 4 deletions src/github-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

| Name | Version |
|------|---------|
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | <= 3.84.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | <= 3.116.0 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_container_app_environment_runner"></a> [container\_app\_environment\_runner](#module\_container\_app\_environment\_runner) | github.com/pagopa/terraform-azurerm-v3.git//container_app_environment_v2 | v7.47.2 |
| <a name="module_container_app_job"></a> [container\_app\_job](#module\_container\_app\_job) | github.com/pagopa/terraform-azurerm-v3.git//container_app_job_gh_runner | v7.47.2 |
| <a name="module_subnet_runner"></a> [subnet\_runner](#module\_subnet\_runner) | github.com/pagopa/terraform-azurerm-v3.git//subnet | v7.46.0 |
| <a name="module_container_app_environment_runner"></a> [container\_app\_environment\_runner](#module\_container\_app\_environment\_runner) | github.com/pagopa/terraform-azurerm-v3.git//container_app_environment_v2 | v8.48.0 |
| <a name="module_container_app_job"></a> [container\_app\_job](#module\_container\_app\_job) | github.com/pagopa/terraform-azurerm-v3.git//container_app_job_gh_runner | v8.48.0 |
| <a name="module_subnet_runner"></a> [subnet\_runner](#module\_subnet\_runner) | github.com/pagopa/terraform-azurerm-v3.git//subnet | v8.48.0 |

## Resources

Expand Down

0 comments on commit 455f849

Please sign in to comment.