File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 33 "files": "go.sum|^.secrets.baseline$",
44 "lines": null
55 },
6- "generated_at": "2023-06-09T23:33:34Z ",
6+ "generated_at": "2023-07-05T10:32:00Z ",
77 "plugins_used": [
88 {
99 "name": "AWSKeyDetector"
Original file line number Diff line number Diff line change 419419 ]
420420 },
421421 "null" : {
422+ "source" : " hashicorp/null" ,
422423 "version_constraints" : [
423424 " \u003e = 3.2.1"
424425 ]
425426 },
426427 "time" : {
428+ "source" : " hashicorp/time" ,
427429 "version_constraints" : [
428430 " \u003e = 0.9.1"
429431 ]
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ const standardExampleTerraformDir = "examples/standard"
1919const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
2020
2121// Ensure there is one test per supported OCP version
22- const ocpVersion1 = "4.12"
23- const ocpVersion2 = "4.11"
24- const ocpVersion3 = "4.10"
25- const ocpVersion4 = "4.9"
22+ const ocpVersion1 = "4.13" // used in pr_test
23+ const ocpVersion2 = "4.12" // used in other_test.go
24+ const ocpVersion3 = "4.11" // used in other_test.go
25+ const ocpVersion4 = "4.10" // used in other_test.go
2626
2727var sharedInfoSvc * cloudinfo.CloudInfoService
2828var permanentResources map [string ]interface {}
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ variable "ocp_version" {
108108 condition = anytrue ([
109109 var . ocp_version == null ,
110110 var . ocp_version == " latest" ,
111- var . ocp_version == " 4.9" ,
112111 var . ocp_version == " 4.10" ,
113112 var . ocp_version == " 4.11" ,
114113 var . ocp_version == " 4.12" ,
114+ var . ocp_version == " 4.13" ,
115115 ])
116116 error_message = " The specified ocp_version is not of the valid versions."
117117 }
Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ terraform {
77 version = " >= 1.51.0"
88 }
99 null = {
10+ source = " hashicorp/null"
1011 version = " >= 3.2.1"
1112 }
1213 time = {
14+ source = " hashicorp/time"
1315 version = " >= 0.9.1"
1416 }
1517 kubernetes = {
You can’t perform that action at this time.
0 commit comments