Skip to content

chore(deps): update terraform oci to v8.25.0 - #418

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/oci-8.x
Jul 29, 2026
Merged

chore(deps): update terraform oci to v8.25.0#418
renovate[bot] merged 1 commit into
mainfrom
renovate/oci-8.x

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
oci (source) required_provider minor 8.24.08.25.0

Release Notes

oracle/terraform-provider-oci (oci)

v8.25.0

Compare Source

Added
  • Support for Azure & GCP KMS Integration for ExaDB-XS
  • context propagation for subset of resources in database service.
  • Support for OCI-AWS interconnect virtual circuit fields
  • Support for OCI GoldenGate Release 11 connections
  • Support for Tasks for ORM : Tracking Ticket API Access Control for ADB-D and ADB-C@​C
  • Support Retention Lock for Block Backups
Bug Fix
  • Database Tools - MCP Server, DB API Gateway Config, IAM Auth (Data Plane)

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 added the renovate label Jul 29, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 29, 2026 18:28
@github-actions

Copy link
Copy Markdown
Contributor

Plan Result

CI link

Plan: 0 to add, 10 to change, 0 to destroy.
  • Update
    • ansible_host.desktop["01"]
    • ansible_host.dns_proxy_server["01"]
    • ansible_host.dns_proxy_server["02"]
    • ansible_host.zabbix_server["01"]
    • ansible_host.zabbix_server["02"]
    • proxmox_vm_qemu.desktop["01"]
    • proxmox_vm_qemu.dns_proxy_server["01"]
    • proxmox_vm_qemu.dns_proxy_server["02"]
    • proxmox_vm_qemu.zabbix_server["01"]
    • proxmox_vm_qemu.zabbix_server["02"]
Change Result (Click me)
  # ansible_host.desktop["01"] will be updated in-place
  ~ resource "ansible_host" "desktop" {
        id        = "prd-dsk-01"
        name      = "prd-dsk-01"
      ~ variables = {
          ~ ansible_host    = "192.168.22.10" -> (known after apply)
            # (3 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.dns_proxy_server["01"] will be updated in-place
  ~ resource "ansible_host" "dns_proxy_server" {
        id        = "prd-dpx-01"
        name      = "prd-dpx-01"
      ~ variables = {
          ~ ansible_host = "192.168.20.23" -> (known after apply)
            # (1 unchanged attribute hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.dns_proxy_server["02"] will be updated in-place
  ~ resource "ansible_host" "dns_proxy_server" {
        id        = "prd-dpx-02"
        name      = "prd-dpx-02"
      ~ variables = {
          ~ ansible_host = "192.168.20.24" -> (known after apply)
            # (1 unchanged attribute hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.zabbix_server["01"] will be updated in-place
  ~ resource "ansible_host" "zabbix_server" {
        id        = "prd-zbx-01"
        name      = "prd-zbx-01"
      ~ variables = {
          ~ ansible_host    = "192.168.22.8" -> (known after apply)
            # (3 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.zabbix_server["02"] will be updated in-place
  ~ resource "ansible_host" "zabbix_server" {
        id        = "prd-zbx-02"
        name      = "prd-zbx-02"
      ~ variables = {
          ~ ansible_host    = "192.168.22.9" -> (known after apply)
            # (3 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # proxmox_vm_qemu.desktop["01"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "desktop" {
      ~ default_ipv4_address      = "192.168.22.10" -> (known after apply)
        id                        = "prd-pve-01/qemu/403"
        name                      = "prd-dsk-01"
      ~ ssh_host                  = "192.168.22.10" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "desktop;prd;qdevice;terraform"
      - vm_state                  = "running" -> null
        # (51 unchanged attributes hidden)

        # (8 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.dns_proxy_server["01"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "dns_proxy_server" {
      ~ default_ipv4_address      = "192.168.20.23" -> (known after apply)
        id                        = "prd-pve-01/qemu/203"
        name                      = "prd-dpx-01"
      ~ ssh_host                  = "192.168.20.23" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "dns-server;prd;proxy-server;terraform"
      - vm_state                  = "running" -> null
        # (50 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.dns_proxy_server["02"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "dns_proxy_server" {
      ~ default_ipv4_address      = "192.168.20.24" -> (known after apply)
        id                        = "prd-pve-01/qemu/204"
        name                      = "prd-dpx-02"
      ~ ssh_host                  = "192.168.20.24" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "dns-server;prd;proxy-server;terraform"
      - vm_state                  = "running" -> null
        # (50 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.zabbix_server["01"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "zabbix_server" {
      ~ default_ipv4_address      = "192.168.22.8" -> (known after apply)
        id                        = "prd-pve-01/qemu/401"
        name                      = "prd-zbx-01"
      ~ ssh_host                  = "192.168.22.8" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "prd;terraform;zabbix-agent;zabbix-server"
      - vm_state                  = "running" -> null
        # (51 unchanged attributes hidden)

        # (8 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.zabbix_server["02"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "zabbix_server" {
      ~ default_ipv4_address      = "192.168.22.9" -> (known after apply)
        id                        = "prd-pve-01/qemu/402"
        name                      = "prd-zbx-02"
      ~ ssh_host                  = "192.168.22.9" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "prd;terraform;zabbix-agent;zabbix-server"
      - vm_state                  = "running" -> null
        # (51 unchanged attributes hidden)

        # (8 unchanged blocks hidden)
    }

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

@renovate
renovate Bot merged commit c8b5514 into main Jul 29, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/oci-8.x branch July 29, 2026 18:29
@github-actions

Copy link
Copy Markdown
Contributor

✅ Apply Succeeded

CI link

Apply complete! Resources: 0 added, 5 changed, 0 destroyed.
Details (Click me)
proxmox_vm_qemu.zabbix_server["02"]: Modifying... [id=prd-pve-01/qemu/402]
proxmox_vm_qemu.dns_proxy_server["01"]: Modifying... [id=prd-pve-01/qemu/203]
proxmox_vm_qemu.desktop["01"]: Modifying... [id=prd-pve-01/qemu/403]
proxmox_vm_qemu.zabbix_server["01"]: Modifying... [id=prd-pve-01/qemu/401]
proxmox_vm_qemu.dns_proxy_server["02"]: Modifying... [id=prd-pve-01/qemu/204]
proxmox_vm_qemu.zabbix_server["02"]: Modifications complete after 2s [id=prd-pve-01/qemu/402]
proxmox_vm_qemu.dns_proxy_server["02"]: Modifications complete after 5s [id=prd-pve-01/qemu/204]
proxmox_vm_qemu.desktop["01"]: Modifications complete after 7s [id=prd-pve-01/qemu/403]
proxmox_vm_qemu.zabbix_server["01"]: Modifications complete after 9s [id=prd-pve-01/qemu/401]
proxmox_vm_qemu.dns_proxy_server["01"]: Still modifying... [id=prd-pve-01/qemu/203, 00m10s elapsed]
proxmox_vm_qemu.dns_proxy_server["01"]: Modifications complete after 12s [id=prd-pve-01/qemu/203]

Apply complete! Resources: 0 added, 5 changed, 0 destroyed.

Outputs:

cloud-server__prd = {
  "ethernet_adapters" = {
    "ip0" = "10.0.21.152"
  }
  "host_name" = "prd-csv-01"
  "id" = "ocid1.instance.oc1.ap-osaka-1.anvwsljrmrimpjacxzprnxgg45uaxvys5umycr7ivm2enh3nvpebldnyrdnq"
}
oci_identity_availability_domain = {
  "ad_number" = 1
  "compartment_id" = "ocid1.tenancy.oc1..aaaaaaaa3vcsovo36fpa7kf42sljmsypxgwrp37lowwl27g5n7pgy765krba"
  "id" = "ocid1.availabilitydomain.oc1..aaaaaaaa77hdxjj7p7rigpiptedsboears4a5foue5ccb4tv4f24u4petika"
  "name" = "uBnd:AP-OSAKA-1-AD-1"
}
zabbix_servers__prd = [
  {
    "description" = "Zabbix Server. This VM is managed by Terraform."
    "ethernet_adapters" = {
      "ip0" = {
        "bridge" = "vmbr3"
        "ip_address" = "192.168.22.8/24"
      }
      "ip1" = {
        "bridge" = "vmbr4"
        "ip_address" = "192.168.91.1/29"
      }
    }
    "host_name" = "prd-pve-01"
    "id" = 401
    "name" = "prd-zbx-01"
  },
  {
    "description" = "Zabbix Server. This VM is managed by Terraform."
    "ethernet_adapters" = {
      "ip0" = {
        "bridge" = "vmbr3"
        "ip_address" = "192.168.22.9/24"
      }
      "ip1" = {
        "bridge" = "vmbr4"
        "ip_address" = "192.168.91.2/29"
      }
    }
    "host_name" = "prd-pve-01"
    "id" = 402
    "name" = "prd-zbx-02"
  },
]

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants