File tree 7 files changed +7
-7
lines changed
abm_user_cluster_manuallb
avmw_user_cluster_metallb
integration/anthos_attached_clusters_kind
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " >= v0.15.5, < 1.11 " # this line should not change during a release
18
+ required_version = " >= v0.15.5, < 1.12 " # this line should not change during a release
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " >= v0.15.4, < 1.11 " # this line should not change during a release
18
+ required_version = " >= v0.15.4, < 1.12 " # this line should not change during a release
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " >= v0.15.5, < 1.11 " # this line should not change during a release
18
+ required_version = " >= v0.15.5, < 1.12 " # this line should not change during a release
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " >= v0.15.5, < 1.11 " # this line should not change during a release
18
+ required_version = " >= v0.15.5, < 1.12 " # this line should not change during a release
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " >= v0.15.5, < 1.11 " # this line should not change during a release
18
+ required_version = " >= v0.15.5, < 1.12 " # this line should not change during a release
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"github.com/stretchr/testify/assert"
26
26
)
27
27
28
- const deploymentName = "istiod-asm-1227-4 "
28
+ const deploymentName = "istiod-asm-1228-5 "
29
29
30
30
func TestAACKind (t * testing.T ) {
31
31
kind := tft .NewTFBlueprintTest (t )
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " < 1.11 "
18
+ required_version = " < 1.12 "
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
You can’t perform that action at this time.
0 commit comments