|
85 | 85 | its(:gce_zone) { should eq 'us-central1-a' } |
86 | 86 |
|
87 | 87 | it { expect(settings).to include(expected_settings) } |
88 | | - it { expect(ip_configuration).to include(authorized_networks: [{kind: 'sql#aclEntry', name: "#{project_id}-cidr", value: authorized_network}], ipv4_enabled: true, require_ssl: true) } |
| 88 | + it { expect(ip_configuration).to include(authorized_networks: [{kind: 'sql#aclEntry', name: "#{project_id}-cidr", value: authorized_network}], ipv4_enabled: true, require_ssl: false) } |
89 | 89 | it { expect(database_flags).to include(name: "long_query_time", value: "1") } |
90 | 90 | it { expect(location_preference).to include(kind: "sql#locationPreference", zone: "us-central1-a") } |
91 | 91 | it { expect(maintenance_window).to include(kind: "sql#maintenanceWindow", day: 3, hour: 20, update_track: "canary") } |
|
122 | 122 | its(:gce_zone) { should eq "us-central1-#{zone}" } |
123 | 123 |
|
124 | 124 | it { expect(settings).to include(expected_settings) } |
125 | | - it { expect(ip_configuration).to include(authorized_networks: [{kind: 'sql#aclEntry', name: "#{project_id}-cidr", value: authorized_network}], ipv4_enabled: true, require_ssl: true) } |
| 125 | + it { expect(ip_configuration).to include(authorized_networks: [{kind: 'sql#aclEntry', name: "#{project_id}-cidr", value: authorized_network}], ipv4_enabled: true, require_ssl: false) } |
126 | 126 | it { expect(database_flags).to include(name: "long_query_time", value: "1") } |
127 | 127 | it { expect(location_preference).to include(kind: "sql#locationPreference", zone: "us-central1-#{zone}") } |
128 | 128 | it { expect(maintenance_window).to include(kind: "sql#maintenanceWindow", day: 1, hour: 22, update_track: "stable") } |
|
0 commit comments