Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CES-39] - Upgrade terraform version to 1.9.8 #1246

Merged
merged 10 commits into from
Oct 28, 2024
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.5
1.9.8
70 changes: 35 additions & 35 deletions src/github-runner/.terraform.lock.hcl

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

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

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

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.84.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_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.50.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.50.0 |
| <a name="module_subnet_runner"></a> [subnet\_runner](#module\_subnet\_runner) | github.com/pagopa/terraform-azurerm-v3.git//subnet | v8.50.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion src/github-runner/container_app_environment.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "container_app_environment_runner" {
source = "github.com/pagopa/terraform-azurerm-v3.git//container_app_environment_v2?ref=v7.47.2"
source = "github.com/pagopa/terraform-azurerm-v3.git//container_app_environment_v2?ref=v8.50.0"

resource_group_name = azurerm_resource_group.rg_github_runner.name
location = azurerm_resource_group.rg_github_runner.location
Expand Down
2 changes: 1 addition & 1 deletion src/github-runner/container_app_jobs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "container_app_job" {
source = "github.com/pagopa/terraform-azurerm-v3.git//container_app_job_gh_runner?ref=v7.47.2"
source = "github.com/pagopa/terraform-azurerm-v3.git//container_app_job_gh_runner?ref=v8.50.0"

location = var.location
prefix = var.prefix
Expand Down
2 changes: 1 addition & 1 deletion src/github-runner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "<= 3.84.0"
version = "<= 3.116.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/github-runner/subnet.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "subnet_runner" {
source = "github.com/pagopa/terraform-azurerm-v3.git//subnet?ref=v7.46.0"
source = "github.com/pagopa/terraform-azurerm-v3.git//subnet?ref=v8.50.0"

name = "${local.project}-github-runner-snet"
resource_group_name = data.azurerm_resource_group.rg_common.name
Expand Down
34 changes: 17 additions & 17 deletions src/identity/prod/.terraform.lock.hcl

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

6 changes: 3 additions & 3 deletions src/identity/prod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

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

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm.prod-cgn"></a> [azurerm.prod-cgn](#provider\_azurerm.prod-cgn) | 3.105.0 |
| <a name="provider_azurerm.prod-trial"></a> [azurerm.prod-trial](#provider\_azurerm.prod-trial) | 3.105.0 |
| <a name="provider_azurerm.prod-cgn"></a> [azurerm.prod-cgn](#provider\_azurerm.prod-cgn) | 3.116.0 |
| <a name="provider_azurerm.prod-trial"></a> [azurerm.prod-trial](#provider\_azurerm.prod-trial) | 3.116.0 |

## Modules

Expand Down
12 changes: 6 additions & 6 deletions src/identity/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "<= 3.105.0"
version = "<= 3.116.0"
}
}

Expand Down Expand Up @@ -37,11 +37,11 @@ provider "azurerm" {
module "federated_identities" {
source = "github.com/pagopa/dx//infra/modules/azure_federated_identity_with_github?ref=main"

prefix = local.prefix
env_short = local.env_short
env = local.env
domain = local.domain

prefix = local.prefix
env_short = local.env_short
env = local.env
domain = local.domain
location = local.location
repositories = [local.repo_name]

continuos_integration = {
Expand Down