Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: coolexplorer/terraform-configurations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b76990eaf6e94683e131f2ea8d3eb67588085c7
Choose a base ref
..
head repository: coolexplorer/terraform-configurations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 933df3805ce3fbee59d0d0faca24dbc1169b8214
Choose a head ref
Showing with 50 additions and 50 deletions.
  1. +24 −24 utils/network/.terraform.lock.hcl
  2. +1 −1 utils/network/provider.tf
  3. +24 −24 utils/resource_groups/.terraform.lock.hcl
  4. +1 −1 utils/resource_groups/provider.tf
48 changes: 24 additions & 24 deletions utils/network/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/network/provider.tf
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.1"
version = "3.6.2"
}
}
}
48 changes: 24 additions & 24 deletions utils/resource_groups/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/resource_groups/provider.tf
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.1"
version = "3.6.2"
}
}
}