Skip to content

feat(iac): Update aws provider to ~> 5.95#41

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/aws-5.x
Apr 19, 2025
Merged

feat(iac): Update aws provider to ~> 5.95#41
renovate[bot] merged 1 commit intomainfrom
renovate/aws-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Type Update Change
aws required_provider minor ~> 5.90 -> ~> 5.95

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 27, 2025 14:59
@renovate renovate bot added the tf-update label Feb 27, 2025
@renovate renovate bot changed the title feat(aws): Update aws provider to ~> 5.88.0 feat(iac): Update aws provider to ~> 5.88.0 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 4ad065c to 6c6e4f5 Compare February 27, 2025 19:10
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.88.0 feat(iac): Update aws provider to ~> 5.89.0 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 6c6e4f5 to b90c99b Compare February 28, 2025 09:45
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.89.0 feat(iac): Update aws provider to ~> 5.90.0 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from b90c99b to 0853cc5 Compare March 7, 2025 02:15
@renovate renovate bot temporarily deployed to development March 7, 2025 02:15 Inactive
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.90.0 feat(iac): Update aws provider to ~> 5.90.1 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 0853cc5 to f7a955e Compare March 10, 2025 22:46
@renovate renovate bot temporarily deployed to development March 10, 2025 22:46 Inactive
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.90.1 feat(iac): Update aws provider to ~> 5.91.0 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from f7a955e to 2829833 Compare March 13, 2025 20:12
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.91.0 feat(iac): Update aws provider to ~> 5.92.0 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 2829833 to 80c85d7 Compare March 20, 2025 21:34
@renovate renovate bot temporarily deployed to development March 20, 2025 21:35 Inactive
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.92.0 feat(iac): Update aws provider to ~> 5.93.0 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 80c85d7 to f8b32af Compare March 27, 2025 22:04
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.93.0 feat(iac): Update aws provider to ~> 5.94.0 Apr 3, 2025
@github-actions
Copy link

github-actions bot commented Apr 4, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.94.0 feat(iac): Update aws provider to ~> 5.94.1 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from ad3cd17 to 16a70eb Compare April 4, 2025 18:48
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.94.1 feat(iac): Update aws provider to ~> 5.94 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from 16a70eb to fe7be7c Compare April 7, 2025 13:44
@renovate renovate bot deployed to development April 7, 2025 13:44 Active
@github-actions
Copy link

github-actions bot commented Apr 7, 2025

💰 Infracost report

Monthly estimate generated

✅ Policies passed

This comment will be updated when code changes.

@github-actions
Copy link

github-actions bot commented Apr 7, 2025

tofu plan -chdir=iac/environments/dev
Diff of 10 changes.
+ module.gitops_2024.aws_default_security_group.default will be created
+ module.gitops_2024.aws_instance.grafana_server will be created
+ module.gitops_2024.aws_internet_gateway.gitops_igw will be created
+ module.gitops_2024.aws_route_table.gitops_rt will be created
+ module.gitops_2024.aws_route_table_association.gitops_rta will be created
+ module.gitops_2024.aws_security_group.grafana_sg will be created
+ module.gitops_2024.aws_subnet.gitops_subnet will be created
+ module.gitops_2024.aws_vpc.gitops_vpc will be created
+ module.gitops_2024.aws_vpc_security_group_egress_rule.grafana_egress will be created
+ module.gitops_2024.aws_vpc_security_group_ingress_rule.grafana_ingress will be created
Plan: 10 to add, 0 to change, 0 to destroy.
By @renovate[bot] at 2025-04-07T13:44:26Z (view log).
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

OpenTofu will perform the following actions:

  # module.gitops_2024.aws_default_security_group.default will be created
  + resource "aws_default_security_group" "default" {
      + arn                    = (known after apply)
      + description            = (known after apply)
      + egress                 = (known after apply)
      + id                     = (known after apply)
      + ingress                = (known after apply)
      + name                   = (known after apply)
      + name_prefix            = (known after apply)
      + owner_id               = (known after apply)
      + revoke_rules_on_delete = false
      + tags_all               = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
        }
      + vpc_id                 = (known after apply)
    }

  # module.gitops_2024.aws_instance.grafana_server will be created
  + resource "aws_instance" "grafana_server" {
      + ami                                  = "ami-0fef583e486727263"
      + arn                                  = (known after apply)
      + associate_public_ip_address          = (known after apply)
      + availability_zone                    = (known after apply)
      + cpu_core_count                       = (known after apply)
      + cpu_threads_per_core                 = (known after apply)
      + disable_api_stop                     = (known after apply)
      + disable_api_termination              = (known after apply)
      + ebs_optimized                        = (known after apply)
      + enable_primary_ipv6                  = (known after apply)
      + get_password_data                    = false
      + host_id                              = (known after apply)
      + host_resource_group_arn              = (known after apply)
      + iam_instance_profile                 = (known after apply)
      + id                                   = (known after apply)
      + instance_initiated_shutdown_behavior = (known after apply)
      + instance_lifecycle                   = (known after apply)
      + instance_state                       = (known after apply)
      + instance_type                        = "t2.micro"
      + ipv6_address_count                   = (known after apply)
      + ipv6_addresses                       = (known after apply)
      + key_name                             = (known after apply)
      + monitoring                           = (known after apply)
      + outpost_arn                          = (known after apply)
      + password_data                        = (known after apply)
      + placement_group                      = (known after apply)
      + placement_partition_number           = (known after apply)
      + primary_network_interface_id         = (known after apply)
      + private_dns                          = (known after apply)
      + private_ip                           = (known after apply)
      + public_dns                           = (known after apply)
      + public_ip                            = (known after apply)
      + secondary_private_ips                = (known after apply)
      + security_groups                      = (known after apply)
      + source_dest_check                    = true
      + spot_instance_request_id             = (known after apply)
      + subnet_id                            = (known after apply)
      + tags                                 = {
          + "Name" = "grafana-server-development"
        }
      + tags_all                             = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
          + "Name"                       = "grafana-server-development"
        }
      + tenancy                              = (known after apply)
      + user_data                            = "829fb476176e8de655d5449a8790a17650f3af0e"
      + user_data_base64                     = (known after apply)
      + user_data_replace_on_change          = false
      + vpc_security_group_ids               = (known after apply)

      + capacity_reservation_specification (known after apply)

      + cpu_options (known after apply)

      + ebs_block_device (known after apply)

      + enclave_options (known after apply)

      + ephemeral_block_device (known after apply)

      + instance_market_options (known after apply)

      + maintenance_options (known after apply)

      + metadata_options (known after apply)

      + network_interface (known after apply)

      + private_dns_name_options (known after apply)

      + root_block_device (known after apply)
    }

  # module.gitops_2024.aws_internet_gateway.gitops_igw will be created
  + resource "aws_internet_gateway" "gitops_igw" {
      + arn      = (known after apply)
      + id       = (known after apply)
      + owner_id = (known after apply)
      + tags     = {
          + "Name" = "gitops-igw-development"
        }
      + tags_all = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
          + "Name"                       = "gitops-igw-development"
        }
      + vpc_id   = (known after apply)
    }

  # module.gitops_2024.aws_route_table.gitops_rt will be created
  + resource "aws_route_table" "gitops_rt" {
      + arn              = (known after apply)
      + id               = (known after apply)
      + owner_id         = (known after apply)
      + propagating_vgws = (known after apply)
      + route            = [
          + {
              + carrier_gateway_id         = ""
              + cidr_block                 = "0.0.0.0/0"
              + core_network_arn           = ""
              + destination_prefix_list_id = ""
              + egress_only_gateway_id     = ""
              + gateway_id                 = (known after apply)
              + ipv6_cidr_block            = ""
              + local_gateway_id           = ""
              + nat_gateway_id             = ""
              + network_interface_id       = ""
              + transit_gateway_id         = ""
              + vpc_endpoint_id            = ""
              + vpc_peering_connection_id  = ""
            },
        ]
      + tags             = {
          + "Name" = "gitops-rt-development"
        }
      + tags_all         = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
          + "Name"                       = "gitops-rt-development"
        }
      + vpc_id           = (known after apply)
    }

  # module.gitops_2024.aws_route_table_association.gitops_rta will be created
  + resource "aws_route_table_association" "gitops_rta" {
      + id             = (known after apply)
      + route_table_id = (known after apply)
      + subnet_id      = (known after apply)
    }

  # module.gitops_2024.aws_security_group.grafana_sg will be created
  + resource "aws_security_group" "grafana_sg" {
      + arn                    = (known after apply)
      + description            = "Grafana Server security group"
      + egress                 = (known after apply)
      + id                     = (known after apply)
      + ingress                = (known after apply)
      + name                   = "grafana_sg"
      + name_prefix            = (known after apply)
      + owner_id               = (known after apply)
      + revoke_rules_on_delete = false
      + tags_all               = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
        }
      + vpc_id                 = (known after apply)
    }

  # module.gitops_2024.aws_subnet.gitops_subnet will be created
  + resource "aws_subnet" "gitops_subnet" {
      + arn                                            = (known after apply)
      + assign_ipv6_address_on_creation                = false
      + availability_zone                              = (known after apply)
      + availability_zone_id                           = (known after apply)
      + cidr_block                                     = "10.0.1.0/24"
      + enable_dns64                                   = false
      + enable_resource_name_dns_a_record_on_launch    = false
      + enable_resource_name_dns_aaaa_record_on_launch = false
      + id                                             = (known after apply)
      + ipv6_cidr_block_association_id                 = (known after apply)
      + ipv6_native                                    = false
      + map_public_ip_on_launch                        = true
      + owner_id                                       = (known after apply)
      + private_dns_hostname_type_on_launch            = (known after apply)
      + tags                                           = {
          + "Name" = "gitops-subnet-development"
        }
      + tags_all                                       = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
          + "Name"                       = "gitops-subnet-development"
        }
      + vpc_id                                         = (known after apply)
    }

  # module.gitops_2024.aws_vpc.gitops_vpc will be created
  + resource "aws_vpc" "gitops_vpc" {
      + arn                                  = (known after apply)
      + cidr_block                           = "10.0.0.0/16"
      + default_network_acl_id               = (known after apply)
      + default_route_table_id               = (known after apply)
      + default_security_group_id            = (known after apply)
      + dhcp_options_id                      = (known after apply)
      + enable_dns_hostnames                 = true
      + enable_dns_support                   = true
      + enable_network_address_usage_metrics = (known after apply)
      + id                                   = (known after apply)
      + instance_tenancy                     = "default"
      + ipv6_association_id                  = (known after apply)
      + ipv6_cidr_block                      = (known after apply)
      + ipv6_cidr_block_network_border_group = (known after apply)
      + main_route_table_id                  = (known after apply)
      + owner_id                             = (known after apply)
      + tags                                 = {
          + "Name" = "gitops-vpc-development"
        }
      + tags_all                             = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
          + "Name"                       = "gitops-vpc-development"
        }
    }

  # module.gitops_2024.aws_vpc_security_group_egress_rule.grafana_egress will be created
  + resource "aws_vpc_security_group_egress_rule" "grafana_egress" {
      + arn                    = (known after apply)
      + cidr_ipv4              = "0.0.0.0/0"
      + description            = "Outbound traffic from grafana server"
      + id                     = (known after apply)
      + ip_protocol            = "-1"
      + security_group_id      = (known after apply)
      + security_group_rule_id = (known after apply)
      + tags                   = {
          + "Name" = "grafana-egress-sg-rule-development"
        }
      + tags_all               = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
          + "Name"                       = "grafana-egress-sg-rule-development"
        }
    }

  # module.gitops_2024.aws_vpc_security_group_ingress_rule.grafana_ingress will be created
  + resource "aws_vpc_security_group_ingress_rule" "grafana_ingress" {
      + arn                    = (known after apply)
      + cidr_ipv4              = "0.0.0.0/0"
      + description            = "Inbound traffic to grafana web interface"
      + from_port              = 3000
      + id                     = (known after apply)
      + ip_protocol            = "tcp"
      + security_group_id      = (known after apply)
      + security_group_rule_id = (known after apply)
      + tags                   = {
          + "Name" = "grafana-ingress-sg-rule-development"
        }
      + tags_all               = {
          + "3ware:environment"          = "development"
          + "3ware:managed-by-terraform" = "true"
          + "3ware:project-id"           = "gitops-2024"
          + "3ware:service"              = "gitops-infra"
          + "3ware:workspace"            = "gitops-infra-eu-west-2-development"
          + "Name"                       = "grafana-ingress-sg-rule-development"
        }
      + to_port                = 3000
    }

Plan: 10 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + grafana_ip = (known after apply)

@github-actions github-actions bot added the tf:plan Pull requests that plan TF code. label Apr 7, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from fe7be7c to c399238 Compare April 16, 2025 15:27
@renovate renovate bot enabled auto-merge April 16, 2025 15:27
@renovate renovate bot changed the title feat(iac): Update aws provider to ~> 5.94 feat(iac): Update aws provider to ~> 5.95 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/aws-5.x branch from c399238 to d0b67ce Compare April 18, 2025 02:37
@renovate renovate bot force-pushed the renovate/aws-5.x branch from d0b67ce to fcc05ed Compare April 19, 2025 14:50
Copy link
Member

@james3ware james3ware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All checks passed. Auto Approved.

@renovate renovate bot added this pull request to the merge queue Apr 19, 2025
Merged via the queue into main with commit ad2b3ca Apr 19, 2025
2 checks passed
@renovate renovate bot deleted the renovate/aws-5.x branch April 19, 2025 14:53
3ware-release bot pushed a commit that referenced this pull request Apr 19, 2025
## [2.1.0](v2.0.0...v2.1.0) (2025-04-19)

### Features

* **iac:** Update aws provider to ~> 5.95 ([#41](#41)) ([ad2b3ca](ad2b3ca))
* **tflint:** Update terraform-linters/tflint-ruleset-aws to v0.38.0 ([#44](#44)) ([24821e6](24821e6))
@3ware-release
Copy link
Contributor

3ware-release bot commented Apr 19, 2025

This PR is included in version 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tf:plan Pull requests that plan TF code.

Development

Successfully merging this pull request may close these issues.

2 participants