Skip to content

Commit

Permalink
Disable reserved_internal_range in net-vpc due to provider bug (Googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
sruffilli authored May 15, 2024
1 parent 7b7e4d2 commit 7d99a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.29.0, < 6.0.0" # tftest
version = ">= 5.29.1, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.29.0, < 6.0.0" # tftest
version = ">= 5.29.1, < 6.0.0" # tftest
}
}
}

0 comments on commit 7d99a2f

Please sign in to comment.