Skip to content

Commit 4d8de1f

Browse files
authored
chore:removing pinned version for mssql test fixtures (#365)
1 parent 55e82a1 commit 4d8de1f

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

test/fixtures/mssql-ha/main.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
terraform {
18-
required_providers {
19-
google = {
20-
source = "hashicorp/google"
21-
/*
22-
Pinning this version due to an upstream provider issue: https://github.com/hashicorp/terraform-provider-google/issues/11891
23-
*/
24-
version = "4.24.0"
25-
}
26-
}
27-
}
28-
2917
provider "google" {
3018
region = var.region
3119
}

test/fixtures/mssql-public/main.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
terraform {
18-
required_providers {
19-
google = {
20-
source = "hashicorp/google"
21-
/*
22-
Pinning this version due to an upstream provider issue: https://github.com/hashicorp/terraform-provider-google/issues/11891
23-
*/
24-
version = "4.24.0"
25-
}
26-
}
27-
}
28-
2917
resource "random_id" "instance_name_suffix" {
3018
byte_length = 5
3119
}

0 commit comments

Comments
 (0)