Update dependency hashicorp/terraform to v1.9.1 - abandoned#187
Open
renovate[bot] wants to merge 2 commits intomasterfrom
Open
Update dependency hashicorp/terraform to v1.9.1 - abandoned#187renovate[bot] wants to merge 2 commits intomasterfrom
renovate[bot] wants to merge 2 commits intomasterfrom
Conversation
Contributor
Plan Result |
591ce0e to
31c362c
Compare
31c362c to
0e66892
Compare
2d175ef to
c541ac3
Compare
Contributor
Plan Result (aat)
Change Result (Click me) # module.application_insights.azurerm_monitor_activity_log_alert.main has moved to module.application_insights.azurerm_monitor_activity_log_alert.main[0]
resource "azurerm_monitor_activity_log_alert" "main" {
id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ccd-shared-aat/providers/Microsoft.Insights/activityLogAlerts/Application Insights daily cap reached - ccd-aat"
name = "Application Insights daily cap reached - ccd-aat"
tags = {
"application" = "core-case-data"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/ccd-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#ccd-community"
"environment" = "staging"
"managedBy" = "CCD"
}
# (4 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 0 to change, 0 to destroy. |
Contributor
Plan Result (prod)
Change Result (Click me) # module.application_insights.azurerm_monitor_activity_log_alert.main has moved to module.application_insights.azurerm_monitor_activity_log_alert.main[0]
resource "azurerm_monitor_activity_log_alert" "main" {
id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccd-shared-prod/providers/Microsoft.Insights/activityLogAlerts/Application Insights daily cap reached - ccd-prod"
name = "Application Insights daily cap reached - ccd-prod"
tags = {
"application" = "core-case-data"
"builtFrom" = "https://github.com/HMCTS/ccd-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#ccd-community"
"environment" = "production"
"managedBy" = "CCD"
}
# (4 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 0 to change, 0 to destroy. |
c541ac3 to
8bf0fe1
Compare
8bf0fe1 to
7d76184
Compare
7d76184 to
1677d38
Compare
1677d38 to
b218c24
Compare
b218c24 to
8903edb
Compare
8903edb to
8d87b36
Compare
8d87b36 to
df5fea3
Compare
df5fea3 to
4ea66e3
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.3->1.9.1Release Notes
hashicorp/terraform (hashicorp/terraform)
v1.9.1Compare Source
1.9.1 (Unreleased)
UPGRADE NOTES:
terraform initorterraform getin case of larger git repositories. Please do file an issue if you find the performance difference noticable. (#35376)BUG FIXES:
terraform test: Removed additional erroneous error message when referencing attributes that don't exist. (#35408)importblocks: Fix crash that occurs when incorrectly referencing thetoresource from theidattribute. (#35420)v1.9.0Compare Source
v1.8.5Compare Source
1.8.5 (June 5, 2024)
BUG FIXES:
terraform test: Remove duplicate warning diagnostic when providing values for unknown variables in run blocks. (#35172)v1.8.4Compare Source
1.8.4 (May 22, 2024)
BUG FIXES:
core: Fix exponential slowdown in some cases when modules are usingdepends_on. (#35157)importblocks: Fix bug where resources with nested, computed, and optionalidattributes would fail to generate configuration. (#35220)golang.org/x/netrelease, which addressed CVE-2023-45288 (#35165)v1.8.3Compare Source
1.8.3 (May 8, 2024)
BUG FIXES:
terraform test: Providers configured within an overridden module could panic. (#35110)core: Fix crash when a provider incorrectly plans a nested object when the configuration isnull(#35090)v1.8.2Compare Source
1.8.2 (April 24, 2024)
BUG FIXES:
terraform apply: Prevent panic when a provider erroneously provides unknown values. (#35048)terraform plan: Replace panic with error message when self-referencing resources and data sources from thecountandfor_eachmeta attributes. (#35047)terraform test: RestoreTF_ENV_*variables being made available to testing modules. (#35014)terraform test: Prevent crash when referencing local variables within overridden modules. (#35030)ENHANCEMENTS:
OTHER CHANGES:
cloudblock and environment variables likeTF_CLOUD_ORGANIZATIONremain unchanged. (#35050)NOTE:
Starting with this release, we are including a copy of our license file in all packaged versions of our releases, such as the release .zip files. If you are consuming these files directly and would prefer to extract the one terraform file instead of extracting everything, you need to add an extra argument specifying the file to extract, like this:
v1.8.1Compare Source
1.8.1 (April 17, 2024)
BUG FIXES:
movedblock: Fix crash when move targets a module which no longer exists. (#34986)importblock: Fix crash when generating configuration for resources with complex sensitive attributes. (#34996)v1.8.0Compare Source
1.8.0 (April 10, 2024)
If you are upgrading from Terraform v1.7 or earlier, please refer to
the Terraform v1.8 Upgrade Guide.
NEW FEATURES:
Providers can now offer functions which can be used from within the Terraform configuration language.
The syntax for calling a provider-contributed function is
provider::provider_name::function_name(). (#34394)Providers can now transfer the ownership of a remote object between resources of different types, for situations where there are two different resource types that represent the same remote object type.
This extends the
movedblock behavior to support moving between two resources of different types only if the provider for the target resource type declares that it can convert from the source resource type. Refer to provider documentation for details on which pairs of resource types are supported.New
issensitivefunction returns true if the given value is marked as sensitive.ENHANCEMENTS:
terraform test: File-level variables can now refer to global variables. (#34699)When generating configuration based on
importblocks, Terraform will detect strings that contain valid JSON syntax and generate them as calls to thejsonencodefunction, rather than generating a single string. This is primarily motivated by readability, but might also be useful if you need to replace part of the literal value with an expression as you generalize your module beyond the one example used for importing.terraform plannow uses a different presentation for describing changes to lists where the old and new lists have the same length. It now compares the elements with correlated indices and shows a separate diff for each one, rather than trying to show a diff for the list as a whole. The behavior is unchanged for lists of different lengths.terraform providers lockaccepts a new boolean option-enable-plugin-cache. If specified, and if a global plugin cache is configured, Terraform will use the cache in the provider lock process. (#34632)built-in "terraform" provider: new
decode_tfvars,encode_tfvars, andencode_exprfunctions, for unusual situations where it's helpful to manually generate or read from Terraform's "tfvars" format. (#34718)terraform show's JSON rendering of a plan now includes two explicit flags"applyable"and"complete", which both summarize characteristics of a plan that were previously only inferrable by consumers replicating some of Terraform Core's own logic. (#34642)"applyable"means that it makes sense for a wrapping automation to offer to apply this plan."complete"means that applying this plan is expected to achieve convergence between desired and actual state. If this flag is present and set tofalsethen wrapping automations should ideally encourage an operator to run another plan/apply round to continue making progress toward convergence.BUG FIXES:
iteratorargument within a dynamic block. (#34751)Previous Releases
For information on prior major and minor releases, see their changelogs:
v1.7.5Compare Source
1.7.5 (March 13, 2024)
BUG FIXES:
v1.7.4Compare Source
1.7.4 (February 21, 2024)
BUG FIXES:
terraform test: Fix automatic loading of variable files within the test directory onwindowsplatforms. (#34666)Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.