-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hashicorp/terraform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hashicorp/terraform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 15 files changed
- 3 contributors
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3addc0 - Browse repository at this point
Copy the full SHA c3addc0View commit details
Commits on Jul 31, 2024
-
skip unneeded variable validation during destroy
Arbitrary expressions cannot be evaluated during destroy, because the "state" of the state is unknown. Missing resources or invalid data will cause evaluations to fail, preventing any progress in the destroy operations. The way we handle this with providers and temporary values that need to be re-evaluated during destroy, is that they are selectively pruned out of the graph during the destroy process. Now that variable validations can reference other values in the configuration, which added another evaluation node to the graph, that new node must also act like it's a temporary value akin to variables, locals, and outputs. This has some implications for validations in general, since they were always run during a destroy. However now that validations can reference other objects, we cannot be sure the evaluation is possible, and they must be subject to the same rules as all temporary values and be skipped when not required in the destroy graph.
Configuration menu - View commit details
-
Copy full SHA for da80e68 - Browse repository at this point
Copy the full SHA da80e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for d454e69 - Browse repository at this point
Copy the full SHA d454e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c16a3b9 - Browse repository at this point
Copy the full SHA c16a3b9View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f7bb31 - Browse repository at this point
Copy the full SHA 8f7bb31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c6c6f - Browse repository at this point
Copy the full SHA 00c6c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f452b08 - Browse repository at this point
Copy the full SHA f452b08View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 938d716 - Browse repository at this point
Copy the full SHA 938d716View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.3...v1.9.4