Skip to content

Commit

Permalink
chore:removing pinned version for mssql test fixtures (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Oct 31, 2022
1 parent 55e82a1 commit 4d8de1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions test/fixtures/mssql-ha/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
* limitations under the License.
*/

terraform {
required_providers {
google = {
source = "hashicorp/google"
/*
Pinning this version due to an upstream provider issue: https://github.com/hashicorp/terraform-provider-google/issues/11891
*/
version = "4.24.0"
}
}
}

provider "google" {
region = var.region
}
Expand Down
12 changes: 0 additions & 12 deletions test/fixtures/mssql-public/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
* limitations under the License.
*/

terraform {
required_providers {
google = {
source = "hashicorp/google"
/*
Pinning this version due to an upstream provider issue: https://github.com/hashicorp/terraform-provider-google/issues/11891
*/
version = "4.24.0"
}
}
}

resource "random_id" "instance_name_suffix" {
byte_length = 5
}
Expand Down

0 comments on commit 4d8de1f

Please sign in to comment.