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

Update dependency hashicorp/terraform to v1.10.3 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Update Change
hashicorp/terraform minor 1.9.3 -> 1.10.3

Release Notes

hashicorp/terraform (hashicorp/terraform)

v1.10.3

Compare Source

1.10.3 (December 18, 2024)

BUG FIXES:

  • Terraform could panic when encountering an error during plan encoding (#​36212)

v1.10.2

Compare Source

1.10.2 (December 11, 2024)

BUG FIXES:

  • cli: variables in an auto-loaded tfvars file which were overridden during plan incorrectly show as changed during apply [GH-36180]

v1.10.1

Compare Source

1.10.1 (December 4, 2024)

BUG FIXES:

  • cli: Complex variables values set via environment variables were parsed incorrectly during apply (#​36121)
  • config: templatefile would panic if given and entirely unknown map of variables (#​36118)
  • config: templatefile would panic if the variables map contains marked values (#​36127)
  • config: Remove constraint that an expanded resource block must only be used in conjunction with imports using for_each (#​36119)
  • backend/s3: Lock files could not be written to buckets with object locking enabled (#​36120)

v1.10.0

Compare Source

1.10.0 (November 27, 2024)

NEW FEATURES:

  • Ephemeral resources: Ephemeral resources are read anew during each phase of Terraform evaluation, and cannot be persisted to state storage. Ephemeral resources always produce ephemeral values.
  • Ephemeral values: Input variables and outputs can now be defined as ephemeral. Ephemeral values may only be used in certain contexts in Terraform configuration, and are not persisted to the plan or state files.
    • ephemeralasnull function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.

BUG FIXES:

  • The secret_suffix in the kubernetes backend now includes validation to prevent errors when the secret_suffix ends with a number (#​35666).
  • The error message for an invalid default value for an input variable now indicates when the problem is with a nested value in a complex data type. (#​35465)
  • Sensitive marks could be incorrectly transferred to nested resource values, causing erroneous changes during a plan (#​35501)
  • Allow unknown error_message values to pass the core validate step, so variable validation can be completed later during plan
    (#​35537)
  • Unencoded slashes within GitHub module source refs were being truncated and incorrectly used as subdirectories in the request path (#​35552)
  • Terraform refresh-only plans with output only changes are now applyable. (#​35812)
  • Postconditions referencing self with many instances could encounter an error during evaluation (#​35895)
  • The plantimestamp() function would return an invalid date during validation (#​35902)
  • Updates to resources which were forced to use create_before_destroy could lose that flag in the state temporarily and cause cycles if immediately removed from the configuration (#​35966)
  • backend/cloud: Prefer KV tags, even when tags are defined as set (#​35937)
  • Simplify config generation (plan -generate-config-out) for string attributes that contain primitive types (e.g. numbers or booleans) (#​35984)
  • config: issensitive could incorrectly assert that an unknown value was not sensitive during plan, but later became sensitive during apply, causing failures where changes did not match the planned result (#​36012)
  • config: The evaluation of conditional expressions and for expression in HCL could lose marks with certain combinations of unknown values (#​36017)

ENHANCEMENTS:

  • The element function now accepts negative indices (#​35501)
  • Import block validation has been improved to provide more useful errors and catch more invalid cases during terraform validate (#​35543)
  • Performance enhancements for resource evaluation, especially when large numbers of resource instances are involved (#​35558)
  • The plan, apply, and refresh commands now produce a deprecated warning when using the -state flag. Instead use the path attribute within the local backend to modify the state file. (#​35660)
  • backend/cos: Add new auth for Tencent Cloud backend (#​35888)

UPGRADE NOTES:

  • backend/s3: Removes deprecated attributes for assuming IAM role. Must use the assume_role block (#​35721)
  • backend/s3: The s3 backend now supports S3 native state locking. When used with DynamoDB-based locking, locks will be acquired from both sources. In a future minor release of Terraform the DynamoDB locking mechanism and associated arguments will be deprecated. (#​35661)
  • moved: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords from moved blocks will need to prepend the resource. identifier to these references. (#​35850)
  • config: In order to ensure consistency in results from HCL conditional expressions, marks must be combined from all values within the expression to avoid losing mark information. This typically improves accuracy when validating configuration, but users may see sensitive results where they were lost previously.

Previous Releases

For information on prior major and minor releases, refer to their changelogs:

v1.9.8

Compare Source

1.9.8 (October 16, 2024)

BUG FIXES:

  • init: Highlight missing subdirectories of registry modules in error message (#​35848)
  • init: Prevent crash when loading provider_meta blocks with invalid names (#​35842)
  • config generation: Escape all invalid syntax in generate map keys with quotes (#​35837)
  • plan: also validate provider requirements from state (#​35864)

v1.9.7

Compare Source

1.9.7 (October 2, 2024)

BUG FIXES:

  • config generation: escape map keys with whitespaces (#​35754)

v1.9.6

Compare Source

1.9.6 (September 18, 2024)

BUG FIXES:

  • plan renderer: Render complete changes within unknown nested blocks. (#​35644)
  • plan renderer: Fix crash when attempting to render unknown nested blocks that contain attributes forcing resource replacement. (#​35644)
  • plan renderer: Fix crash when rendering a plan that contains null attributes being update to unknown values. (#​35709)

v1.9.5

Compare Source

1.9.5 (August 20, 2024)

ENHANCEMENTS:

  • cloud: The cloud block can now interact with workspaces that have HCP resource IDs. (#​35495)

BUG FIXES:

  • core: removed blocks with provisioners were not executed when the resource was in a nested module. (#​35611)

v1.9.4

Compare Source

1.9.4 (August 7, 2024)

BUG FIXES:

  • core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. (#​35511)
  • init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. (#​35533)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

This comment has been minimized.

@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.9.5 Update dependency hashicorp/terraform to v1.9.6 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from d146f9a to 39d7b62 Compare September 18, 2024 10:18

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 39d7b62 to 23b904f Compare September 21, 2024 20:03

This comment has been minimized.

@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.9.6 Update dependency hashicorp/terraform to v1.9.7 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 23b904f to a436eac Compare October 2, 2024 19:52

This comment has been minimized.

@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.9.7 Update dependency hashicorp/terraform to v1.9.8 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from a436eac to 3cfa220 Compare October 16, 2024 15:04

This comment has been minimized.

@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.9.8 Update dependency hashicorp/terraform to v1.10.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 3cfa220 to 7642c66 Compare November 27, 2024 10:50

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 7642c66 to 4623b0b Compare December 4, 2024 13:49
@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.10.0 Update dependency hashicorp/terraform to v1.10.1 Dec 4, 2024

This comment has been minimized.

@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.10.1 Update dependency hashicorp/terraform to v1.10.2 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 4623b0b to d4b5e0a Compare December 11, 2024 16:00

This comment has been minimized.

@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.10.2 Update dependency hashicorp/terraform to v1.10.3 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from d4b5e0a to 8977862 Compare December 18, 2024 13:45
Copy link

🏗️ Terraform Plan

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.device["R20"].netbox_available_prefix.site_v4 will be updated in-place
  ~ resource "netbox_available_prefix" "site_v4" {
      ~ description      = "Site prefix for R20 (Moskauer Straße)" -> "Site prefix for R20 (Markenstraße)"
        id               = "362"
      ~ site_id          = 50 -> 48
        tags             = []
        # (10 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.site_v6 will be updated in-place
  ~ resource "netbox_available_prefix" "site_v6" {
      ~ description      = "Site prefix for R20 (Moskauer Straße)" -> "Site prefix for R20 (Markenstraße)"
        id               = "363"
      ~ site_id          = 50 -> 48
        tags             = []
        # (10 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v4["CR3"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v4" {
      ~ description      = "Tunnel from CR3 to R20 (Moskauer Straße)" -> "Tunnel from CR3 to R20 (Markenstraße)"
        id               = "369"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v4["CR4"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v4" {
      ~ description      = "Tunnel from CR4 to R20 (Moskauer Straße)" -> "Tunnel from CR4 to R20 (Markenstraße)"
        id               = "368"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v4["CR5"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v4" {
      ~ description      = "Tunnel from CR5 to R20 (Moskauer Straße)" -> "Tunnel from CR5 to R20 (Markenstraße)"
        id               = "367"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v4["CR6"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v4" {
      ~ description      = "Tunnel from CR6 to R20 (Moskauer Straße)" -> "Tunnel from CR6 to R20 (Markenstraße)"
        id               = "435"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v6["CR3"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v6" {
      ~ description      = "Tunnel from CR3 to R20 (Moskauer Straße)" -> "Tunnel from CR3 to R20 (Markenstraße)"
        id               = "371"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v6["CR4"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v6" {
      ~ description      = "Tunnel from CR4 to R20 (Moskauer Straße)" -> "Tunnel from CR4 to R20 (Markenstraße)"
        id               = "370"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v6["CR5"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v6" {
      ~ description      = "Tunnel from CR5 to R20 (Moskauer Straße)" -> "Tunnel from CR5 to R20 (Markenstraße)"
        id               = "366"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_available_prefix.tunnels_v6["CR6"] will be updated in-place
  ~ resource "netbox_available_prefix" "tunnels_v6" {
      ~ description      = "Tunnel from CR6 to R20 (Moskauer Straße)" -> "Tunnel from CR6 to R20 (Markenstraße)"
        id               = "427"
        tags             = []
        # (11 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_device_interface.core["CR3"] will be updated in-place
  ~ resource "netbox_device_interface" "core" {
      ~ description  = "Tunnel to R20 (Moskauer Straße)" -> "Tunnel to R20 (Markenstraße)"
        id           = "2009"
        name         = "tun13"
        tags         = []
        # (9 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_device_interface.core["CR4"] will be updated in-place
  ~ resource "netbox_device_interface" "core" {
      ~ description  = "Tunnel to R20 (Moskauer Straße)" -> "Tunnel to R20 (Markenstraße)"
        id           = "2131"
        name         = "tun13"
        tags         = []
        # (9 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_device_interface.core["CR6"] will be updated in-place
  ~ resource "netbox_device_interface" "core" {
      ~ description  = "Tunnel to R20 (Moskauer Straße)" -> "Tunnel to R20 (Markenstraße)"
        id           = "2165"
        name         = "tun6"
        tags         = []
        # (9 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_interface.core["CR5"] will be updated in-place
  ~ resource "netbox_interface" "core" {
      ~ description        = "Tunnel to R20 (Moskauer Straße)" -> "Tunnel to R20 (Markenstraße)"
        id                 = "83"
        name               = "tun30"
        tags               = []
        # (5 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_ip_address.gre_dnat will be updated in-place
  ~ resource "netbox_ip_address" "gre_dnat" {
      ~ description           = "Static Uplink IP (for GRE forwarding) on R20 (Moskauer Straße)" -> "Static Uplink IP (for GRE forwarding) on R20 (Markenstraße)"
        id                    = "727"
        tags                  = []
        # (8 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_ip_address.loopback_v4 will be updated in-place
  ~ resource "netbox_ip_address" "loopback_v4" {
      ~ description           = "Loopback address for R20 (Moskauer Straße)" -> "Loopback address for R20 (Markenstraße)"
        id                    = "704"
        tags                  = []
        # (10 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_ip_address.loopback_v6 will be updated in-place
  ~ resource "netbox_ip_address" "loopback_v6" {
      ~ description           = "Loopback address for R20 (Moskauer Straße)" -> "Loopback address for R20 (Markenstraße)"
        id                    = "705"
        tags                  = []
        # (10 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_prefix.local_v4 will be updated in-place
  ~ resource "netbox_prefix" "local_v4" {
      ~ description   = "Local network for R20 (Moskauer Straße)" -> "Local network for R20 (Markenstraße)"
        id            = "375"
      ~ site_id       = 50 -> 48
        tags          = []
        # (8 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_prefix.loopback_v6 will be updated in-place
  ~ resource "netbox_prefix" "loopback_v6" {
      ~ description   = "Loopback prefix for R20 (Moskauer Straße)" -> "Loopback prefix for R20 (Markenstraße)"
        id            = "364"
      ~ site_id       = 50 -> 48
        tags          = []
        # (8 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_prefix.networks_v4["1"] will be updated in-place
  ~ resource "netbox_prefix" "networks_v4" {
      ~ description   = "'Management' network for R20 (Moskauer Straße)" -> "'Management' network for R20 (Markenstraße)"
        id            = "373"
      ~ site_id       = 50 -> 48
        tags          = []
        # (8 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_prefix.networks_v4["2"] will be updated in-place
  ~ resource "netbox_prefix" "networks_v4" {
      ~ description   = "'Access' network for R20 (Moskauer Straße)" -> "'Access' network for R20 (Markenstraße)"
        id            = "376"
      ~ site_id       = 50 -> 48
        tags          = []
        # (8 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_prefix.networks_v6["1"] will be updated in-place
  ~ resource "netbox_prefix" "networks_v6" {
      ~ description   = "'Management' network for R20 (Moskauer Straße)" -> "'Management' network for R20 (Markenstraße)"
        id            = "372"
      ~ site_id       = 50 -> 48
        tags          = []
        # (8 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_prefix.networks_v6["2"] will be updated in-place
  ~ resource "netbox_prefix" "networks_v6" {
      ~ description   = "'Access' network for R20 (Moskauer Straße)" -> "'Access' network for R20 (Markenstraße)"
        id            = "374"
      ~ site_id       = 50 -> 48
        tags          = []
        # (8 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_vlan.networks["1"] will be updated in-place
  ~ resource "netbox_vlan" "networks" {
        id          = "70"
        name        = "Management"
      ~ site_id     = 50 -> 48
        tags        = []
        # (5 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_vlan.networks["2"] will be updated in-place
  ~ resource "netbox_vlan" "networks" {
        id          = "71"
        name        = "Access"
      ~ site_id     = 50 -> 48
        tags        = []
        # (5 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_vlan_group.group will be updated in-place
  ~ resource "netbox_vlan_group" "group" {
        id          = "14"
        name        = "R20"
      ~ scope_id    = 50 -> 48
        tags        = []
        # (5 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_vpn_tunnel.core["CR3"] will be updated in-place
  ~ resource "netbox_vpn_tunnel" "core" {
      ~ description     = "Site tunnel from CR3 to R20 (Moskauer Straße)" -> "Site tunnel from CR3 to R20 (Markenstraße)"
        id              = "5"
        name            = "CR3-R20"
        tags            = []
        # (5 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_vpn_tunnel.core["CR4"] will be updated in-place
  ~ resource "netbox_vpn_tunnel" "core" {
      ~ description     = "Site tunnel from CR4 to R20 (Moskauer Straße)" -> "Site tunnel from CR4 to R20 (Markenstraße)"
        id              = "22"
        name            = "CR4-R20"
        tags            = []
        # (5 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_vpn_tunnel.core["CR5"] will be updated in-place
  ~ resource "netbox_vpn_tunnel" "core" {
      ~ description     = "Site tunnel from CR5 to R20 (Moskauer Straße)" -> "Site tunnel from CR5 to R20 (Markenstraße)"
        id              = "14"
        name            = "CR5-R20"
        tags            = []
        # (5 unchanged attributes hidden)
    }

  # module.device["R20"].netbox_vpn_tunnel.core["CR6"] will be updated in-place
  ~ resource "netbox_vpn_tunnel" "core" {
      ~ description     = "Site tunnel from CR6 to R20 (Moskauer Straße)" -> "Site tunnel from CR6 to R20 (Markenstraße)"
        id              = "35"
        name            = "CR6-R20"
        tags            = []
        # (5 unchanged attributes hidden)
    }

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants