File tree 2 files changed +5
-4
lines changed
modules/attached-install-manifest
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* *
2
- * Copyright 2024 Google LLC
2
+ * Copyright 2024-2025 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -19,5 +19,6 @@ output "issuer" {
19
19
}
20
20
21
21
output "jwks" {
22
- value = base64encode (data. http . jwks . response_body )
22
+ value = base64encode (data. http . jwks . response_body )
23
+ sensitive = true
23
24
}
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Copyright 2024 Google LLC
2
+ * Copyright 2024-2025 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ resource "local_file" "bootstrap_helm_chart" {
35
35
content = <<- EOT
36
36
apiVersion: v2
37
37
name: ${ local . helm_chart_name }
38
- version: 0.0.0
38
+ version: ${ var . platform_version }
39
39
type: application
40
40
EOT
41
41
}
You can’t perform that action at this time.
0 commit comments